loop of interviews:
- coding round: two LeetCode-based questions
- design round: LLD or any other type of programming questions, and behavioral questions + resume questions
- Leadership principles: behavioral questions
Interview questions [1]
Question 1
Coding Round:
Return Increasing Triplet Subsequence:
Example Input: [3, 4, 1, 6]
Example output: [3, 4, 6]
2. Maximum Subarray
Design round:
- Scheduling Task: Given a list of jobs with time and the required resource count, return the minimum number of resources needed at any point in time to run all jobs without delay.
The Amazon interview process typically involves multiple stages, including initial screening, assessments, phone screens, and in-person or virtual interview loops with multiple interviewers. The process often emphasizes both technical skills and behavioral traits, with questions based on Amazon's Leadership Principles.
I applied online. I interviewed at Amazon in Mar 2025
Interview
Very good interviewer is friendly and supportive and even though I have learn but this interview experience is always remember in my whole life. They have asked me for one sudo code approach and then do me a production level code.