Open In App

Amazon Interview Experience for SDE-1

Last Updated : 24 Feb, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: It was an online round on Amcat platform consisting of two questions.

I don’t exactly remember the question, but the first question was based on DFS and second on BFS.

Round 2:It was f2f round in amazon hyd building

This round had 2 questions:-

Q1. https://www.geeksforgeeks.org/find-next-greater-number-set-digits/

Q2. Data structure with insert(), delete(), getrandom(), delrandom() functions, such that all happens in O(1) time.

Round 3:f2f round

An in-depth discussion of my previous work experience, followed by 2 design questions:-

Q1 design drinks vending machine.

Q2 design LRU cache, with complete code.

Round 4: f2f round

Q1. https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/  ——–iterative as well as recursive approach.

Q2. Merge K sorted array.

link:- https://www.geeksforgeeks.org/merge-k-sorted-arrays-set-2-different-sized-arrays/

Round 5: f2f round

An in-depth discussion of my previous work experience.

A question similar to :-  https://www.geeksforgeeks.org/find-possible-words-phone-digits/

it was not exactly the same question but a variation of above.

 

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads