Upload Button Icon Add office photos

Filter interviews by

American Broadcasting Company QA Engineer Interview Questions and Answers

Updated 22 Aug 2024

7 Interview questions

A QA Engineer was asked 10mo ago
Q. Describe the bug life cycle in JIRA.
Ans. 

Bug life cycle in JIRA involves creation, assignment, fixing, testing, and closure.

  • Bug is reported by a user or tester

  • Bug is assigned to a developer

  • Developer fixes the bug

  • Tester verifies the fix

  • Bug is closed if verified

A QA Engineer was asked
Q. What is regression testing?
Ans. 

Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

  • It is performed after making changes to the software

  • It ensures that existing functionality is not affected by the changes

  • It helps to identify any new defects introduced by the changes

  • It can be automated to save time and effort

  • Examples include testing after bug fixes, new feature add...

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
A QA Engineer was asked
Q. What is smoke testing?
Ans. 

Smoke testing is a preliminary testing to check if the critical functionalities of the software are working fine.

  • It is a type of non-exhaustive testing

  • It is performed to ensure that the build is stable enough for further testing

  • It is usually performed after every build

  • It is a quick and shallow testing process

  • It helps to identify major issues early in the testing cycle

A QA Engineer was asked
Q. What is API testing in software testing?
Ans. 

API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.

  • API is used to communicate between different software components

  • It defines how software components should interact with each other

  • API testing involves testing the functionality, reliability, performance, and security of APIs

  • Examples of APIs include REST, SOAP, and GraphQL

A QA Engineer was asked
Q. What is software testing?
Ans. 

Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

  • Software testing involves identifying and reporting defects or bugs in the software

  • It ensures that the software meets the specified requirements and works as expected

  • It helps in improving the quality of the software and reducing the risk of failures

  • Types of software testing ...

A QA Engineer was asked
Q. What is STLC and SDLC
Ans. 

STLC stands for Software Testing Life Cycle and SDLC stands for Software Development Life Cycle.

  • STLC focuses on activities related to testing a software product.

  • SDLC focuses on activities related to developing a software product.

  • STLC includes test planning, test design, test execution, and test closure.

  • SDLC includes requirements gathering, design, development, testing, deployment, and maintenance.

A QA Engineer was asked 10mo ago
Q. Test case design techniques
Ans. 

Test case design techniques involve various methods to create effective test cases.

  • Equivalence Partitioning: Dividing input data into valid and invalid partitions.

  • Boundary Value Analysis: Testing at the boundaries of input ranges.

  • Decision Table Testing: Creating a table to represent different combinations of inputs and outputs.

  • State Transition Testing: Testing different states of a system.

  • Use Case Testing: Testing...

Are these interview questions helpful?

American Broadcasting Company QA Engineer Interview Experiences

4 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Bug life cycle in JIRA
  • Ans. 

    Bug life cycle in JIRA involves creation, assignment, fixing, testing, and closure.

    • Bug is reported by a user or tester

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Tester verifies the fix

    • Bug is closed if verified

  • Answered by AI
  • Q2. Test case design techniques
  • Ans. 

    Test case design techniques involve various methods to create effective test cases.

    • Equivalence Partitioning: Dividing input data into valid and invalid partitions.

    • Boundary Value Analysis: Testing at the boundaries of input ranges.

    • Decision Table Testing: Creating a table to represent different combinations of inputs and outputs.

    • State Transition Testing: Testing different states of a system.

    • Use Case Testing: Testing base...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduce about your self
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools such as Selenium and Jira

    • Strong knowledge of software development life cycle

    • Excellent problem-solving skills

    • Effective communication and teamwork abilities

  • Answered by AI
  • Q2. What is you expectations from org
  • Ans. 

    I expect a supportive work environment, opportunities for growth, and clear communication.

    • Supportive work environment where teamwork is encouraged

    • Opportunities for growth and learning new technologies

    • Clear communication from management regarding expectations and feedback

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

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

I applied via Indeed and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is STLC and SDLC
  • Ans. 

    STLC stands for Software Testing Life Cycle and SDLC stands for Software Development Life Cycle.

    • STLC focuses on activities related to testing a software product.

    • SDLC focuses on activities related to developing a software product.

    • STLC includes test planning, test design, test execution, and test closure.

    • SDLC includes requirements gathering, design, development, testing, deployment, and maintenance.

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 - One-on-one 

(1 Question)

  • Q1. What is the regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feature addition...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is the smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the critical functionalities of the software are working fine.

    • It is a type of non-exhaustive testing

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It is a quick and shallow testing process

    • It helps to identify major issues early in the testing cycle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No not an any advice here not an any advice here not an any advise here not an any advise here not an any advice here's

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Shivam Kumar Yadav

posted on 6 Dec 2022

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 

(1 Question)

  • Q1. What is the software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves identifying and reporting defects or bugs in the software

    • It ensures that the software meets the specified requirements and works as expected

    • It helps in improving the quality of the software and reducing the risk of failures

    • Types of software testing inclu...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is the api in software testing
  • Ans. 

    API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.

    • API is used to communicate between different software components

    • It defines how software components should interact with each other

    • API testing involves testing the functionality, reliability, performance, and security of APIs

    • Examples of APIs include REST, SOAP, and GraphQL

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for interview in they are the best organisation interview process is very good

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about American Broadcasting Company?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Skilled in problem-solving and troubleshooting

    • Strong communication and collaboration skills

    • Passionate about learning new technologies and keeping up with ind...

  • Answered by AI
  • Q2. Walk me through your resume
  • Ans. 

    I have experience in software development and have worked on various projects using different technologies.

    • Started my career as a software developer at XYZ company

    • Developed web applications using Java and Spring framework

    • Worked on a project for a client in the healthcare industry, developing a patient management system

    • Implemented RESTful APIs using Node.js and Express

    • Contributed to open source projects on GitHub

    • Current...

  • Answered by AI
  • Q3. Some logical puzzles
  • Q4. Some case studies

Interview Preparation Tips

Round: Resume Shortlist
Experience: They look for entrepreneur enthusiasm in the candidate.

Round: Interview
Experience: There were three interview rounds.

General Tips: In the ascending order of importance, the role of following in getting shortlisted:
1 CGPA
2 Academic Achievements
3 Technical Skills example coding etc.
4 Internships
5 Projects
6 PoRs
7 Extra, co-curricular activities
Skill Tips: Prepare yourself by going through everything on LAN and on the placement website (study material). 
Also, attended the soft skills workshop.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Tips: Prepare well.

Round: Interview
Tips: The Basics should be good.

Round: Interview
Experience: The Advanced level.

General Tips: Just be yourself. Maintain a good CGPA. Focus as much as you can on internships. They Matter a big deal.
Skills: Adobe Photoshop, Quantitative Ability, Logical Reasoning, Data Interpretation
College Name: IIT KHARAGPUR
Motivation: One of the best companies to work for. Great growth.

Interview Questionnaire 

3 Questions

  • Q1. What is a Tree/binary search tree, How to perform add, delete operation in BST, whats the time complexity, asked to write complete code on paper
  • Ans. 

    BST is a binary tree where left child is smaller and right child is greater. Add/delete ops maintain this property.

    • BST is a data structure used for searching, sorting, and storing data

    • Add operation: Traverse the tree and find the appropriate position to insert the new node

    • Delete operation: Find the node to be deleted, replace it with its inorder successor or predecessor, and delete the successor/predecessor node

    • Time co...

  • Answered by AI
  • Q2. Make a copy of linked list with a random pointer pointing to random node in the linked list, asked to write pseudo code for it
  • Ans. 

    Copy a linked list with random pointers to random nodes in the list.

    • Create a new node for each node in the original list

    • Map the original nodes to their corresponding new nodes

    • Copy the value of the original node to the new node

    • Copy the random pointer of the original node to the new node using the mapping created earlier

  • Answered by AI
  • Q3. Some SQL basic sql queries

Interview Preparation Tips

Round: Resume Shortlist
Experience: On the basis of CV they shortlisted approx 30 candidates for SDE position.
Tips: Must verify your CV from your seniors/batchmates.  
Include all the projects, intern work or hall activities or anything you have done on your own which is related to or interest of company. If you know any back-end/front-end (javascript, php, mysql etc) language do mention. I think the cv shortlist was completely based on previous work and technical skills related to Web Development/Design mentioned in the CV.

