The interview was held on Amazon Chime platform. The interview started of introduction, projects you've done. Data Structures and Algorithms skills were tested by giving a situation on fly and you need come with a solution, they mostly would check the approach you'd be solving it. It is a pair coding round where you need to code and show it.
Interview questions [1]
Question 1
Given a product, what are all the possible ways you can come up if there are multiple attributes to be considered? for ex: if there's a tshirt, possible ways might be tshirt with 2 colors, 3 sizes etc.
The first round was debugging challenge.
The second round was an asynch code challenge.
The third round was a day in the life simulation.
The fourth round was a synchronous leetcode style problem.
Interview questions [1]
Question 1
Debug a provided code snippet (iterator in for loop was being incremented incorrectly)