I applied through an employee referral. The process took 1 day. I interviewed at Amazon (Seattle, WA) in Jul 2013
Interview
Phone interview with a few technical questions and discussions about how to solve the technical problem and discussion of the solution. The questions were basic data structures/algorithms questions and code had to be written online and shared with the interviewer. The code could be written in any language but C/C++ or Python is preferred.
Interview questions [1]
Question 1
How would you remove duplicates from a linked list? How would you remove duplicates without using a temporary variable?