I applied online. The process took 2 weeks. I interviewed at Amazon (Houston, TX) in Feb 2013
Interview
Two 45 minutes phone interviews, 15 mins apart. First interview went over some questions like describe a hard problem that you have solved and why you want to work in Amazon. Then there is a simple coding problem. The second interviewer asked questions on very basic data structures like trees, as well as another coding problem. The second interviewer was much nicer than the first one. The second interview went much better because I was given the option to type my code into the laptop, whereas I had to read out the code to the first interviewer.
Interview questions [2]
Question 1
The two coding problems are not hard at all. Both are can be solved with binary search, it's a bit redundant.
I applied through college or university. The process took 1 day. I interviewed at Amazon
Interview
Very nice recruiters, gave me a lot of helpful hints to solve their questions. Asked to write a function that prints the sum of 2 numbers that are represented by linked list. Wasn't too bad, but I made a few errors.
Interview questions [1]
Question 1
Questions about how subtypes work. I wasn't expecting that, and was pretty rusty on them.
I received interview notice after campus career fair. two 45-minute interview was arranged.
Interview questions [1]
Question 1
.First interview asked BST and 2sum in an array including time and space complexity questions. The second one asked me to merge to sorted array and something about arraylist and linkedlist.