I applied online. The process took 1 week. I interviewed at Amazon in Mar 2014
Interview
Called for a phone interview. Asked me to implement a function that finds to integers in an array that add to a specific value, which I did by walking through the array and putting unique values into a hash. Also asked to implement a stack with push, pop and O(1) access to the largest element.
Interview questions [1]
Question 1
Implement a stack data structure with O(1) push, pop and access to the largest element.
I applied online. The process took 3 weeks. I interviewed at Amazon in Apr 2011
Interview
2 phone interviews(45 mins each) , most of the questions are techniques and are very basic
1)reconstruct a binary tree
2)given a list of integers , find out the two that sums up to a specific value
3)overlapping problems
will have a on-site next Thursday