Upload Button Icon Add office photos

Filter interviews by

American Broadcasting Company Data Engineer Interview Questions and Answers

Updated 16 Jan 2025

American Broadcasting Company Data Engineer Interview Experiences

4 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2023

Interview experience
4
Good
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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Types of joins in sql
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: returns rows when there is a match in both tables

    • Left join: returns all rows from the left table and the matched rows from the right table

    • Right join: returns all rows from the right table and the matched rows from the left table

    • Full outer join: returns all rows when there is a match in either table

  • Answered by AI
  • Q2. Best practices used in sql
  • Ans. 

    Best practices in SQL include using indexes, optimizing queries, normalizing data, and using stored procedures.

    • Use indexes to improve query performance

    • Optimize queries by avoiding unnecessary joins and using appropriate WHERE clauses

    • Normalize data to reduce redundancy and improve data integrity

    • Use stored procedures for frequently executed tasks to improve performance

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

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

(2 Questions)

  • Q1. What is hive , scala
  • Ans. 

    Hive is a data warehouse infrastructure tool while Scala is a programming language for data analysis and processing.

    • Hive is a data warehouse infrastructure built on top of Hadoop for querying and managing large datasets.

    • Scala is a programming language that is concise, expressive, and integrates well with big data tools like Apache Spark.

    • Both Hive and Scala are commonly used in big data processing and analytics projects

  • Answered by AI
  • Q2. What is spark context
  • Ans. 

    Spark context is the main entry point for Spark functionality and represents the connection to a Spark cluster.

    • Main entry point for Spark functionality

    • Represents connection to a Spark cluster

    • Used to create RDDs, broadcast variables, and accumulators

  • Answered by AI

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

Valid parentheses in python

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Spark rddd , data frame and data set difference

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to modereate

American Broadcasting Company interview questions for designations

 Data Analyst

 (8)

 Data Scientist

 (2)

 Senior Data Analyst

 (1)

 Software Engineer

 (17)

 Softwaretest Engineer

 (6)

 Test Engineer

 (5)

 QA Engineer

 (4)

 Devops Engineer

 (3)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Kubernetes and Docker

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

Interview Questionnaire 

1 Question

  • Q1. Algo & Spark (SQL)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for SQL, Spark, DSA & system design.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All questions based on your resume and recent project you have done including OOPS concept, MVC , Design patterns, SOLID principles
Round 2 - Behavioral 

(1 Question)

  • Q1. Here test the communications, problem solving skills, Decision making skill, Situation handle, conflict management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.

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 tips
Round 2 - Aptitude Test 

Aptitude test in numbers system

Round 3 - One-on-one 

(5 Questions)

  • Q1. Technical question means skill based
  • Q2. Only manual and automation and sql
  • Q3. What is the manual testing
  • Ans. 

    Manual testing is the process of testing software manually to identify defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand without the use of automation scripts.

    • Testers verify that the software functions correctly and meets requirements through manual exploration.

    • Manual testing is time-consuming but allows for thorough testing of user interfaces, usability, and edge ...

  • Answered by AI
  • Q4. What is Automaction testing
  • Ans. 

    Automation testing is the use of software to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing saves time and effort by automating repetitive tasks.

    • It helps in increasing test coverage and accuracy.

    • Popular automation testing tools include Selenium, Appium, and JUnit.

  • Answered by AI
  • Q5. Why using in Oracle sql
  • Ans. 

    Using 'IN' in Oracle SQL allows for filtering data based on a list of specific values.

    • Allows for filtering data based on multiple specific values

    • Can be used with subqueries to retrieve data from another table

    • Improves readability and performance compared to multiple OR conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested

Skills evaluated in this interview

American Broadcasting Company Interview FAQs

How many rounds are there in American Broadcasting Company Data Engineer interview?
American Broadcasting Company interview process usually has 1-2 rounds. The most common rounds in the American Broadcasting Company interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in American Broadcasting Company Data Engineer interview?

Some of the top questions asked at the American Broadcasting Company Data Engineer interview -

  1. Types of joins in ...read more
  2. best practices used in ...read more
  3. spark rddd , data frame and data set differe...read more

Tell us how to improve this page.

American Broadcasting Company Data Engineer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 198 Interviews
PVR Inox Interview Questions
4.0
 • 159 Interviews
Abbott Interview Questions
4.1
 • 145 Interviews
Kantar Interview Questions
3.5
 • 105 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Aptara Interview Questions
3.3
 • 61 Interviews
DISH TV Interview Questions
3.5
 • 58 Interviews
View all
American Broadcasting Company Data Engineer Salary
based on 68 salaries
₹10 L/yr - ₹29.4 L/yr
81% more than the average Data Engineer Salary in India
View more details

American Broadcasting Company Data Engineer Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
1.5k salaries
unlock blur

₹16.3 L/yr - ₹43 L/yr

Manager
1.5k salaries
unlock blur

₹13 L/yr - ₹49.2 L/yr

Software Developer
911 salaries
unlock blur

₹13.5 L/yr - ₹40 L/yr

SAP Abap Consultant
575 salaries
unlock blur

₹11.5 L/yr - ₹43.4 L/yr

Team Lead
566 salaries
unlock blur

₹10.5 L/yr - ₹40 L/yr

Explore more salaries
Compare American Broadcasting Company with

Manappuram Finance

3.9
Compare

Hetero

3.9
Compare

PVR Inox

4.0
Compare

Abbott

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