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
Fluxon | Interview Experience | SDE 2
Summary
I had a positive learning experience interviewing for an SDE 2 role at Fluxon. Although I answered most questions well, I stumbled on a query optimization follow-up, which ultimately led to a rejection.
Full Experience
Round 1: The interview started with a brief introduction, an overview of the company, and a discussion about the role and responsibilities.
Overall Experience: The interview was a positive learning experience. However, as it was for a startup, the evaluation standard was high with little room for error. I stumbled during the query optimization part, but answered the rest well. Ultimately, I received a rejection.
Interview Questions (2)
An SQL query to retrieve the first name of the employee with the maximum salary from two tables — employee and salary. Follow-up: Asked to optimize the query, covering topics such as indexing, query optimization techniques, and strategies for scaling databases.
You are given an integer array nums, where each element represents the maximum jump length from that position. Starting at the first index, determine if you can reach the last index. Return true if possible, otherwise false.