I applied through college or university. The process took 1 week. I interviewed at Amazon (Chennai) in Sep 2025
Interview
The interview process consists of two technical rounds, each designed to evaluate different aspects of problem-solving ability:
1. First Round – Coding Assessment
The first level is a hands-on coding interview where candidates are given two programming questions.
The goal is to implement working solutions that successfully pass all the provided test cases.
This round primarily evaluates:
Logical thinking
Problem-solving efficiency
Code correctness and edge-case handling
2. Second Round – DSA Coding Interview
Candidates who clear the first round proceed to a more in-depth Data Structures and Algorithms (DSA) interview.
This round focuses on:
Understanding of core DSA concepts
Ability to apply algorithms to real-time problems
Optimizing solutions for time and space
Interview questions [1]
Question 1
Given an array of student marks, find the minimum number of chocolates to distribute so that every student gets at least one chocolate and students with higher marks than their adjacent peers get more chocolates.
I applied online. The process took 4 weeks. I interviewed at Amazon in Oct 2025
Interview
First an oa round then a 1 hour interview. The interview comprises of 2 coding questions where you have to solve both problems with optimal time and space complexity. The interviewer also asked project related questions and the technologies used so far.
Interview questions [1]
Question 1
A question on prefix sum which was very hard to solve.
friendly interviewer, one array question and one implementation of min stack
were asked, they do give you clues and try to help as much as they can,confidence is very important
Interview questions [1]
Question 1
implement min stack write and explain the code for it