How would you implement the Shuffle feature on an iPod with the least disruption to the user and so you can go back and forward without being given a different song. Also what is the run time of your algorithm.
Financial Software Developer Interview Questions
757 financial software developer interview questions shared by candidates
write the code to calculate Fibonacci numbers
Intersection of 4 sets containing integers
What data structure will you use to store all the names of clients and if one name is associate to different people then I have to store the number of people who share the same name?
How would you go about designing Facebook's "Suggest a friend" feature? How would you choose WHICH people to suggest as friends?
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.
Viewing 241 - 250 interview questions