Wednesday, July 3, 2024
HomeData ModellingData Structure & AlgorithmAmazon Interview Experience | Set 345 (For SDE-1)

Amazon Interview Experience | Set 345 (For SDE-1)

Round 1: Onsite, Design

  1. Design an online file repository system
  2. What are the use cases
  3. Features
  4. Security
  5. HLD
  6. LLD


Round 2: Onsite, Algo

  1. Detailed discussion on projects. My contributions to project.
  2. nth Fibonacci number in O(n).
  3. Data Structure with O(1) time for:
    get(key) :value
    set(key, value)
    delete(key)
    getRandom() :key


Round 3: Onsite, Algo

  1. Merge two balanced binary search trees into one balanced binary search tree.
  2. Given an array of 0 and 1, in how many iterations the whole array be filled with 1s if in a single iteration immediate neighbor of 1 can be filled.
  3. Given a binary matrix, fill the row and column of any cell containing 1 with 1’s in O(n^2) time without extra space.


Round 4: Telephonic, Hiring Manager

  1. Detailed discussion on projects.
  2. Interviewer was trying to find a fit with amazon leadership principles(https://www.amazon.jobs/principles) with several behavioral questions.
  3. What was the most challenging project.
  4. What did you do in case of immediate deadline.
  5. What did you do in case of disagreement with your manager.


Round 5: Telephonic, Bar raiser

  1. Very detailed discussion on my projects
  2. Give an example in your work where you exceeded expectations
  3. Design an analytics system

If you like neveropen and would like to contribute, you can also write an article and mail your article to review-team@neveropen.co.za. See your article appearing on the neveropen main page and help other Geeks.

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments