Given some rules of an alphabet (like a->c, 'a' comes before 'c'), find the alphabet.
Financial Software Developer Intern Interview Questions
758 financial software developer intern interview questions shared by candidates
Difference between memmove() and memcpy() in c. Implement your own memmove() and memcpy() functions.
Heap and Stack When compilation and calling functions
Given four arrays containing any number of random intergers, find the intersection of the four arrays. Asked to improve the time complexity till they were satisfied.
gave me a Uint of 1 byte and asked me to match it with pattern of 10101 bits in the content of Uint given through a function called getbits().
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.
Why Other Company?(unexpected .... i was prepared for Why Bloomberg but not for this)
A variation of Candy Crush.
A binary tree question. Connect left child and right child.
How would you sort a text file full of phone numbers. You do not have enough memory to load all the file contents at once and sort them. You should write back the sorted list to the file in the end.
Viewing 271 - 280 interview questions