Very typical coding challenges with 3 steps. fifst was debugging, second is the actual coding challenge. Third consisted of a virtual day at work where you need to watch videos and interact with a fake team.
Interview questions [1]
Question 1
Debugging questions, coding, and virtual day at work
1. Apply at university recruiting site
2. Complete a Coding challenge
3. Complete Debugging challenge with behavioral questions
4. Complete Video Interview for about 1 hr
This will contain behavioral and technical questions.
Interview questions [1]
Question 1
they were simple coding questions, you can use any language for the interview
I applied through college or university. The process took 1 week. I interviewed at Amazon (Visakhapatnam) in Oct 2020
Interview
The recruitment was on-campus. There are 3 rounds overall. First-round is Online Assessment (OA) in which around 300 students appeared. 39 students were shortlisted for the interviews. There were 2 rounds, both technical. Very few students got the opportunity to attend both the rounds.
Interview questions [1]
Question 1
Five Leetcode questions:
Round-1:
1. Find the depth of a binary tree.
2. Implement a stack with push, pop, top and getMin() functions in constant time.
3. Check if two strings are anagrams or not.
Very optimal solutions required instead of brute-force.
Round-2:
1. Partition Lables
2. Maximum value between two nodes in a binary search tree.