Microsoft SDE Intern Interview Experience
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
Salesforce SMTS | Interview Experience | Rejected
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
Microsoft - SDE2 - Coding Round
Amazon University Talent Acquisition, Software Dev Engineer I interview experience.
Summary
I interviewed for a Software Development Engineer I role at Amazon and successfully completed three rounds focusing on Data Structures & Algorithms and Behavioral questions.
Full Experience
Background
- Education: Tier 1 IIT, CPI: 8.25
- Experience: 8 months
Applied via Career website, got OA in 2 days, completed in 5 days, HR scheduled interviews in 4 days.
Interview Process
-
Round 1 :7/4/25
-
Intro + 2 DSA
-
Binary Search Problem : https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/description/
-
Delete node from BST
-
Round 2: 11/4/25
-
Intro + 2 DSA + 2 behavioral
-
- Topological Sort Problem: Implement a topological sort algorithm to solve a problem similar to the Course Scheduler problem.
-
- Minimum Absolute Difference Problem: Given two arrays and a variable X, find the minimum absolute difference abs(X - a - b), where a is an element from the first array and b is an element from the second array.
-
Behavioral: Experience About a Blocker in a Project, Anything Done Out of Responsibility
-
Round 3: 21/4/25
-
Intro + 1 DP problem + 2 Behavioral
Interview Questions (6)
Implement a function to delete a node from a Binary Search Tree (BST) while maintaining its properties.
Implement a topological sort algorithm to solve a problem similar to the Course Scheduler problem.
Given two arrays and a variable X, find the minimum absolute difference abs(X - a - b), where a is an element from the first array and b is an element from the second array.
Discuss a situation where you encountered a significant blocker during a project and how you addressed it.
Describe an instance where you took initiative or went beyond your assigned duties due to a sense of responsibility.
Preparation Tips
Key Takeaways
- DSA: Time + space complexity equally weighted with solutions.
- Behavioral: Focus on problem-solving and initiative.