Open In App

Amazon Interview Experience for SDE-1

Online Assessment:

F2F Round 1: SDM with huge experience

  1. Queue implementation using stacks – pinpointing on clean code and optimisation/tweaks – Easy/Med
  2. Check symmetry in n-ary(generic) trees- HARD: you can watch a tutorial on Youtube by pepcoding

This round did not go well as I could not figure a full solution to the second question



F2F Round 2:Taken by an SDE 1

2 coding problems :

  1. Remove elements from sorted Linked lIst which occurs more than once
  2. Binary search Medium+ question – Sorted array with some swapping between neighbouring elements, now you are given a key to search

ANS – these are sorted segments – use Binary search – find points where swapping might have been done



I was able to solve all questions and gave good behavioural answers as well

Shortlisted for 2 more rounds

F2F Round 3: Taken by SDM with high experience

TIP:

TIP: for behavioural, https://interviewgenie.com/blog-1/interviewing-at-amazon-behavioral-interview-questions

and more, you can check at LinkedIn

F2F Round 4:

TIP – Recursion

VERDICT: Selected

Few Tips:

Thanks to the YouTubers I followed and GfG

Article Tags :