I applied through college or university. The process took 1 day. I interviewed at Infosys (Rānchī)
Interview
Infosys came for the role of Specialist Programmer. It was a 1 day process which consisted of :-
1. Coding round
2. 1 Technical Interview
3. HR Interview
The coding round was conducted on hackerearth and consisted of 2 questions medium - hard level.
1. There are N events with start and end time (events are held at mutually exclusive timings) and the total allocated time is T. You have to arrange the events slots such that the events are as contiguous as possible, thus maximizing the remaining time of the day. You can shift most at most K events to get the maximum remaining time.
2. You are in a nXn grid containing 0, 1 and -1s. 1 indicates it contains 1 unit of gold. 0 indicates that there is a path through that square. -1 indicates that it is a blockage.
You need to reach [n-1][n-1], starting from [0][0] using down OR right movement. And then from [n-1][n-1] you need to go back to [0][0] using up OR left movement. On the way, you have to choose the path through which you can pick maximum gold. Note that once you have picked the gold, that square becomes 0. The grid was of 100×100 size in worst case so an optimized code is expected.
The technical interview round was mainly based on System Design and Projects. The interviewer was typically looking for interest in learning various trending technologies.
The HR round was just a formality and the HR discussed the compensation offered and the job locations that were available for me.
Interview questions [2]
Question 1
Design Bookmyshow. Various conditions were given such as high ticket pricing on weekends, VIP quota, fixed ticket booking date range etc. I had to analyze the situation and design the solution. The interviewer was quite friendly and helped me in tackling special cases.
A general discussion on my projects. He asked me the technologies I work on. i answered blockchain. He asked me to explain what blockchain is and a good use case for the same.
I applied online. I interviewed at Infosys (Pune) in Jul 2018
Interview
The interview process consisted of 3 rounds. The first round was a all India coding round(consisting 3 questions), the second round was also a coding round(3 questions) and the final round was a face to face interview consisting of 2 rounds(1 technical + 1 HR).
Interview questions [4]
Question 1
The first few questions were regarding my project which I had mentioned in my resume?
I applied through other source. The process took 1 week. I interviewed at Infosys (Hyderabad) in Feb 2017
Interview
One coding test consisting of 3 questions. Easy, medium, Hard.
First two questions will test your logical skills
Last one is based on an algorithm.
You have to complete at least two questions with 100% test passed
Interview round.