I applied online. The process took 2 days. I interviewed at Amazon in Dec 2010
Interview
Two 45 minute phone sessions. The interviewers expect you to write down code and then read your solutions to them, it was my first phone interview process and i completely balked. I was not selected, the questions i thought were relatively easy though. One of the questions asked was how to find the min and max in an array and how to find the median in a set of elements. Make sure you write down the code and read it aloud to him.
The process took 1 day. I interviewed at Amazon in Jan 2012
Interview
There were 2 back to back 45-min interviews on phone. They all started with resume reviews and basic data structures questions about hash-tables and linked lists. And then I was asked some coding questions.
Interview questions [1]
Question 1
Write a function which determines if there is a cycle in a linked-list.
I applied through college or university. The process took 1 day. I interviewed at Amazon (Phoenix, AZ) in Dec 2011
Interview
hr scheduled the interview. 2 telephonic interviews. 45 minds each.
1. given 2 linked lists find the unique elements in order of n time.
2.find max height of n ary tree
Interview questions [2]
Question 1
1. given 2 linked lists find the unique elements in order of n time.