No questions
Forester Interview Questions
4,244 forester interview questions shared by candidates
How would you extend an existing project with command line interactions to have it with a REST interface?
One logical question such as IQ test. One algorithm question.
The second round interview: Implement a binary tree with the given interface, then discuss the implementation via remote desktop and phone. /* * An interface for an sorted binary tree. * * The interface provides methods for inserting values, checking if certain values are contained and iterating over the elements. * Note: Implementing classes should provide an iterator that traverse the inserted object in the sorted order. */ public interface IBinTree<V extends Comparable<V>> extends Iterable<V> { /* * Insert an object into the binary tree. Note: The tree should be sorted, inserting the same object twice is allowed but the insert is expected to be stable. */ void insert(V obj); /* * Batch-insert multiple elements. */ void insert(Vector<V> vec); /* * Check if the object is already in the tree. Return true if it is, false otherwise. */ boolean contains(V obj); }
How I would help the organization
What skills can you bring to the team?
How would you do this, why that way, how did you find leads, etc. They wanted to tap into my network for their own use.
Why did you apply to this program?
Sidecar pattern. Logger should be static or not. Concurrent db operations
Tell us about your experience from your previous jobs that would be relatable to the position you are applying for? How did you handle conflict with manager? Your expectations in the next 5 years?
Viewing 2941 - 2950 interview questions