Open In App
Related Articles

Amazon Interview Experience | Set 342 (Off-Campus for SDE-1)

Improve Article
Improve
Save Article
Save
Like Article
Like

Round 1: (Written – Pen & Paper)

  1. Lowest common ancestor in binary search tree
  2. Remove minimum characters from two strings to become anagram

Round 2: Face to Face
Interviewer was expecting full production level code with optimum time/space complexity.

  1. Find an element in an unsorted array such that all left elements are smaller and all right elements are greater. O(n) time complexity solution is required.
    GeeksforGeeks Link
  2. Find kth smallest element in row wise column wise sorted matrix.
    GeeksforGeeks Link

Round 3: Face to Face
Interviewer was first expecting to explain clear algorithm and then production level code.

  1. Find the number of islands
  2. K’th Smallest/Largest Element in Unsorted Array

Round 4: Hiring Manager Round

  1. Discussed thoroughly about my company project. My contribution in project.
  2. Boundary traversal of a binary tree
  3. Why Amazon. Why Chennai.

Hoping for call for Bar Raiser round.
 

If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

Last Updated : 09 Jul, 2019
Like Article
Save Article
Similar Reads
Related Tutorials