I applied online. I interviewed at Business Pointers (New York, NY) in Apr 2013
Interview
There was telephone interview
1) Write code to find the max depth of a binary tree
2)wait(), notify()
Then face to face
The first interviewer came into the room straight away took out some java code.
Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented,
Interview questions [1]
Question 1
Tree data structure? I hope u meant to say "TreeSet"; but the question doesn't say that getNextPerson() will be unique. So let us not bank on treeSet. So just add them on to an ArrayList and do a Collections.sort(ArrayList);