Was relatively easy.
Financial Engineer Interview Questions
1,105 financial engineer interview questions shared by candidates
Most questions are developing algorithms and data structures for a given problem. Be prepared to write a piece of code on paper. I was asked to do that in all interviews except the phone interview.
What is the greatest challenge of providing financial information to customers?
No difficult question. 1) Design Web Browser Cache 2) Tree Traversal 3) Reconstruct the Binary Tree through In-order and Post-order traversal Some behavior question such like why Bloomberg, Why you are fit for the position.
Software specific question
nothing particularly hard.
An interesting problem involving roman numerals.
where is static variables stored
For the campus map/direction app: I focused on the algorithms that would create paths from one location on campus to another, because I know a lot about path algorithms. Talked about dividing a map into grid squares to using A* and BFS to find optimal paths. Also talked about the issues with using too large of a grid square size and too small, and guessed that a good size would be approximately the size of space that a person takes standing up.
If given an integer 123, how do you reverse it to 321
Viewing 791 - 800 interview questions