Basic Data structure stuff, Hashtable, how to implement a stack, etc. Then two coding problem, 1st: find the intersection of two lists, 2nd: find the max subtree sum.
Development Engineer Interview Questions
37,135 development engineer interview questions shared by candidates
What languages do u know?
OOD difference between virtual function and abstract function
What did you work on ? What experience do you have in C/C++ ? At one point I said I designed a custom API for a customer. He asked me to detail it and what problems I encountered. A problem regarding 2 sets of numbers that should satisfy a property (can't remember exactly).
Logic, reasoning, coding
Sort an array with only operation allowed as reversing 0 to i index elements.
Design your own hashmap in Java.
Not hard, questions in cracking the code interview.
Sort array of integers (positive, zero and negatives) so that the negatives are first, then the zeros, then the positive numbers while ensuring that the order of the individual groups stay the same. I.e. order groups but keep original order of internal elements of each group.
They asked me to create an algorithm to find all the strongly connected components of a graph.
Viewing 1721 - 1730 interview questions