Why Other Company?(unexpected .... i was prepared for Why Bloomberg but not for this)
Financial Engineer Interview Questions
1,105 financial engineer interview questions shared by candidates
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.
Questions on the technical assessment were mostly about flipping an object a number of times in space, counting characters, reading comprehension, and simple logic problems.
How would you print last n elements of a linked list, n being small compared to size of linked list?
what sorting algorithms do you know?
C programming: passing a string with a return argument
You have a C++ program where you are declaring a variable int x = 2. Somewhere in the same function, but much later, you print the value of x and it's 3000. You haven't altered the value of x anywhere, so it's still supposed to be 2. How do you debug this and why might this have happened?
How would you detect a loop in a linked list? This was a technical question, finding the answer was difficult since I forgot how linked lists worked, but the interviewer didn't mind helping out with hints and guiding me along. They weren't, obviously interested in the exact answer, but how my thinking works
Viewing 341 - 350 interview questions