Saturday, August 18, 2012

Amazon Interview experience


Interview Details

Interviewed in Bangalore (India) (Jul 2012 - took 1 week)

2 telephone interviews

Interview Questions

1st telephone round:
1)about project
2)Given BST tree and a value which is in BST. Find the inorder successor of the given value in BST.
3)Given single linked list. Do the pair reversal of the list.
Given
1->2->3->4->5
output:
2->1->4->3->5

2nd telephone round:
1)About projects
2)Given an array with size n. Find the element which is repeated more than n/2 times.
3)Design a automated parking system.

No comments: