I applied online. The process took 3 months. I interviewed at Amazon in Oct 2021
Interview
Had an online assessment, then a day in the life simulation, then a final interview. The final interview was a design question and was fairly simple. The interviewer kept expanding on the original question and asked smaller technical questions while I was working and explaining my thought process.
Interview questions [1]
Question 1
"Tell me about yourself" and other basic behavioral questions
It was a nice process..it was my first interview. The interviewers were so friendly. They asked my introduction and jumped straight into my resume and projects.after that they gave me code.
I applied through an employee referral. I interviewed at Amazon in Nov 2021
Interview
I applied through a referral after I got a coding test link in which they've asked 2 coding problems and some reasoning questions. After that, I've got into the first technical round in which the interviewer asked me 3 DSA problems and I solved them. On the same day, I got a call from HR about my second round in that round interviewer asked me 2 DSA problems and we discussed a bit on projects as well.
Interview questions [1]
Question 1
1. OA : there were 2 coding problems given as well as reasoning given.
2. In my first technical round interviewer asked me about introduce yourself. Then asked me first DSA problem : generate all balanced parantheses string of size N
Second question was : find max elements of every K sized window in array.
Third question was : bottom level view of tree.
3. In second round of technical interview first she asked me about introduction and then projects that I've created and what kind of issues I've faced and how I resolved and what I learnt from that? After that we directly move forward with DSA question.
First question was about prefix sum and query.
Second question was finding LCA in binary tree.