Ich habe mich auf anderem Weg beworben. Vorstellungsgespräch absolviert im Juli 2018 bei Infrrd (Neu-Delhi)
Vorstellungsgespräch
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.
Ich habe mich über einen Personalvermittler beworben. Der Vorgang dauerte 2 Tage. Vorstellungsgespräch absolviert im Juli 2018 bei Infrrd (Bengaluru)
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [1]
Frage 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()?"
Ich habe mich persönlich beworben. Der Vorgang dauerte 1 Tag. Vorstellungsgespräch absolviert im März 2018 bei Infrrd (Bengaluru)
Vorstellungsgespräch
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
Fragen im Vorstellungsgespräch [1]
Frage 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