Allen Digital SDE Intern Interview Experience

allen digital logo
allen digital
SDE Intern
May 7, 20253 reads

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)

Q1
Linked List: Explanation and Reversal
Data Structures & AlgorithmsEasy

Explain the linked list data structure and describe how to reverse a linked list.

Q2
Heap Data Structure and Internal Implementation
Data Structures & Algorithms

Describe the heap data structure and its internal implementation.

Q3
Tree Data Structure: Explanation, Diameter, and Height
Data Structures & AlgorithmsEasy

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.

Q4
Alien Dictionary (Graph)
Data Structures & AlgorithmsHard

Solve the Alien Dictionary problem using graph algorithms.

Q5
React useContext: Explanation and Implementation
Other

Explain the React useContext hook, including its features, and write code demonstrating its usage.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!