Round: Technical Interview
Experience: I had one interview for approx. an hour, it includes both Technical and HR round, well mostly technical. Interview starts with tell me something about yourself.  Asked in detailed about algorithms/web based projects mentioned in CV, make sure that whatever you have written you have complete knowledge about it. Asked to code few basic algorithms questions. Do mention about small project if you have done related to web development.
If interviewer says if you want to ask any question, its always better to ask one or two question.
Tips: Prepare tell me something about yourself way before your placement starts, a month or so. Write it down on a piece of paper, keep it to less than 120 sec, 90-100 sec is good. 
A basic format would be like, your introduction, schooling (doesn't matter but if you have something good to say about), give an overview of your project/work experience mentioned in your CV.  
You should cover all the necessary and important parts written in your cv in this question. If something interest the interviewer your interview can start from those topic you mentioned.
Just make sure whatever you have written in your CV, you have full knowledge of it. Interviewer is going to take you from summary of the project to how you have actually coded some particular function or stored data.
Interviewer will give you enough time to think and give answer, so don't just be in hurry and say anything randomly.
While writing code keep telling what you are doing, just don't sit and code silently, interviewer might say and give hints if you are doing it wrong.
Ask question if you have any doubt, or to frame the question properly. Cause most of the time questions are of one line and you're suppose to assume a lot of things so its better to ask questions and get it clarified, it may happens that interviewer wants to ask something else and you are solving something else.
If you don't know something its better to say no.

General Tips: Interviewer wanna see how you think and if you can code or not, so take your time, think properly, keep telling what you are thinking, interviewer will probably gives hints/help you to solve the problem.
Skills: SQL, Algorithms, Data Strucutre, C++, PHP
College Name: IIT Kharagpur
Motivation: Interested in coding, love web development stuffs.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant verbal LRDI ,normal question

Round 2 - Coding Test 

Dsa array and 2D array

Round 3 - Technical 

(1 Question)

  • Q1. About project and resume
Round 4 - HR 

(1 Question)

  • Q1. Behavioural question
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 4 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 - Coding Test 

Array,binary search, Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Coding Questions, java, Web development
Round 4 - HR 

(1 Question)

  • Q1. Just normal Questions

American Broadcasting Company Interview FAQs

How many rounds are there in American Broadcasting Company QA Engineer interview?
American Broadcasting Company interview process usually has 2-3 rounds. The most common rounds in the American Broadcasting Company interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in American Broadcasting Company QA Engineer interview?

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

  1. What is the api in software test...read more
  2. What is the software test...read more
  3. What is STLC and S...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
PVR Inox Interview Questions
3.9
 • 182 Interviews
Abbott Interview Questions
4.1
 • 159 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
Tata Play Interview Questions
4.0
 • 76 Interviews
Times Internet Interview Questions
3.5
 • 71 Interviews
Cinépolis Interview Questions
3.9
 • 66 Interviews
Aptara Interview Questions
3.2
 • 66 Interviews
View all
American Broadcasting Company QA Engineer Salary
based on 75 salaries
₹6.6 L/yr - ₹22.5 L/yr
106% more than the average QA Engineer Salary in India
View more details

American Broadcasting Company QA Engineer Reviews and Ratings

based on 5 reviews

4.7/5

Rating in categories

4.6

Skill development

4.7

Work-life balance

4.7

Salary

4.3

Job security

4.6

Company culture

4.0

Promotions

4.6

Work satisfaction

Explore 5 Reviews and Ratings
Manager
1.6k salaries
unlock blur

₹19.3 L/yr - ₹36.8 L/yr

Software Engineer
1.3k salaries
unlock blur

₹9 L/yr - ₹23.9 L/yr

Software Developer
1.2k salaries
unlock blur

₹14.4 L/yr - ₹45 L/yr

Senior Software Engineer
633 salaries
unlock blur

₹20.3 L/yr - ₹35 L/yr

SAP Abap Consultant
629 salaries
unlock blur

₹19.4 L/yr - ₹50 L/yr

Explore more salaries
Compare American Broadcasting Company with

HDFC Bank

3.9
Compare

Manappuram Finance

3.9
Compare

PVR Inox

3.9
Compare

Abbott

4.1
Compare
write
Share an Interview