One of the questions was merging of k-sorted arrays. The solution expected was the one using heap.
Software Development Engineer Intern Interview Questions
2,285 software development engineer intern interview questions shared by candidates
Lots of rapid-fire Java-specific questions. ex: what is the diffference between ArrayList and Vector? What is the purpose of the finally statement?
What is your favorite thing about programming?
You are given a string with billions of characters spread across many geographically separate machines. Devise a distributed algorithm to find the first non-repeating character in this large string.
They were keen on understanding my past experiences and how it translates to real world problem solving capabilities.
Data structure used to design a map app 12 basic behavioral questions (basically the first ones that come up when you google tech behavioral questions.)
Build a binary tree with a sibling link. so that you have a linked list connecting all the nodes on a given level.
Implement a queue, with a constraint. I am not sure but I think it was smallest or something
Given an integer, write a function that rotates the digits to the right.
Given a string containing sets of curly braces (ex. "({LMN}h{RlO}}") print out the reverse of everything in curly braces. (Ex. "RIOhLMN" )
Viewing 2231 - 2240 interview questions