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
YEXT SDE - 1 Interview Experience | 2025
Summary
I had an interview for an SDE-1 role at YEXT in 2025, which involved four rounds: technical debugging, DSA coding, a system design-like coding challenge involving APIs, and a final managerial interview.
Full Experience
📍 Interview Process Overview
🔹 Round 1 – Technical Debugging & Coding (DSA-Focused)
- Debugging Session (30 minutes): Solve 3 out of 4 minor bugs related to flag checks, variable assignments, and basic logic errors.
- Coding Session (30 minutes): Solve a Data Structures & Algorithms (DSA) problem focused on Graph Traversal (BFS/DFS).
🔹 Round 2 – Technical Interview (Debugging Round)
- Analyze and debug an implementation of the "Game of Life" problem. The codebase spans across five files and requires a comprehensive understanding of control flow and logic correction.
🔹 Round 3 – Technical Interview (Coding Round)
- Utilize provided API endpoints to fetch and process data in order to generate a leaderboard of the top 10 players based on predefined criteria.
- Has 2 parts to it. First one is necessary to solve. Second part has three sub problems and are categorised under Bonus questions.
🔹 Round 4 – Fitment / Managerial Interview
- General behavioral and managerial questions assessing team collaboration, problem-solving approach, and cultural fit. (Preparation tip: Common questions can be found online (Glassdoor).)
Interview Questions (2)
Analyze and debug an implementation of the "Game of Life" problem. The codebase spans across five files and requires a comprehensive understanding of control flow and logic correction.
Utilize provided API endpoints to fetch and process data in order to generate a leaderboard of the top 10 players based on predefined criteria. Has 2 parts to it. First one is necessary to solve. Second part has three sub problems and are categorised under Bonus questions.