I applied through college or university. The process took 3 weeks. I interviewed at Amazon (Boston, MA) in Nov 2017
Interview
Three separate coding quizzes; Two online, one live via skype. First two were pretty easy exercises, the last one was tougher along with the added pressure of talking with an interviewer through the process.
I applied through an employee referral. The process took 3 weeks. I interviewed at Amazon (New York, NY) in Feb 2017
Interview
On campus interview, 3 coding questions.
The hardest one is a knapsack problem.
A list representing pages of each book
A list representing intelligence you can get by reading a book
A number indicating the pages you could read at most one day
return the highest intelligence you can get.
I applied online. The process took 2 weeks. I interviewed at Amazon (Iaşi) in Jun 2017
Interview
Applied on their site. I was sent the test by e-mail and I had 2 hours to solve it and send back the results. It was fairly easy, questions about lists and graphs.
Interview questions [1]
Question 1
How do you verify if a list is circular or not (try to use as few resources as possible)