get a mail from recruiter, then get 2 phone interviews. 1. find the two numbers sum to given b from an array. 2. find the nearest common parent of two nodes of a binary tree.
I applied online. The process took 2 weeks. I interviewed at Amazon (Herndon, VA) in Oct 2012
Interview
Had a phone interview with a recruiter from Amazon Web Services (AWS). The phone interview started with a brief question about my job experience, then launched into challenging programming questions using a shared online coding environment (not an IDE, but it had syntax highlighting).
Interview questions [1]
Question 1
What is the range of numbers that can be stored using a single byte?
Several phone interviews
The questions are all not very hard
But you still need to get prepared very well
Because they expect you figure out each question with fast and accurate code
You wrote you code on your paper and then read to them, they will ask you some test cases.
Interview questions [1]
Question 1
Write code to reverse a C-Style String(C-String means that “abcd” is represented as five characters, including the null character )