How is memory managed in Java. Explain what the garbage collector is.
Financial Software Developer Intern Interview Questions
758 financial software developer intern interview questions shared by candidates
How does GC work in Java. C/C++ memory management and parameter passing mechanisms. Actual problem solving questions are easy and standard, have a look at careercup for some examples. They don't really bother changing them so you might get the same ones as on there.
Given a binary tree, find the maximum difference in depth between the nodes in the tree.
Generate a random stream of integers without using rand(). Follow Up: What modifications should be done to the program if to generate random stream of integers within limits (max, min) inclusive?
How would you form an index for a book? i.e. finding the words specified, ordering the page numbers per word (needed to discuss data structures a bit)
Three to four questions were on inheritance (virtual inheritance, multiple inheritance). There were a few questions on the standard library (cout, cin, cerr). What are predicates? What is polymorphism? Questions on the STL algorithms (find()).
shifting questions
When using an ArrayList as the implementation for a list collection, what happens if adding an element exceeds the ArrayList's capacity?
how many ppl born per minute?
Can you name any high-profile acquisitions by Bloomberg in the past?
Viewing 691 - 700 interview questions