Amazon SDE-2 Interview Experience ( offer ) 
Hi Everyone,
How I got an opportunity : 
As Amazon India is aggressively hiring these days. I got call from HR upfront about SDE-2 role in amazon.
Phone call round: 
One Person from recruiting team called me and told me that it is Phone call round and after this they will proceed for further rounds. He started with asking about my work and projects which I have worked in current company and Later asked some question on Distributed design concepts.
He told me at the end of phone call, that they will move ahead for other rounds.
Round 1: 
First Round was technical round fully based on Data structures and Algos.https://www.geeksforgeeks.org/delete-a-node-from-linked-list-without-head-pointer/ https://www.geeksforgeeks.org/merge-k-sorted-linked-lists/ 
NOTE  : All question has to be write on online notepad shared by interviewer.
As both question were correctly implemented we dry run the code again multiple test cases. Overall It was quite positive round.
Round 2: 
Second Round was also a Technical Round. Interviewer started with asking my projects and resume digging.https://leetcode.com/problems/maximum-profit-in-job-scheduling/ https://www.geeksforgeeks.org/python-extract-elements-with-frequency-greater-than-k/ 
Later as we have ~10 mins left he gave me another problem on tree which is : https://www.geeksforgeeks.org/remove-nodes-root-leaf-paths-length-k/ 
Overall experience was good and due to good communication in between both of us. we were in sync throughout the interview and I was able to explain him approach and code.
Round 3: 
This was system design Round and Interview Taken By SDE-3 person of the same team. In the beginning he gave me problem to design Yelp’s system (gives review/suggestion on Hotels , restaurant etc).
Tip :  Always think out loud and justify the things why you are using certain tech stack or component.
Round 4: 
It was Hiring manager round. Basically Hiring manager will tells what he expects from you in the round know more about your work, projects and day to day responsibilities in your current company. Where he get some doubts he asked me about that and some of the behavioural questions were asked those are based on Amazon LP ( Leadership principle ).
you can refer this video for gist : 
VIDEO 
Tip :  Go through the Amazon Leadership principle before your interview and prepare at least one real example based on your experience relevant to that.
Interviewers are experienced enough to catch you if you are making a story ;)
Round 5 : 
It was Bar raiser round. If you don’t know about Bar raiser round you can read it here a bit about it : https://www.interviewkickstart.com/blog/what-is-an-amazon-bar-raiser-interview-and-how-to-crack-it  .https://geeksforgeeks.org/find-maximum-path-sum-in-a-binary-tree/ 
It was good round for an hour. overall experience was positive.
Result: 
Finally After 4 days later I got call from HR that they are making an offer for me 
FAQs: 
	How to prepare?