Try to use two stacks to function like a queue
Financial Software Developer Intern Interview Questions
139 financial software developer intern interview questions shared by candidates
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.
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.
Given some rules of an alphabet (like a->c, 'a' comes before 'c'), find the alphabet.
Difference between memmove() and memcpy() in c. Implement your own memmove() and memcpy() functions.
A technical question about traversing a made up data structure somewhat similar to a binary tree but with additional restrictions. Was not too difficult to do recursively but then they asked for an iterative solution which was more challenging.
Viewing 51 - 60 interview questions