The usual you get a simple prompt at first and if you do good you pass to the next interview process. You do Medium to Hard questions. Best suggestion is just leetcode and look up interview questions for amazon.
I applied through college or university. The process took 2 weeks. I interviewed at Amazon Web Services (Chennai) in Nov 2025
Interview
In a coding interview, candidates typically face two questions: one medium to difficult problem that tests algorithmic skills and problem-solving abilities, and one easy question to assess basic coding proficiency. This balanced approach allows interviewers to gauge both foundational knowledge and the ability to tackle more complex challenges, providing a comprehensive evaluation of the candidate's coding skills. Candidates should prepare by practicing various coding problems to excel in both types of questions.
Interview questions [1]
Question 1
They asked me DSA questions.
1.find p50 score (p50 is a middle element in the stream)
2.Next greater element.
I applied through a recruiter. I interviewed at Amazon Web Services (Seattle, WA)
Interview
3 rounds, 3 hours of interview, including 1.5 hours of technical LeetCode, 30 minutes of low-level design, and 1 hour of complete behavioral assessment. Leetcode one was easy medium, and the other was hard
Interview questions [1]
Question 1
They asked the parking lot for a low-level design.
Leetcode was trees and HashMap.