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
Amazon Sys Dev Engineer - 1 | 24th April
Summary
I attended the first round interview for a Sys Dev Engineer role at Amazon after completing the Online Assessment, covering Data Structures & Algorithms, Database concepts, and Leadership Principles.
Full Experience
Hi guys , Atttended the round 1 interview of Sys Dev Engineer after the OA .
DSA :
Longest Palindrome substring
Valid Parenthesis
Database:
Inner join VS Outer Join
Write a Query to find out the count of subjects which have more than 70 marks order by subject asc.
name , subject , marks
raj maths 100
ram telugu 70
LP :
1. Tell me time where you took a decision without manager approval and how it effected .
2. Tell me a time where you took intiative to improved the existing service
3. Tell me time where you did the automation when the team is dependent on mannual task .
Interview Questions (7)
Given a string s, find the longest palindromic substring in s.
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
Explain the difference between INNER JOIN and OUTER JOIN.
Write a SQL query to find out the count of subjects which have more than 70 marks, ordered by subject ascending. The table schema is name, subject, marks. Example data: raj maths 100, ram telugu 70.
Tell me a time where you took a decision without manager approval and how it effected.
Tell me a time where you took initiative to improved the existing service.
Tell me a time where you did the automation when the team is dependent on manual task.