Open In App

Disney+Hotstar Interview Experience for SDE 6 Months Internship+PPO (On-Campus)

Last Updated : 28 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

I appeared in the on-campus drive for Disney+Hotstar in November 2022. I think it was an excellent experience. There were 3 rounds: 1 online assessment and 2 technical interviews.

Online Assessment:

There were three medium-difficulty-level DSA questions for 90 minutes.

  • Given a set of points, find the number of lines that are passing through the origin by selecting only two points.
  • Variation of this question: https://www.geeksforgeeks.org/find-maximum-number-of-people-who-can-attend-meeting/
  • I don’t remember the exact question but it is related to graphs

Technical Round 1:

The interviewer asked three easy-level-difficulty DSA questions. You are supposed to write pseudocode in Notepad. As far as I remember, one question is the next larger element of every element in an array. Detect and remove the loop in a linked list. They want to know if you can answer the questions without any confusion.

Technical Round 2:

Discussion on resume, internship experience, and a few questions on content delivery networks (CDN). Given a m*n chessboard and k horses already placed on the chessboard, a new horse is placed at location (x, y) which is our input. Now you need to find the minimum distance of each of the k horses from the new horse placed at (x,y). We can use BFS to solve this question.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads