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
Allen Digital SDE Intern Interview Experience
Summary
This post details my interview experience for the SDE Intern role at Allen Digital, covering three rounds: two technical and one non-technical.
Full Experience
Hello!
This post is about my interview expereince for sde intern role at allen.
Comp. and other details - https://leetcode.com/discuss/post/6046603/sde-intern-allen-bangalore-by-anonymous_-1k73
round - 1 q1 - explain linkedlist datastructure and how do you reverse a linkedlist (more of a warmup question after some intro) q2 - was asked about heap and it's internal implementation q3 - explain Tree data structure and 2 easy qns around it like diameter and height (dont exactly remember) q4 - alien dictionary (graph)
round - 2 non-technical, talked about background a little bit and about the role's responsibilities
round - 3 this was dev focused mostly js and react. I dont remember the exact questions asked but the format was like for js there were some code snippets and you were expected to tell the output, If you have good knowledge of js like promises, event loop, some keywords like typeof you can easily crack this and for react it like you are asked about some topic lets say useContext you have to explain about the hook and write some code using it explaining it feature, the same followed for few more topics. Also I was asked about the projects that I built and I explained it completely from scratch like problem it solves, techstack used, critical areas e.t.c..
Interview Questions (5)
Explain the linked list data structure and describe how to reverse a linked list.
Describe the heap data structure and its internal implementation.
Explain the Tree data structure. Additionally, two easy questions related to trees were discussed, specifically referencing problems like finding the diameter and height of a tree.
Solve the Alien Dictionary problem using graph algorithms.
Explain the React useContext hook, including its features, and write code demonstrating its usage.