Upload Button Icon Add office photos

Disney+ Hotstar

Compare button icon Compare button icon Compare

Filter interviews by

Disney+ Hotstar Sdet Engineer Interview Questions and Answers

Updated 5 Feb 2024

Disney+ Hotstar Sdet Engineer Interview Experiences

1 interview found

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

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Disney+ Hotstar?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

Sdet Engineer Interview Questions Asked at Other Companies

asked in Nykaa
Q1. Tell me about the projects and knowledge on selenium api and etc?
asked in Witty Com
Q2. In this example, the internal data structure (std::vector) can be ... read more
asked in Jivox
Q3. Write a program to log in and print employees' first names and sa ... read more
asked in Nutanix
Q4. Given an array representing the amount of fuel in three types of ... read more
asked in Info Edge
Q5. What do you mean by run time polymorphism and how is it achieved?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Severity, Priority and criticality?
  • Ans. 

    Severity, Priority, and Criticality are different aspects of issue management in software testing.

    • Severity refers to the impact of a defect on the system's functionality.

    • Priority indicates the order in which defects should be fixed based on business needs.

    • Criticality combines severity and priority to determine the overall importance of a defect.

    • For example, a defect causing a system crash would have high severity, high...

  • Answered by AI
  • Q2. What id Equivalence partitioning?
  • Ans. 

    Equivalence partitioning is a software testing technique where input data is divided into partitions and only one value from each partition is tested.

    • Input data is divided into groups or partitions based on similar characteristics

    • One value from each partition is selected as a representative for testing

    • Helps in reducing the number of test cases while ensuring maximum coverage

    • Example: Testing a login form with valid, inv...

  • Answered by AI
  • Q3. What id BackWord Compatibility?
  • Ans. 

    Backward compatibility refers to the ability of a system to accept input intended for an older version of the system.

    • Allows newer versions of software to work with data or systems from older versions

    • Ensures that changes in the software do not break compatibility with existing data or systems

    • Helps in smooth transition and adoption of new versions without disrupting existing processes

  • Answered by AI
  • Q4. What is Paradox in testing ?
  • Ans. 

    A paradox in testing refers to a situation where a test case both passes and fails at the same time.

    • Paradox in testing can occur when a test case has conflicting requirements or conditions.

    • It can also happen when there are errors in the test setup or execution that lead to unexpected results.

    • For example, a test case may pass when run individually but fail when run as part of a test suite due to dependencies.

    • Identifying...

  • Answered by AI
  • Q5. What id post put and patch?
  • Ans. 

    PUT and PATCH are HTTP methods used for updating resources in RESTful APIs.

    • PUT is used to update or replace an existing resource entirely

    • PATCH is used to partially update an existing resource

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not idempotent, meaning multiple identical requests may have different effects

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Y r u choosing this job only??
  • Q2. What's your dream?
  • Ans. 

    My dream is to create innovative software solutions that positively impact people's lives and drive technological advancement.

    • Building User-Centric Applications: I aspire to develop applications that prioritize user experience, like a health tracking app that motivates users to lead healthier lives.

    • Contributing to Open Source: I dream of contributing to open-source projects, collaborating with developers worldwide to c...

  • Answered by AI
  • Q3. My dream is to got a job
  • Q4. How much salary will you expected??

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to be positive at any situation and be active .
Don't get feared .
Your dressing is shown ur attitude.
Give respect to the others don't forget these things.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Q2. Where do you see yourself after 5 years ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti and coding

Round 2 - Technical 

(1 Question)

  • Q1. Questions on java a d sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Bogus interview . Doesnt matter how you give the interview , they will choose some random guy who is not worthy maybe
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is your name
  • Q2. How many years of experience you have
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was coding test in online mode which was quite easy.

Round 2 - Technical 

(1 Question)

  • Q1. In the 2nd round they asked the technical questions from SQL , simple coding questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

2 leetcode medium question in 1 hr

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

It was a DSA round with one medium and one hard question.

Disney+ Hotstar Interview FAQs

How many rounds are there in Disney+ Hotstar Sdet Engineer interview?
Disney+ Hotstar interview process usually has 3 rounds. The most common rounds in the Disney+ Hotstar interview process are Technical and One-on-one Round.
What are the top questions asked in Disney+ Hotstar Sdet Engineer interview?

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

  1. Sort an array containing 0,...read more
  2. Design priority qu...read more
  3. Parentheses Chec...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 469 Interviews
Meesho Interview Questions
3.7
 • 365 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 291 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 181 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
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

₹9.2 L/yr - ₹15 L/yr

Software Development Engineer II
49 salaries
unlock blur

₹19 L/yr - ₹55 L/yr

Senior Manager
37 salaries
unlock blur

₹37.8 L/yr - ₹63 L/yr

Explore more salaries
Compare Disney+ Hotstar with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview