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
Goldman Sach OA | When I'll get HR call
Summary
I recently completed an Online Assessment for Goldman Sach, successfully solving both given data structures and algorithms questions. I am now waiting for an HR call regarding the next steps.
Full Experience
Experience: 3 years 1 month
College: One of the IIIT
Current Compnay: US based healthcare startup, prevously in a Media giant.
Tech: Python backend
Hi Everyone,
Recently I got OA link from Goldman Sach and solve both questions.
1. A string of Alphabets, you have to find out the appearance of each charecter. [EASY]
e.g: aaEEbghf
o/p: 2a2E1b1g1h1f
2. Not exactly remember but question is like below-
Encode a string and decode it. A lot of Exception I have to handled, in question it was mention there will be a good number of exceptions, you have to handle it without try-catch block. After multiple iteration I was able to solve the questions. [HARD - because test cases were locked]
OA date: 27th July, 2025
When I'll get the HR call? I checked in online they are saying within 10 days most of the cases.
Interview Questions (2)
Given a string of alphabets, you have to find out the appearance of each character. For example, input: aaEEbghf, output: 2a2E1b1g1h1f.
The question involved encoding a string and then decoding it. A significant aspect was handling various exceptions without using traditional try-catch blocks. I managed to solve it after multiple iterations.