1) Basic Array problem, easy question, to find if X array can be divided into two halves such that each half has atleast K sum 2) Basic String Matching, Can be solved in O(n^2) the constraints allow it 3) prefix suffix 4) sliding window
Software Development Engineer Intern Interview Questions
2,288 software development engineer intern interview questions shared by candidates
What is your favorite thing about programming?
Lots of rapid-fire Java-specific questions. ex: what is the diffference between ArrayList and Vector? What is the purpose of the finally statement?
One of the questions was merging of k-sorted arrays. The solution expected was the one using heap.
R2_B: Stack implementation with getMin(), getMax(), Push(), Pop() in O(1).
Design classes for Kindle Fire 'shelves'
Linear sorting
find the intersection of two arrays
Design of traffic system was little difficult. The interviewer kept finding faults with my ideas.
BFS questions
Viewing 2041 - 2050 interview questions