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
Zamp Interview experience L5 - [Dec-2024]-Reject
Summary
I recently interviewed for an E5 role at Zamp in December 2024 and was rejected. I am sharing the questions asked during the phone screen and system coding rounds to contribute to the community.
Full Experience
Appeared for Zamp E5 role interviews recently. To give back to the community i'm sharing the questions I got asked . i will be writing more post for different interviews i have given recently.
Phone screen:
I don't exactly remeber the question but it was something like .Given a set of content string (paragraph) and target text(also paragraph) find if the target string can be created from the paragraph.
I created a reverse document index on the words to corresponding document like elastic search and started matching from there.
2 system Coding:
It was an interview with a VP. he asked me all sort of question on docker, kubernetes, architecture patterns like hexagonal, clean , DDA, Deployment related stuff, design patterns etc. Then gave a question to implement Apache airflow
Interview Questions (2)
Given a set of content string (paragraph) and target text (also paragraph) find if the target string can be created from the paragraph.
Implement Apache airflow