Upload Button Icon Add office photos

Filter interviews by

American Broadcasting Company QA Engineer Interview Questions, Process, and Tips

Updated 22 Aug 2024

Top American Broadcasting Company QA Engineer Interview Questions and Answers

View all 7 questions

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 Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. pen weight = 2 kg + 1/2 of its own weight -> what is the weigh ... read more

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:
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 - 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

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

American Broadcasting Company interview questions for designations

 QA QC Engineer

 (2)

 QA Tester

 (1)

 QA QC Executive

 (1)

 Senior Qa Software Engineer

 (1)

 Production Engineer

 (4)

 Engineer Trainee

 (3)

 Junior Engineer

 (2)

 Quality Engineer

 (2)

Interview questions from similar companies

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

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 experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

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

(1 Question)

  • Q1. Details on the projects you have worked
  • Ans. 

    I have worked on various projects including web development, data analysis, and software testing.

    • Web development: Created a responsive website using HTML, CSS, and JavaScript.

    • Data analysis: Analyzed customer data to identify trends and make recommendations for marketing strategies.

    • Software testing: Conducted thorough testing of a mobile application to ensure functionality and usability.

    • Project management: Led a team of...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How to handle the project, explain stepwise
  • Ans. 

    To handle a project, follow these steps

    • Define project goals and objectives

    • Create a project plan with tasks, timelines, and resources

    • Assign tasks to team members and set deadlines

    • Monitor progress and make necessary adjustments

    • Communicate regularly with stakeholders

    • Manage risks and resolve issues

    • Test and evaluate project deliverables

    • Complete the project and conduct a post-project review

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Basic knowledge of the candidates

Round 2 - Coding Test 

Program out put and input question

Round 3 - Case Study 

Giveing a situation and ask for the results

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind , humble, honest and do your best

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.

American Broadcasting Company QA Engineer Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.3k Interviews
PVR Inox Interview Questions
4.0
 • 172 Interviews
Abbott Interview Questions
4.1
 • 151 Interviews
Kantar Interview Questions
3.5
 • 99 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.5
 • 66 Interviews
Aptara Interview Questions
3.3
 • 63 Interviews
Cinépolis Interview Questions
3.9
 • 62 Interviews
View all
American Broadcasting Company QA Engineer Salary
based on 74 salaries
₹3 L/yr - ₹17 L/yr
72% 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.6/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.6

Salary

4.3

Job security

4.5

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 5 Reviews and Ratings
Manager
1.5k salaries
unlock blur

₹10.6 L/yr - ₹40 L/yr

Software Engineer
1.1k salaries
unlock blur

₹11.1 L/yr - ₹38.5 L/yr

Software Developer
957 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

SAP Abap Consultant
542 salaries
unlock blur

₹11.6 L/yr - ₹40 L/yr

Analyst
535 salaries
unlock blur

₹14.8 L/yr - ₹35 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