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
757 financial software developer interview questions shared by candidates
Try to use two stacks to function like a queue
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.
Regular programming type questions. Delete a node from a linked list, sort 2 sorted arrays, reverse the words in a string. Another was to find the longest word (horizontal, vertical or diagonal) in an n x n matrix of letters
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 251 - 260 interview questions