Upload Button Icon Add office photos

Filter interviews by

American Broadcasting Company Data Analyst Interview Questions and Answers for Experienced

Updated 25 Dec 2024

American Broadcasting Company Data Analyst Interview Experiences for Experienced

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2024

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

English, Coding, Pseudo code

Round 2 - Technical 

(2 Questions)

  • Q1. String, Array, Linked list, Stack
  • Q2. Decision Making, creative, Verbal & Witten communication

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

A train running at the speed of 60 km/hr crosses a pole of 9 seconds. what is hte length of train?

Round 2 - Coding Test 

Print all prime numbers

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal general aptitude questions

Round 2 - Coding Test 

DSA must and sql, python

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

(1 Question)

  • Q1. Joins,Where,having
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is indexing
  • Ans. 

    Indexing is a technique used to optimize the performance of databases by creating a data structure that allows for quick retrieval of data.

    • Indexing involves creating a data structure that maps the values of a particular column in a database table to their physical storage locations on disk.

    • It helps in speeding up data retrieval operations by allowing the database to quickly locate the rows that satisfy a certain condit...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked about the projects from the resume. It was based on Python. The project was stock prediction using ml. They mainly asked about the concepts used. And they also asked the equations related to data sci...
Round 3 - HR 

(1 Question)

  • Q1. I didn't qualified for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - revise datascience course throughly and go through your resume projects

Data Analyst Interview Questions & Answers

HDFC Bank user image Nandhini Sinilkumar

posted on 26 Jul 2023

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

I applied via Referral and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Related to programming language python SQL .net

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions about the tools
Round 4 - One-on-one 

(1 Question)

  • Q1. Normal discussion about their policy salary

I applied via Approached by Company and was interviewed in Sep 2021. 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 
Round 3 - Technical 

(2 Questions)

  • Q1. Basic Machine Learning Question
  • Q2. Ask about Previous work or project

Interview Preparation Tips

Interview preparation tips for other job seekers - Level of aptitude exam is difficult
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Pandas and SQL questions and some business case

Round 3 - One-on-one 

(2 Questions)

  • Q1. The head of the vertical took interview, explained role and asked about my experience.
  • Q2. What project did you work on?
Round 4 - Technical 

(3 Questions)

  • Q1. A senior data scientist asked technical questions on my experience.
  • Q2. What is the advantage or lstm over rnn.
  • Ans. 

    LSTM has better memory retention than RNN.

    • LSTM can remember long-term dependencies better than RNN.

    • LSTM has a gating mechanism that controls the flow of information.

    • LSTM can handle vanishing gradient problem better than RNN.

    • LSTM is more suitable for tasks that require long-term memory, such as speech recognition and language translation.

  • Answered by AI
  • Q3. What is multicollinearity and what are its effects?
  • Ans. 

    Multicollinearity is a phenomenon where two or more independent variables in a regression model are highly correlated.

    • It can lead to unstable and unreliable estimates of regression coefficients.

    • It can make it difficult to determine the individual effect of each independent variable on the dependent variable.

    • It can also result in inflated standard errors and p-values, making it difficult to identify statistically signif...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Ram? What is Rom?
  • Ans. 

    RAM stands for Random Access Memory, a type of computer memory that can be accessed randomly. ROM stands for Read-Only Memory, a type of memory that stores data permanently.

    • RAM is volatile memory used by the computer to store data and program instructions temporarily.

    • ROM is non-volatile memory that stores firmware and cannot be easily modified or deleted.

    • RAM is faster but loses data when power is turned off, while ROM ...

  • Answered by AI
  • Q2. Which language understand the computer?
  • Ans. 

    Computers understand machine language, which is a set of binary codes representing instructions that the computer can execute.

    • Computers understand machine language, which consists of binary code representing instructions.

    • High-level programming languages like Python, Java, C++ are used to write code that is then translated into machine language.

    • Compilers and interpreters are used to convert high-level code into machine

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the machine language?
  • Ans. 

    Machine language is the lowest-level programming language that directly corresponds to instructions executed by a computer's CPU.

    • Machine language consists of binary code representing instructions that can be executed by a computer's central processing unit (CPU)

    • It is the lowest-level programming language and is specific to the type of CPU being used

    • Machine language is difficult for humans to read and write, as it is co...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. What does BIOS works for?
  • Ans. 

    BIOS works as a firmware that initializes hardware components during the boot process of a computer.

    • BIOS stands for Basic Input/Output System

    • It is responsible for initializing and testing hardware components like the CPU, memory, and storage devices

    • BIOS also provides the necessary instructions for the operating system to boot up

    • It is stored on a ROM chip on the motherboard

  • Answered by AI

Skills evaluated in this interview

American Broadcasting Company Interview FAQs

How many rounds are there in American Broadcasting Company Data Analyst interview for experienced candidates?
American Broadcasting Company interview process for experienced candidates usually has 2 rounds. The most common rounds in the American Broadcasting Company interview process for experienced candidates are Aptitude Test and Technical.
What are the top questions asked in American Broadcasting Company Data Analyst interview for experienced candidates?

Some of the top questions asked at the American Broadcasting Company Data Analyst interview for experienced candidates -

  1. Question On Sql Queries, Power BI, Excel , Data Anayl...read more
  2. what is CTE and explain in det...read more
  3. Decision Making, creative, Verbal & Witten communicat...read more

Tell us how to improve this page.

American Broadcasting Company Data Analyst Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more
American Broadcasting Company Data Analyst Salary
based on 168 salaries
₹5.4 L/yr - ₹23 L/yr
105% more than the average Data Analyst Salary in India
View more details

American Broadcasting Company Data Analyst Reviews and Ratings

based on 13 reviews

4.4/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.8

Salary

3.6

Job security

3.2

Company culture

3.8

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Manager
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
928 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Abap Consultant
625 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Manager
563 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare American Broadcasting Company with

HDFC Bank

3.9
Compare

Manappuram Finance

3.9
Compare

PVR Inox

4.0
Compare

Abbott

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