Amazon
More Experiences
Recent Experiences
Latest from community
Microsoft SDE Intern Interview Experience
microsoft4 reads
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
ltimindtree5 reads
Salesforce SMTS | Interview Experience | Rejected
salesforce6 reads
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
jp morgan chase4 reads
Microsoft - SDE2 - Coding Round
microsoft7 reads
Amazon | SDE 1 | Interview Questions
May 13, 2025 • 2 reads
Summary
I interviewed for an SDE 1 role at Amazon and faced several Data Structures & Algorithms problems across two rounds covering topics like intervals, linked lists, matrices, and stock trading.
Full Experience
Round 1:
- https://leetcode.com/problems/merge-intervals/
Variation of this problem. Asked to tell the max number of events happening at once on a given day where the intervals denote the start and end day in the month - https://leetcode.com/problems/add-two-numbers/
Round 2:
- https://leetcode.com/problems/spiral-matrix/
- https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/
Variation of buy and sell stock where you can hold as many stocks as you wish
Interview Questions (4)
Q1
Max Concurrent Events from Intervals
Data Structures & Algorithms
Q2
Add Two Numbers
Data Structures & Algorithms
Q3
Spiral Matrix
Data Structures & Algorithms