I applied online. The process took 4 weeks. I interviewed at Amazon (Seattle, WA) in Sep 2012
Interview
Applied online through as a new Graduate. They called and asked to set up an interview. First interview was lots of questions based on material like what are the 5 Principals of Object Oriented Programming. They ask lots of questions about your former work (if you only have school projects they ask you to talk about what you did). They will then ask you questions about those projects such as what programming designs you used (Singleton for example) and ask what characteristics that design has. The last 15 minutes of the interview is a programming question. My question was to write a method that sorts 2 Array's into one. You write this code quickly and tell them over the phone how you wrote it (including parentheses commas, ect). He asks you clarifying questions like if you wanted this to run faster how might you right it, and assuming we wanted duplicates how would you need to modify the code.
The second interview was much more programming based. 20 minutes was general questions followed by a programming question which was done online on a website where both the interviewer and the interviewee could both see and work on the code. I forget what this code was but its a fairly simple method to write. At the end of the interview I was asked to write a method for StringToDouble in the next hour (following the end of the interview) and then to email it to the interviewer. This method had to include thorough error checking and a method to test various cases (invalid characters, double too large, ect).
Interview questions [1]
Question 1
Which design patterns did you use in your projects and why?
Interviewed for silicon team. Have only been asked about the domain specific knowledge in 1st round and system design in 2nd round and C coding in 3rd round.
The interviews were 50 mins each.
First round with hr screening - 2 leetcode questions then hr manager screening then the loop which consists of 4 interviews each an hour long. The 4 interview questions they asked where three medium leetcode questions. And one system design interview question about how to shadow deploy a test software to millions of users.
Recruiter reaches out after applying through Amazon careers, no referral. Had an initial OA, then after a month had four rounds in two days - three coding one system design. Each round had 30 min behavioral and 30 min coding.
Interview questions [1]
Question 1
Questions were mainly hashmap, sliding window and interval related.