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
Flipkart SDE 2 | PSDS round
Summary
I interviewed for the SDE 2 role at Flipkart and was rejected. During the interview, I was asked two coding questions, including finding the lexicographically smallest path in a tree and the LeetCode Zigzag Conversion problem.
Full Experience
Question based on tree in which we have to return the lexicographically smallest path from leaf to root node
another question- https://leetcode.com/problems/zigzag-conversion/description/
Able to solve both the problem, but in first question i took lots of hint to solve it in optimal ways.
verdict-rejected.
Interview Questions (2)
Given a tree, return the lexicographically smallest path from a leaf node to the root node.