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.
Financial Software Developer Interview Questions
591 financial software developer interview questions shared by candidates
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
How the difference of C++ and java reflects on my project.
Estimate the number of restaurants in Belfast
reverse a string by words, find the only duplicates in the range of [1-n]
Given some rules of an alphabet (like a->c, 'a' comes before 'c'), find the alphabet.
Viewing 221 - 230 interview questions