Me postulé a través de un reclutador. El proceso tomó 2 días. Acudí a una entrevista en Infrrd (Bengaluru) en jul 2018
Entrevista
The process was smooth and well coordinated. Interview panels were evenly matched with the interviewees present. I was in and out of the 2 rounds of technical F2F interviews in 3 hours with lunch offered after clearing the 2 nd round.
Managerial round was through Skype audio call. It was good except the Skype/network problems.
Preguntas de entrevista [1]
Pregunta 1
1st round: Questions based on Java Object methods for object identity use cases in Java collections. For example, how do you enforce object equality on a business entity so that a Set implementation takes care of the duplicate entity as per business semantics.
2nd round: Questions based on coding standards like "Is it necessary to use List list = new ArrayList() over ArrayList list = new ArrayList()?"
Me postulé a través de otra fuente. Acudí a una entrevista en Infrrd (Nueva Delhi) en jul 2018
Entrevista
Written test followed by two technical F2F rounds and then manergerial round. The hiring process was very smooth and all interviewers were cool enough. They provide good lunch for people who have been shortlisted for further rounds.
Me postulé en persona. El proceso tomó 1 día. Acudí a una entrevista en Infrrd (Bengaluru) en mar 2018
Entrevista
average interview. first round written test. followed by one technical round based on the same written test. then 2nd technical round. 2nd technical round they made me to write code in eclipse.it was an easy question
Preguntas de entrevista [1]
Pregunta 1
print a pattern based on the input i.e n=4 then output is like 1
2 3
4 5 6
7 8 9 10