Give an algorithm that will calculate and print out all possible combinations of quarters, dimes, nickels, and pennies in order to get a dollar.
Financial Software Developer Internship Interview Questions
758 financial software developer internship interview questions shared by candidates
How is memory managed in Java. Explain what the garbage collector is.
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?
Viewing 691 - 700 interview questions