I applied online. The process took 2 weeks. I interviewed at Amazon in Jan 2014
Interview
get the interview email after 2 weeks of sending resume. The interview includes 2 parts. One of 45 minutes.
Interview questions [1]
Question 1
it is basic algorithms. The first is a sort algorithm. There is an array with a million integer. The integer's length is 10 bit. Find an algorithm with run complexity of N. The second is about detect if there is any circle in a linkelist
Received an email from a recruiter to set up a phone interview. 2 interviews were scheduled back to back. Both the interviewers were rather nice and helpful and even offered feedback. The interviews started of with general conversation and moved on to asking to write pseudocode in colabedit.
Interview questions [1]
Question 1
Make sure to know the big 0 for the worst case and average cases for different sorting algorithms.
2 back to back phone interview which last for almost 2 hours
Interview questions [1]
Question 1
1.reverse a string word by word and there may be multiple whitespace between two word, keep exactly the same whitespace when reverse string by word
2.find all prime number less than the give input k