The process took 6 weeks. I interviewed at Infogain (Ghaziabad)
Interview
The HR was very polite no doubt , but the person who was interviewing was constantly chewing sonething ( it was either a PAAN or chewing gum) while taking the interview. Because of this the room was smelling with that bad smell throughout. Highly unproffessional interviewer. I doubt the how can the management send such unproffessional people to represnt your company. He also was insulting
I applied online. The process took 1 day. I interviewed at Infogain (Noida) in Jun 2019
Interview
overall 4 round for took interview process but it all round one day process.
1 written
2. face to face with tech lead (start with core java and end with advance framework questions).
3 manager round (discuss about my project and role responsibility and gave me some puzzle)
Interview questions [1]
Question 1
try{
}catch(){
}
file.close(); we can write this statement without finally
con.close();
/*finally{
file.close();
con.close();
}