I applied through other source. I interviewed at Infrrd (New Delhi) in Jul 2018
Interview
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.
I applied through a recruiter. The process took 2 days. I interviewed at Infrrd (Bengaluru) in Jul 2018
Interview
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.
Interview questions [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()?"
I applied in-person. The process took 1 day. I interviewed at Infrrd (Bengaluru) in Mar 2018
Interview
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
Interview questions [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