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 Phone screen
Summary
I am sharing my Amazon phone screen experience where I encountered a challenging problem involving extracting unique numbers from a list using a given probability distribution.
Full Experience
Adding one here to support the community --
Interview Questions (1)
You are given a random number, and a list of numbers (could be repeated). Now use this random number (between 0 and 1), use this number as a probability to get the number from the list without rplacement. Next, you have to output unique numbers that are extracted using probablity distribution.