I applied through college or university. The process took 2 days. I interviewed at Infosys (Bengaluru) in Oct 2017
Interview
1.First round(1:30 hrs) is online coding on Hackerrank platform with two coding questions.
2.Second round is technical interview(1:45 hrs) with question based on your preferred programming language and projects you have worked upon. And I was asked to solve three coding questions one related to prim's minimum spanning tree Algorithm , another was related to hashing and compression and other was design and implement type.
3.HR round just usual questions.
Interview questions [1]
Question 1
Interviewer: seeing my resume, so you are good at coding!!
Me: yeah!:)
Interviewer: took a question booklet and asked to write code for it in 30 min
Question read: You are given a subset-M of tourist places among N-places in a city along with how these places are connected with distance between them. Now you being a traveller, task is to reduce the total distance travelled to cover all places in M and print minimum total distance.
Me: :-! Started implementing basic class with adjacency matrix and thinking about djikistra!!?? TSP?? answer was no!! And it suddenly flashed me how about minimum spanning tree and then I used prim's concept to write a function for it.:-/
Interviewer: ( without checking code :( ) what's minimum spanning tree??
I applied through college or university. The process took 2 days. I interviewed at Infosys (Mumbai) in Jul 2016
Interview
The interview was conducted after an online coding test comprising of 2 questions and then shortlisted students were interviewed. The interviewed students were also given a problem to write a program for on a paper following proper coding standards.
The select students were interviewed for about 70-80 min.
The interview contained standard DSA related questions.
There were also some usual HR question asked in the end.
Interview questions [2]
Question 1
Can quick sort be done in place. Write code for the same
I applied through college or university. The process took 1 day. I interviewed at Infosys in Aug 2015
Interview
1st round - 2 written questions on hackerrank. Level was pretty good .
Only 9 students were able to clear atleast one question.
2nd round - Asked to write psudo code of a question. Interviewers questioned about the projects done so far along with the code that you wrote.