Amazon SDE Interview Experience (April 2026)
Online Assessment (OA)
- Coding: 2 Medium–Hard DSA questions
Round 1: DSA (Onsite) – 6th April 2026 (1 hour)
-
Search in a Sorted and Rotated Array
https://leetcode.com/problems/search-in-rotated-sorted-array/
-
Variation of Kadane’s Algorithm
- Given a circular (rotated) array, find the maximum subarray sum.
Round 2: DSA + Project Discussion (Onsite) – 6th April 2026 (1 hour)
- First 10 minutes: Discussion about my work experience.
DSA Questions:
-
Given an array and an integer k, find the maximum subarray sum from index i to j such that:
|a[i] - a[j]| = k
-
Number of Islands
https://leetcode.com/problems/number-of-islands/
- Behavioral: 5 questions based on Amazon Leadership Principles.
Round 3: Hiring Manager (Gen-AI Focus) – Onsite – 6th April 2026 (1 hour)
DSA Question:
- Lowest Common Ancestor of a Binary Tree
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
System Design:
- Design a system to schedule processes.
Round 4: Bar Raiser (Leadership Principles Focus) – Virtual – 14th April 2026 (1 hour)
- This round focused entirely on Leadership Principles (no technical questions).
Behavioral Questions:
- A situation where I had to deep dive into a problem (with follow-up questions)
- A situation where I had to convince someone of my approach
- Two additional Leadership Principles-based questions
Overall Experience
The interview process was well-structured and covered:
- Strong DSA fundamentals
- Problem-solving ability
- System design basics
- Real-world project discussion
- Leadership Principles and behavioral skills
- Awareness and practical usage of Generative AI