I applied online. I interviewed at Amazon (London, England) in Sep 2024
Interview
45 minute video call with hiring manager. We covered questions about my own values, why i want to work for Amazon and Amazons own working values. The interview was very informal - felt like more of a chat than a structured interview.
Complicated interview process, but the people are very nice and try to help you as much as they can. As it is a very big company, the experiences can vary a lot. I would recommend anyone to do an interview with this firm, just to get the experience.
I applied online. The process took 2 days. I interviewed at Amazon (Chennai) in Sep 2023
Interview
DSA based (leetcode style) :- rotten oranges
The "Rotten Oranges" problem involves a grid where each cell contains either a fresh orange, a rotten orange, or is empty. The goal is to determine the minimum time required for all fresh oranges to become rotten, given that rotten oranges can rot adjacent fresh ones in each unit of time. This problem can be solved using Breadth-First Search (BFS) to simulate the rotting process level by level.