Was relatively easy.
Financial Software Developer Intern Interview Questions
758 financial software developer intern interview questions shared by candidates
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
the unexpected question was "is the vector consecutive". I thought it wasn't as if it were consecutive then we would be able to use pointer arithmetic to iterate through the vector but i haven't seen that. I then was told it was actually consecutive. Just think about how vector is implemented and you won't miss it. The phone interview is easier than I expected. Nothing too difficult and the interviewer is quite nice.
Remove consecutive duplicates in a string inplace and less than O(n)
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.
Viewing 561 - 570 interview questions