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
Microsoft SE II Interview Experience (3 Rounds)
Summary
Had a successful interview with Microsoft for the SE II role, with three rounds focusing on DSA, LLD, and HLD. The interviewers emphasized clarity, edge case handling, and design simplicity. I received an offer after the interview.
Full Experience
My interview process at Microsoft for the SE II role was a three-round experience that tested my problem-solving, system design, and high-level design skills. In the first round, I was asked to solve a DSA problem involving array manipulation and a binary tree path-sum problem. The second round focused on system design, where I was tasked with building a simple Markdown to HTML parser. The third round was a high-level design question about creating a secure Password Manager with autofill capabilities. Throughout the interview, the interviewers emphasized the importance of clarity, handling edge cases, and designing simple, maintainable solutions. I made sure to approach each problem methodically, breaking them down into smaller components and considering potential edge cases. I believe the interviewers were impressed with my attention to detail and ability to think through complex problems systematically.
Interview Questions (1)
Design a secure Password Manager that includes features for secure storage and autofill. The design should focus on security, usability, and extensibility.