J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Infrrd (Bengaluru) en juill. 2018
Entretien
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.
Questions d'entretien [1]
Question 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()?"
J'ai postulé via une autre source. J'ai passé un entretien chez Infrrd (New Delhi) en juill. 2018
Entretien
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.
J'ai postulé en personne. Le processus a pris 1 jour. J'ai passé un entretien chez Infrrd (Bengaluru) en mars 2018
Entretien
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
Questions d'entretien [1]
Question 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