I applied through a recruiter. The process took 1 day. I interviewed at Amazon in Jul 2011
Interview
recruiter found me via linked in.
Four people interviewed me. Asked me to implement several problems. They were medium to difficult one..
I choked on couple although later on I found them to be easy..
Here are some typical questions:
1) pow function that can be generalized to all data types
2) all possible range for alphanumeric zip codes
3) code exam
4) object oriented programming concepts
Interview questions [2]
Question 1
how do you find ancestors on a doubly linked tree ?
I applied through a recruiter. The process took 1 day. I interviewed at Amazon in Jul 2011
Interview
Write a function that takes a BinaryTree and validates if it is a valid BinarySearchTree. Assume the tree contains no duplicate values.
(I couldn't solve it right) Make sure to study hard.
Interview questions [1]
Question 1
Write a function that takes a BinaryTree and validates if it is a valid BinarySearchTree. Assume the tree contains no duplicate values.
The process took 4 weeks. I interviewed at Amazon (Seattle, WA) in May 2011
Interview
After 3 phone fairly technical interviews about OOP and string related questions, I was invited to Seattle to answer a few more string and array related questions. After 1:1 interviews and was told later that I was not a fit for the team within 12 hours of returning back home.
Interview questions [2]
Question 1
Given an array, put all repeated characters together.