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
Xperate Interview Experince || .NET Developer || Fresher
Summary
I applied via referral for a .NET Developer position at Xperate and went through screening, technical screening, and technical panel interview rounds. I am currently awaiting the results.
Full Experience
Screening Round
- I appled via Reffral.
- Recived call from HR and they asked basic questions:
1. Binary Tree, Merge Sort, Dependency Injection in .net, OOPS Concept and Core Subject.
I have answered eah questions as well.
Technical Screening Round:
- find the fibonacchi serise by using recurrsion.
- Find the sum between 7th to 100. I have solved by using Nth element.
- Find the how many vowels in the given sentence.
Core Subject:Computer Network: TCP/IP, Subnetting,
Technical Panel Interview Round:
- Intro + Project -> Tech-stack Breaf Description,
- SQL Query:
Find Employee Whose salary>avg(saray).
Add 1000 more salary from current employee salary.
- OPPS In Details.
- Java Advance Questions.
- DBMS joins, view and ACID Property.
Interview Questions (5)
Write a program to find the Fibonacci series using recursion.
Find the sum of all integers between 7 and 100 (inclusive).
Write a program to find the number of vowels in a given sentence.
Write an SQL query to find employees whose salary is greater than the average salary.
Write an SQL query to add 1000 to the current salary of all employees.