I applied online. The process took 1 week. I interviewed at Amazon in Apr 2018
Interview
i applied online and got an email for two parts online soon after. got a virtual interview after passing these rounds that were online parts were debugging programming questions and some general puzzle questions in java/c/c++.
The first round was a debugging round which was quite easy. Next, second round is coding challenge with two questions. One was easy to solve and the other was a bit difficult. Overall, good knowledge of data structures helps you to clear these rounds easily
I applied online. The process took 3 weeks. I interviewed at Amazon in Feb 2018
Interview
They had an on-campus coding test for our college and about 40 people were there taking the coding test online. There were a few behavioral questions, about 7 debugging questions, and 2 programming question. I finished the first question but not the second question.
I then moved on to the next round which is an online interview. This was about 2 to 3 weeks after the initial coding test. I had two interviewers, one of them shadowed the main interviewer. They asked a lot of scenario questions of when I work on a project and how I approach it when encountering a difficulty. Then, we proceeded to a few basic programming questions, some algorithmic/data structure question, and one object-oriented problem. It was a relatively easy interview, and I thought I did well but didn't get an offer with no explanation why. The interviewer confirmed a lot of my answer and approach.
Interview questions [2]
Question 1
Create a round-robin scheduling program and given a list of time in which the package arrived, determine how long the scheduling would take?