Upload Button Icon Add office photos

Disney+ Hotstar

Compare button icon Compare button icon Compare

Filter interviews by

Disney+ Hotstar Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

23 Interview questions

A Full Stack Developer was asked
Q. 

LRU Cache Design Question

Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

1. get(key) - Return the value of the key if it exists in the cache; otherwi...

Ans. 

Design a Least Recently Used (LRU) cache data structure that supports get and put operations with a given capacity.

  • Implement a doubly linked list to keep track of the order of keys based on their recent usage.

  • Use a hashmap to store key-value pairs for quick access and updates.

  • When capacity is reached, evict the least recently used item before inserting a new item.

  • Update the position of a key in the linked list whe...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. Can you explain the concepts of Mutex and Semaphore in operating systems?
Ans. 

Mutex and Semaphore are synchronization mechanisms used in operating systems to control access to shared resources.

  • Mutex is used to provide mutual exclusion, allowing only one thread to access a resource at a time.

  • Semaphore is used to control access to a resource by multiple threads, with a specified number of permits available.

  • Mutex is binary in nature (locked or unlocked), while Semaphore can have a count greate...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Next Greater Element Problem Statement

Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the first...

Ans. 

The task is to find the Next Greater Element for each element in a list of integers.

  • Iterate through the list of integers from right to left.

  • Use a stack to keep track of elements whose NGE is yet to be found.

  • Pop elements from the stack until a greater element is found or the stack is empty.

  • Assign the NGE as the top element of the stack or -1 if the stack is empty.

View all Full Stack Developer interview questions

Disney+ Hotstar Interview Experiences

37 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Estimate the total number of aeroplanes in the sky
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic SQL questions
Round 2 - Case Study 

Netflix user decline

Round 3 - One-on-one 

(1 Question)

  • Q1. Experience and personality test
Round 4 - HR 

(1 Question)

  • Q1. Culture fit and negotiations

Sdet 2 Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Apr 2024.

Round 1 - Coding Test 

Coding round 1 (SDET 1):Got 2 leetcode medium level question related to java comparator and array rearranging.

Round 2 - Coding Test 

Coding round 2 (SDET 2 took it): Medium level leetcode question + walk around the current experience.

Round 3 - Technical 

(1 Question)

  • Q1. Low level Design round (SDET Lead took it) : it was majorly around the framework creation and work around it. And also microservices understanding.
Round 4 - Technical 

(1 Question)

  • Q1. Hiring manager round (SDET Manager took it):- It was majorly on what tech and tools you have worked on, how you have tackled complex problems.
Round 5 - Technical 

(1 Question)

  • Q1. Bar raiser round (Devops head took it): Asked questions around work experience and questions around it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interviewers were good, they asked relevant questions. I had bad experience with HR (Khyati Agarwal), after 5 rounds of interview she never came back. I called her for straight 4 days but she never answered. I also pinged her on linkedin to which she never replied. I also reached out to other HR from hotstar on linkedin (Partha Dewri), he said he will come to me by next week but he also never came back. So after investing my more than 5 hours in the interview process this is what Hotstar hiring team did to me. After giving 5 rounds which went well from my side, I had hopes but the experience after the interview was dishearting. HRs could have just given the feedback and update on the same. Nevertheless All the best to all who is reading this and going for interview process. I wish you good luck.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

To keep it simple. the question was to arrange in ascending order but asked in a different way

Round 2 - Coding Test 

It was 1.5 hrs coding round along with self intro

Round 3 - Technical 

(1 Question)

  • Q1. LLD round along with questions from our resume

Anchor Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is your name
  • Q2. What is your Qualification
  • Q3. How many years experience
  • Ans. 

    I have over 5 years of experience in software development, specializing in full-stack web applications and agile methodologies.

    • Worked on multiple projects using JavaScript frameworks like React and Node.js.

    • Led a team of developers in creating a customer relationship management system.

    • Implemented agile practices that improved project delivery time by 30%.

    • Contributed to open-source projects, enhancing my skills and commu...

  • Answered by AI
  • Q4. Where are coming from
  • Q5. Which language comfortable
  • Ans. 

    I am comfortable speaking English and Spanish.

    • English is my first language and I am fluent in it

    • I also speak Spanish fluently

    • I am comfortable communicating in both languages in various settings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Any Advice of the person
Good quality
Good expression and noise
Respect of the people
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Coding question:
Move all negative elements to the front of the array maintaining the order of element appearance without using the extra data structure like list or map.

Round 2 - Coding Test 

Coding question:
find two integer pair sum
Asked about the automation fundamentals status codes, client-side error and server-side error

Round 3 - LLD(Automation) 

(1 Question)

  • Q1. Asked about my current company's automation and release process the problem statement of test data handling with a security perspective
Round 4 - Behavioral 

(1 Question)

  • Q1. Asked about my current automation framework My overall experience in backend automation and frontend automation Ask me to design automation framework for the Disney+hotstar paywall page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared with coding round
