I applied through an employee referral. I interviewed at Quest Global (Bengaluru) in May 2019
Interview
The interview process started with a written (m.c.q based) test, which was having basic core java questions.
If shortlisted, than technical interview.
The process is very very slow..
They will consume your entire day in this process.
Each interview took at-least an hour to complete.
By 1 pm my written was cleared and my technical round started at 6.30 PM in the evening.(This much slow)
After technical interview, hr asked if further round needs to be conducted, then they will call.
After 2 weeks, got a call from hr that you are shortlisted and how much salary are you expecting and notice period details and all.
An offer letter was sent via mail.
Interview questions [2]
Question 1
In written test:
1) Extension for compiled java file.
2) Can we have multiple classes in same java file.
3) String based mcq questions.
Technical interview questions:
1) Tell about the project
2) What is hashmap and explain the internal working of hasmap.
3) what will be the size of hashmap is same key is entered twice and a size function is called on that map
4) Exception handling questions, how to handle exception using try catch.
what will happen if first catch handles Exception class and second catch handles nullpointerexception, will the program run or not.
5) springboot specific annotations and briefly tell about them.
6) primary key annotation in hibernate and how to use it.
7) many to one mapping in hibernate
8) what will you do, if server port is already in use.