I applied through an employee referral. The process took 1 week. I interviewed at Amazon (New York, NY) in Jun 2025
Interview
Two of my three interviews were cancelled last minute and rescheduled to the next day. Other than that, the interviews were conducted professionally and well. Having three interviews is intimidating though.
Interview questions [1]
Question 1
Multiple leetcode style questions and a behavioral interview
It had 3 rounds of interviews, one behavioral round where they asked 4 LPs, one coding round where they asked 2 LC Mediums, and one system design round where I was asked to design a pricing system for a restaurant.
Leetcode style questions - You are given an image represented by an m x n grid of integers image, where image[i][j] represents the pixel value of the image. You are also given three integers sr, sc, and color. Your task is to perform a flood fill on the image starting from the pixel image[sr][sc].