Coding round questions will range between easy to medium-level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell us a problem you solved in your last organization?
  • Ans. 

    Implemented a new CRM system to streamline sales processes and improve data accuracy.

    • Identified the need for a more efficient CRM system

    • Researched and evaluated different CRM options

    • Collaborated with IT team to customize and implement the chosen CRM

    • Provided training to sales team on how to use the new system

    • Monitored and analyzed data to ensure system was meeting objectives

  • Answered by AI
  • Q2. Where do you want to be in 5 yrs from now
  • Ans. 

    In 5 years, I aim to have successfully grown the sales team, increased revenue by 50%, and established strong partnerships with key clients.

    • Lead the sales team to achieve ambitious targets

    • Implement innovative sales strategies to drive revenue growth

    • Develop and maintain relationships with key clients to ensure long-term partnerships

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on SQL, Python and PySpark all leetcode easy-medium
Round 2 - Case Study 

Case studies and Guestimates related to OTT

Round 3 - Case Study 

Hiring manger round was also case study based on OTT business

Interview Preparation Tips

Interview preparation tips for other job seekers - Within 5hrs of final interview they told me hiring has been paused. They have no value for time and efforts of candidate. Hiring manger even told me he was really impressed with case study solution I offered in final round only to hit me with "Hiring is paused" BS.

Deepinder Kaul and Khyati Agarwal, remember these HR names and avoid them
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sort an array containing 0,1,2
  • Ans. 

    Sort an array containing 0, 1, and 2.

    • Use a sorting algorithm like quicksort or mergesort.

    • Count the occurrences of 0s, 1s, and 2s, then reconstruct the array.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • One-pass solution: Maintain three indices (low, mid, high) and swap elements accordingly.

  • Answered by AI
  • Q2. Parentheses Checker
Round 2 - Technical 

(1 Question)

  • Q1. Design priority queue
  • Ans. 

    Design priority queue

    • A priority queue is a data structure that stores elements with associated priorities

    • Elements with higher priority are dequeued before elements with lower priority

    • Common implementations include binary heaps and balanced binary search trees

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Past company project discussion & test cases round

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Guestimate no of cars in Delhi
  • Ans. 

    Estimating the number of cars in Delhi involves analyzing population, car ownership rates, and urban density.

    • Population of Delhi: As of 2023, Delhi has a population of approximately 20 million people, which influences the number of cars.

    • Car Ownership Rate: In urban areas like Delhi, car ownership can be around 10-15% of the population, leading to an estimate of 2-3 million cars.

    • Urban Density: High urban density and pub...

  • Answered by AI
  • Q2. How to reduce cancellation on Swiggy
  • Ans. 

    Implementing strategies to enhance user experience and streamline operations can significantly reduce cancellations on Swiggy.

    • Improve order tracking: Real-time updates can keep customers informed and reduce anxiety about their order status.

    • Enhance customer support: Quick resolution of issues can prevent cancellations. For example, a dedicated helpline for urgent queries.

    • Optimize delivery times: Ensuring timely deliveri...

  • Answered by AI

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Disney+ Hotstar?
Ask anonymously on communities.

Disney+ Hotstar Interview FAQs

How many rounds are there in Disney+ Hotstar interview?
Disney+ Hotstar interview process usually has 2-3 rounds. The most common rounds in the Disney+ Hotstar interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Disney+ Hotstar interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Disney+ Hotstar. The most common topics and skills that interviewers at Disney+ Hotstar expect are Web Technologies, Ticketing, Analytics, Computer science and Management.
What are the top questions asked in Disney+ Hotstar interview?

Some of the top questions asked at the Disney+ Hotstar interview -

  1. What would be the success metrics if profiles were to be introduced in Hots...read more
  2. How do brands typically plan their media spe...read more
  3. How to Make more offers to custo...read more
How long is the Disney+ Hotstar interview process?

The duration of Disney+ Hotstar interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 31 interview experiences

Difficulty level

Easy 10%
Moderate 75%
Hard 15%

Duration

Less than 2 weeks 55%
2-4 weeks 35%
4-6 weeks 10%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 465 Interviews
Meesho Interview Questions
3.7
 • 363 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
View all

Disney+ Hotstar Reviews and Ratings

based on 139 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.7

Salary

3.4

Job security

3.5

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 139 Reviews and Ratings
Production Assistant

Mumbai

2-7 Yrs

Not Disclosed

Pipeline Technical Director

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
70 salaries
unlock blur

₹12 L/yr - ₹31.7 L/yr

Engagement Manager
57 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Senior Executive
54 salaries
unlock blur

₹5.3 L/yr - ₹21 L/yr

Software Development Engineer II
49 salaries
unlock blur

₹19 L/yr - ₹55 L/yr

Senior Manager
37 salaries
unlock blur

₹21 L/yr - ₹73.8 L/yr

Explore more salaries
Compare Disney+ Hotstar with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview