Upload Button Icon Add office photos

Filter interviews by

Disney+ Hotstar Sdet Interview Questions and Answers

Updated 13 Jun 2024

Disney+ Hotstar Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

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

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. On array and strings
  • Q2. Automation basics

Interview questions from similar companies

Sdet Interview Questions & Answers

Swiggy user image Anonymous

posted on 23 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Strings, Arrays , Hashmaps were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of your product
  • Ans. 

    Our product follows a microservices architecture, utilizing Docker containers and Kubernetes for scalability and reliability.

    • Microservices architecture

    • Utilization of Docker containers

    • Scalability and reliability through Kubernetes

  • Answered by AI
  • Q2. Diff between SQL /DBMS
  • Ans. 

    SQL is a language used to query databases, while DBMS is a software system that manages databases.

    • SQL is a language used to interact with databases, allowing users to retrieve, update, and manipulate data.

    • DBMS is a software system that manages databases, providing functionalities like data storage, retrieval, and security.

    • Examples of SQL include SELECT, INSERT, UPDATE, DELETE statements, while examples of DBMS include

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Oct 2023.

Round 1 - Assignment 

Strategy Roadmap - mention strategies to increase profit per order

Round 2 - One-on-one 

(3 Questions)

  • Q1. 5 year roadmap of Netflix
  • Ans. 

    Netflix plans to focus on expanding original content, global expansion, technology innovation, partnerships, and improving user experience over the next 5 years.

    • Expand original content library to attract and retain subscribers

    • Continue global expansion to reach new markets and increase subscriber base

    • Invest in technology innovation to enhance streaming quality and personalization

    • Form strategic partnerships with content ...

  • Answered by AI
  • Q2. Explain a past project in detail
  • Q3. How will you grow user count of Amazon from x to 10x in 2 years?
  • Ans. 

    To grow user count of Amazon from x to 10x in 2 years, focus on customer acquisition, retention, and engagement strategies.

    • Implement targeted marketing campaigns to attract new users

    • Enhance user experience to increase retention rate

    • Leverage data analytics to understand user behavior and preferences

    • Expand product offerings to cater to a wider audience

    • Utilize social media and influencer partnerships for brand awareness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficult interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Assignment 

Sql questions- mainly around window functions and joins

Round 2 - Case Study 

How would you understand if suddenly order dropped by 20% for flipkart
Statistics questions as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on structured thinking, statistics should be crisp

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Favourite Product
  • Ans. 

    My favourite product is the iPhone.

    • Sleek design and user-friendly interface

    • High-quality camera and advanced features

    • Seamless integration with other Apple products

    • Regular software updates and strong security measures

  • Answered by AI
  • Q2. 2. Build a search algorithm for a social media app
  • Ans. 

    Build a search algorithm for a social media app

    • Identify relevant search criteria such as keywords, hashtags, user profiles, and location

    • Rank search results based on relevance and popularity

    • Implement filters to refine search results

    • Consider user behavior and search history to personalize results

    • Optimize search speed and efficiency

  • Answered by AI
  • Q3. 3. How would you go about launching a new city for a food tech startup like Swiggy

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all types of product interview questions like RCA, GTM, Metrics of different types of companies etc.

Read about the company and ask lots of questions

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  related to your business you asked questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview the ability of a person to be recognized by person quality human nature.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

Disney+ Hotstar Interview FAQs

How many rounds are there in Disney+ Hotstar Sdet interview?
Disney+ Hotstar interview process usually has 1 rounds. The most common rounds in the Disney+ Hotstar interview process are Technical.
What are the top questions asked in Disney+ Hotstar Sdet interview?

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

  1. On array and stri...read more
  2. Automation bas...read more

Tell us how to improve this page.

Disney+ Hotstar Sdet Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
CARS24 Interview Questions
3.5
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zepto Interview Questions
3.5
 • 218 Interviews
BlackBuck Interview Questions
3.8
 • 178 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
3.9
 • 142 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
View all
Disney+ Hotstar Sdet Salary
based on 5 salaries
₹14 L/yr - ₹17.2 L/yr
16% more than the average Sdet Salary in India
View more details

Disney+ Hotstar Sdet Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
61 salaries
unlock blur

₹12 L/yr - ₹31.7 L/yr

Engagement Manager
55 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Senior Executive
51 salaries
unlock blur

₹5.3 L/yr - ₹21 L/yr

Software Development Engineer II
42 salaries
unlock blur

₹19 L/yr - ₹52.7 L/yr

Senior Manager
35 salaries
unlock blur

₹19.5 L/yr - ₹76 L/yr

Explore more salaries
Compare Disney+ Hotstar with

Netflix

4.5
Compare

Amazon Prime Video

3.8
Compare

SonyLIV

1.0
Compare

ZEE5

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview