Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Warner Bros. Discovery Team. If you also belong to the team, you can get access from here

Warner Bros. Discovery Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Warner Bros. Discovery Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Warner Bros. Discovery Interview Questions and Answers

View all 8 questions

Warner Bros. Discovery Interview Experiences

Popular Designations

16 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Here is everything asked in round 1 after they ghosted me # Find if string contains all unique character. # STR1 = 'DDISCOVERY' return TRUE # STR2 = 'WARNER BROTHERS DISCOVERY' return FALSE # fro...

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

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

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on dp... longest increasing sequence

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on arrays....
  • Q2. Questions on stacks... min stack

Interview Preparation Tips

Topics to prepare for Warner Bros. Discovery Software Engineer interview:
  • arrays
  • dp
  • graphs

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Warner Bros. Discovery Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Screening Round 

(1 Question)

  • Q1. It is usually problem solving round where leetcode tagged questions are asked but in my case it as generic discussion related to work, technical background etc.
Round 2 - Operation & Engineering Excellen 

(3 Questions)

  • Q1. Discussions around current system.
  • Q2. Everything discussed like release process, how to debug in such scenario
  • Q3. Some behavioural questions
Round 3 - HLD Round 

(2 Questions)

  • Q1. Design current system
  • Ans. 

    Designing the current system for a Senior Software Engineer position

    • Identify the current system architecture and components

    • Analyze the strengths and weaknesses of the current system

    • Propose improvements or enhancements based on analysis

    • Consider scalability, performance, security, and maintainability in the design

  • Answered by AI
  • Q2. Design Video Streaming service like Netflix
  • Ans. 

    Design a video streaming service similar to Netflix

    • Utilize a content delivery network (CDN) for efficient video streaming

    • Implement recommendation algorithms based on user preferences and viewing history

    • Include a user-friendly interface with personalized profiles and watchlists

    • Ensure secure payment processing and user data protection

    • Offer offline viewing options for subscribers on mobile devices

  • Answered by AI
Round 4 - Coding Test 

(2 Questions)

  • Q1. Find max salary using Java stream api
  • Ans. 

    Using Java stream api to find max salary

    • Use stream() method to convert the list of salaries to a stream

    • Use mapToInt() method to convert the salaries to IntStream

    • Use max() method to find the maximum salary

  • Answered by AI
  • Q2. A code was given and need to discussion around its LLD, HLD. It was open ended discussion.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Intern Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium Coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Find if two words are Isomorphism or not
  • Ans. 

    Isomorphism of two words is determined by mapping each character of one word to another in a one-to-one correspondence.

    • Check if the lengths of the two words are equal.

    • Create a mapping of characters from one word to another.

    • Ensure that each character from one word maps to a unique character in the other word.

    • For example, 'egg' and 'add' are isomorphic as 'e' maps to 'a' and 'g' maps to 'd'.

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Warner Bros. Discovery interview questions for popular designations

 Business Strategy Manager

 (2)

 Analytics Engineer

 (1)

 Billing Analyst

 (1)

 Commercial Strategy Manager

 (1)

 Intern

 (1)

 Internship Trainee

 (1)

 P2P Analyst

 (1)

 Senior Data Engineer

 (1)

Internship Trainee Interview Questions & Answers

user image Satya Prakash

posted on 2 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Why do you think you are better fit for this role?
  • Ans. 

    I am a better fit for this role due to my relevant skills, experience, and passion for the industry.

    • I have completed relevant coursework in my field of study

    • I have previous internship experience in a similar role

    • I am passionate about the industry and eager to learn and grow

    • I possess strong communication and teamwork skills

    • I am proactive and able to take initiative in projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be clam and positive

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Define your current project
  • Q2. Coding problem on DP

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Talk me through your experience
  • Ans. 

    I have over 5 years of experience in developing and implementing commercial strategies in various industries.

    • Led cross-functional teams to analyze market trends and identify growth opportunities

    • Developed pricing strategies to maximize profitability while remaining competitive

    • Implemented marketing campaigns to increase brand awareness and drive sales

    • Managed key accounts and negotiated contracts to secure long-term partn

  • Answered by AI
  • Q2. How would your coworkers describe you?
  • Ans. 

    My coworkers would describe me as reliable, dedicated, and approachable.

    • Reliable - always meeting deadlines and delivering high-quality work

    • Dedicated - committed to achieving goals and going above and beyond

    • Approachable - easy to approach for help or collaboration

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. What is salary expectations for analytics engineer role?
  • Ans. 

    Salary expectations for an analytics engineer role can vary depending on factors such as experience, location, and company size.

    • Research average salaries for analytics engineers in your specific location and industry.

    • Consider your level of experience and any specialized skills or certifications you may have.

    • Negotiate based on the value you can bring to the company and the demand for analytics professionals in the marke

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Warner Bros. Discovery Analytics Engineer interview:
  • Modelling
  • visualisation
  • Python
  • SQL
Interview preparation tips for other job seekers - There will be 3 rounds two with staff level engineers one with director.
Try to negotiate they will say this is max but tell them you won’t be able to join for example if they say 19 ask them 22 at least they have budget dont get fooled by there pressure

Analytics Engineer Interview Questions asked at other Companies

Q1. There are 100 tablets (each weighing exactly same except for one). You have to find out the correct medicine by using a weighing machine but the catch is each time you weigh, it costs you 1 billion, How will you find one correct medicine by... read more
Add answer

P2P Analyst Interview Questions & Answers

user image Subramanyam Kuntla

posted on 24 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Accounts payable related questions

P2P Analyst Interview Questions asked at other Companies

Q1. What is R block
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Manager ask you to for GST entery in O2C department as he thinking we are working for RTR
  • Q2. Manager need to understand that in real working we don't do anything entry

Interview Preparation Tips

Interview preparation tips for other job seekers - I advise is learn all journal entry with GST this people ask more try be perfect in all entries

Billing Analyst Interview Questions asked at other Companies

Q1. If again the covid cases rises, if there will be work from home, will you do it?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Warner Bros. Discovery Interview FAQs

How many rounds are there in Warner Bros. Discovery interview?
Warner Bros. Discovery interview process usually has 1-2 rounds. The most common rounds in the Warner Bros. Discovery interview process are One-on-one Round, Technical and HR.
How to prepare for Warner Bros. Discovery 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 Warner Bros. Discovery. The most common topics and skills that interviewers at Warner Bros. Discovery expect are Python, Gaming, Java, SQL and SAP.
What are the top questions asked in Warner Bros. Discovery interview?

Some of the top questions asked at the Warner Bros. Discovery interview -

  1. Design Video Streaming service like Netf...read more
  2. Find max salary using Java stream ...read more
  3. Find if two words are Isomorphism or ...read more
How long is the Warner Bros. Discovery interview process?

The duration of Warner Bros. Discovery interview process can vary, but typically it takes about 2-4 weeks to complete.

Recently Viewed

INTERVIEWS

Apptunix

7 interviews

INTERVIEWS

Innov8

3 interviews

INTERVIEWS

Skolar

20 interviews

INTERVIEWS

MRF Tyres

298 interviews

INTERVIEWS

Wingsure

2 interviews

INTERVIEWS

KodNest

21 interviews

INTERVIEWS

Edifecs

13 interviews

INTERVIEWS

Faurecia

59 interviews

INTERVIEWS

MosChip Technologies

No Interviews

INTERVIEWS

DeCurtis Corporation

No Interviews

Tell us how to improve this page.

Warner Bros. Discovery Interview Process

based on 18 interviews

Interview experience

3.8
  
Good
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 160 Interviews
Comcast Interview Questions
4.0
 • 73 Interviews
Cinépolis Interview Questions
3.9
 • 58 Interviews
Pocket FM Interview Questions
2.8
 • 51 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
View all

Warner Bros. Discovery Reviews and Ratings

based on 68 reviews

3.6/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.8

Salary

3.2

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 68 Reviews and Ratings
Senior Software Engineer
22 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Senior Financial Analyst
13 salaries
unlock blur

₹11.5 L/yr - ₹19.1 L/yr

Director
12 salaries
unlock blur

₹53.4 L/yr - ₹120 L/yr

Assistant Manager
11 salaries
unlock blur

₹14 L/yr - ₹18 L/yr

Senior Associate
11 salaries
unlock blur

₹6.8 L/yr - ₹14.4 L/yr

Explore more salaries
Compare Warner Bros. Discovery with

Sony Pictures Networks

3.8
Compare

Zee Entertainment Enterprises

3.5
Compare

Sun TV Network

3.6
Compare

Eros International

2.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent