I applied through an employee referral. I interviewed at Amazon in Jun 2021
Interview
got shortlisted and gave the online assessment test, but couldn't clear the online assessment test. The test had 4 questions, 2 coding questions and 2 explanation questions for the approach taken
Three Interview rounds happened on same day. Two were system design rounds and 1 was coding.
In the system design I was asked about Google sheets. Class representation was important.
In the second round of system design, I was told to design irctc website and focus more on OOPS
I applied through a recruiter. The process took 2 weeks. I interviewed at Amazon (Bengaluru) in Jun 2021
Interview
The interview was very smooth. The recruiter coached me through-out giving sample questions and giving tips and advice about how to approach the solution. She also allowed me to reschedule the interviews 2-3 times.
Algorithms
- Maximum value on the shortest path between two nodes in a binary tree
- Given a string you can collapse all consecutive k occurrences of any letter in each step. Keep performing this operation as long as you can and return the final string. https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii/