Saturday, October 5, 2024
Google search engine
HomeData Modelling & AIAmazon Interview Experience | Set 342 (Off-Campus for SDE-1)

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

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.
    neveropen Link
  2. Find kth smallest element in row wise column wise sorted matrix.
    neveropen 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 neveropen and would like to contribute, you can also write an article and mail your article to review-team@neveropen.co.uk. See your article appearing on the neveropen 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

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments