How would you go about designing Facebook's "Suggest a friend" feature? How would you choose WHICH people to suggest as friends?
Financial Software Developer Interview Questions
591 financial software developer interview questions shared by candidates
Questions about C++ inheritance. Gave me some code with a base and derived class with some mistakes that I had to find, like a non-declared and thus non-virtual destructor.
Second question was the two-sum problem. Had seen it before.
Keeping track of maximum loss of the day given 1 index and the prices.
Reverse a singly linked list.
horse race problem. how many races you need to hold given specific number of tracks and horses. no stop watch - the only way is to compare their relative speed.
If you have two very large integers, how do you calculate the product if the product is too large to be represented by your computer program.
Find if an expression containing [({ is syntactically correct.
You have a binary tree with each node having 3 pointers (left, right, side). Set the side pointers of the last level of the tree to point to their nearby node.
Given an array rotate it 90 degrees
Viewing 211 - 220 interview questions