Saturday, February 2, 2013

Interview with Amazon, Hyderabad

Interview with Amazon, Hyderabad

First Round Online Test on Interview Street 
1. Write a program for finding lexicographic sequence in a given list.
2. Write a program for converting a Binary search tree into a Doubly Link list.
3. Write a program for finding Nth Largest in a BST.
4. Write a program for transforming its row and column into 90 degree.

Second Round:
1. Write a program for finding overlapping pattern of two digits and change them to the 1 8.

Example:

Input:
1 2 3 4 1 2 6 6 7 8 

Output:

1 8 3 4 1 8 1 8 7 8


No comments:

Post a Comment

Interview With Amazon Chennai

Interview With Amazon Chennai Interview 1: Coding Problem: Q1. Write down a program which will sort the values at the level in...