Upload Button Icon Add office photos

Filter interviews by

Clear (1)

American Broadcasting Company Softwaretest Engineer Interview Questions and Answers

Updated 4 Jan 2025

American Broadcasting Company Softwaretest Engineer Interview Experiences

6 interviews found

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

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

Round 1 - Aptitude Test 

Simple questions involving mathematics and logic puzzles.

Round 2 - HR 

(2 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. Internship details

Interview Preparation Tips

Interview preparation tips for other job seekers - The task is simple and straightforward.

Softwaretest Engineer Interview Questions & Answers

user image RHYTHM BHATNAGAR

posted on 8 Nov 2024

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

(1 Question)

  • Q1. What is your notice period

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Softwaretest Engineer Interview Questions & Answers

user image Anoushka Singh

posted on 10 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops 1244455667
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Diff bet Union and unoin all
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL returns all rows including duplicates.

    • UNION removes duplicate rows, while UNION ALL does not

    • UNION sorts the result set, while UNION ALL does not

    • UNION is slower than UNION ALL because it performs a distinct operation

  • Answered by AI

Skills evaluated in this interview

American Broadcasting Company interview questions for designations

 Software Engineer

 (17)

 Test Engineer

 (5)

 Data Engineer

 (4)

 QA Engineer

 (4)

 Devops Engineer

 (3)

 Network Engineer

 (2)

 Senior Software Engineer

 (5)

 Junior Software Engineer

 (2)

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

(1 Question)

  • Q1. ETL Informatica Teradata

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal basic project questions

Round 2 - Coding Test 

Basic leer code test easy medium questions

Interview questions from similar companies

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

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • Answered by AI
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

Contribute & help others!
anonymous
You can choose to be anonymous

American Broadcasting Company Interview FAQs

How many rounds are there in American Broadcasting Company Softwaretest 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, Aptitude Test and HR.
What are the top questions asked in American Broadcasting Company Softwaretest Engineer interview?

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

  1. Diff bet Union and unoin ...read more
  2. Can you provide an introduction about yourse...read more
  3. ETL Informatica Terad...read more

Recently Viewed

INTERVIEWS

American Broadcasting Company

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

American Broadcasting Company

5.6k top interview questions

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

INTERVIEWS

American Broadcasting Company

No Interviews

Tell us how to improve this page.

American Broadcasting Company Softwaretest Engineer Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
PVR Inox Interview Questions
4.0
 • 164 Interviews
Abbott Interview Questions
4.1
 • 147 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
DISH TV Interview Questions
3.5
 • 59 Interviews
View all
American Broadcasting Company Softwaretest Engineer Salary
based on 256 salaries
₹11.2 L/yr - ₹40 L/yr
326% more than the average Softwaretest Engineer Salary in India
View more details

American Broadcasting Company Softwaretest Engineer Reviews and Ratings

based on 14 reviews

4.4/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.1

Salary

4.2

Job security

3.9

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 14 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