First round was aptitude test(Java) 25 que 30 min. basic questions on multi threading, exception handeling, Collection framework. Immediately followed by 2nd round.
Second round was coding test(pen-paper) having 1 program on stack operations.
U need to know collection framework for writing that prpgram.
3rd -technical interview
4th -manageral round
5th -HR
I have not cleared the test but HR told us about entire selection process.
(out of 9 students, only 1 student was called for 3rd round)
Interview questions [1]
Question 1
Write a program to accept pool of strings and accept 1 choice between 4 operations and do the selected operation
1.Undo(Remove last entered string)
2.Redo(Again add the removed string)
3.Display(Display the pool after operation)
4.Exit(exit the pool)