Upload Button Icon Add office photos

Filter interviews by

Accenture Quality Engineer Interview Questions, Process, and Tips

Updated 13 Jan 2025

Top Accenture Quality Engineer Interview Questions and Answers

  • Q1. How do you handle when there is a conflict between Dev and QA team on bugs raised?
  • Q2. What is the SQL query to determine if a given number is even or odd?
  • Q3. What is the difference between the SQL commands DELETE, DROP, and TRUNCATE?
View all 20 questions

Accenture Quality Engineer Interview Experiences

20 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Roles and responsibilities in current project.
  • Ans. 

    As a Quality Engineer in my current project, my roles and responsibilities include ensuring compliance with quality standards, conducting quality audits, analyzing data to identify areas for improvement, and implementing corrective actions.

    • Ensuring compliance with quality standards and regulations

    • Conducting quality audits to identify areas for improvement

    • Analyzing data to track quality metrics and trends

    • Implementing co...

  • Answered by AI
  • Q2. Difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific features or functionalities.

    • Smoke testing is usually done before detailed testing, while sanity testing is done af...

  • Answered by AI
  • Q3. Your role in bug triage meeting.
  • Ans. 

    In bug triage meetings, I analyze reported bugs, prioritize them based on severity and impact, assign them to appropriate team members, and track their resolution.

    • Analyze reported bugs to understand the root cause and impact

    • Prioritize bugs based on severity and impact on users

    • Assign bugs to appropriate team members for resolution

    • Track the progress of bug resolution and ensure timely closure

  • Answered by AI
  • Q4. How do you handle when there is a conflict between Dev and QA team on bugs raised?
  • Ans. 

    Address conflicts by facilitating open communication, understanding both perspectives, and finding a mutually agreeable solution.

    • Encourage open communication between Dev and QA teams to understand each other's perspectives

    • Review the bug reports together to identify the root cause of the conflict

    • Facilitate discussions to reach a mutually agreeable solution, considering the impact on the project timeline and quality

    • Estab...

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. How do you handle when there's a requirement change nearing to the end of a sprint
  • Q2. Reason for leaving current organization
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for a more challenging role

    • Seeking opportunities for professional development

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
  • Q3. Tell me about anything you haven't mentioned in your resume.
  • Ans. 

    I have experience in implementing lean manufacturing principles in a previous role.

    • Implemented 5S methodology to improve organization and efficiency in the workplace

    • Led Kaizen events to identify and eliminate waste in production processes

    • Trained team members on lean principles and continuous improvement techniques

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you describe your project experience?
  • Q2. What is the SQL query to determine if a given number is even or odd?
  • Q3. What is the difference between the SQL commands DELETE, DROP, and TRUNCATE?
  • Q4. Some more SQL query questions

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
Q3. If a monkey eat 6 apples more than the previous day and complete ... read more
asked in MM AUTO
Q4. what is IATF audit , cause of IATF , relationship between for IAT ... read more
Q5. What is the Physical & Chemical test of Steel Reinforcement?

Quality Engineer Interview Questions & Answers

user image vaishnavi vajirkar

posted on 26 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is POM in selenium
  • Ans. 

    POM stands for Page Object Model in Selenium, a design pattern that helps in creating reusable and maintainable automation tests.

    • POM separates the web pages into different classes, making the code more organized and easier to maintain.

    • It helps in reducing code duplication and improves test script readability.

    • POM allows for easier maintenance and updates when the UI changes.

    • Example: Creating a separate class for each we

  • Answered by AI
  • Q2. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used to streamline the regression testing process.

    • Regressio...

  • Answered by AI

Skills evaluated in this interview

Quality Engineer Interview Questions & Answers

user image Monisha Arasu

posted on 26 Jun 2024

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

I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about yourself
  • Q2. Difference between SDLC and STLC
  • Ans. 

    SDLC focuses on the development of software, while STLC focuses on the testing of software.

    • SDLC (Software Development Life Cycle) is the process of developing software from planning to deployment.

    • STLC (Software Testing Life Cycle) is the process of testing software to ensure quality and functionality.

    • SDLC includes phases like requirements gathering, design, coding, and deployment.

    • STLC includes phases like test planning...

  • Answered by AI
  • Q3. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it does not log individual row deletions.

  • Answered by AI
  • Q4. What is Burndown chart
  • Ans. 

    A burndown chart is a visual representation of work remaining versus time in a sprint or project.

    • Shows the amount of work remaining to be done in a sprint or project

    • Helps track progress and identify potential issues

    • Ideal burndown should be a straight line towards zero by the end of the sprint

    • Commonly used in Agile and Scrum methodologies

  • Answered by AI
  • Q5. Explain Agile Ceremonies
  • Ans. 

    Agile ceremonies are regular meetings or events in Agile methodology to facilitate communication, collaboration, and decision-making.

    • Agile ceremonies include Sprint Planning, Daily Stand-ups, Sprint Review, and Sprint Retrospective.

    • Sprint Planning is where the team plans the work to be done in the upcoming sprint.

    • Daily Stand-ups are short meetings where team members discuss progress, plans, and any obstacles.

    • Sprint Rev...

  • Answered by AI
  • Q6. Role of Product owner and Scrum master
  • Ans. 

    Product owner defines product vision and priorities, while Scrum master facilitates the Scrum process and removes obstacles.

    • Product owner is responsible for defining and prioritizing the product backlog based on customer needs and business goals.

    • Scrum master is responsible for facilitating the Scrum process, organizing meetings, and removing obstacles for the development team.

    • Product owner works closely with stakeholde...

  • Answered by AI
  • Q7. Explain Test design Techniques
  • Ans. 

    Test design techniques are methods used to plan, design, and execute tests to ensure software quality.

    • Black Box Testing: Tests based on external behavior without knowledge of internal code.

    • White Box Testing: Tests based on internal code structure and logic.

    • Equivalence Partitioning: Dividing input data into partitions to ensure all possible scenarios are tested.

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

  • Answered by AI
  • Q8. What is RTM Expalin
  • Ans. 

    RTM stands for Requirements Traceability Matrix. It is a document that links requirements throughout the validation process.

    • RTM is used to ensure that all requirements are met during the testing phase.

    • It helps in tracking the progress of requirements and their implementation.

    • RTM can also be used to identify any gaps or inconsistencies in the requirements.

    • It serves as a reference document for stakeholders to understand ...

  • Answered by AI
  • Q9. Where test cases will be executed in ALM
  • Ans. 

    Test cases will be executed in ALM in the Test Plan module.

    • Test cases can be executed in ALM by linking them to test sets in the Test Lab module.

    • Test cases can also be executed manually by testers assigned to the test.

    • ALM provides traceability between requirements, test cases, and defects for comprehensive test coverage.

  • Answered by AI
  • Q10. Explain Velocity Chart and Estimation techniques
  • Ans. 

    Velocity chart shows team's progress in completing work over time. Estimation techniques help in predicting time and effort required for tasks.

    • Velocity chart displays the amount of work completed in each iteration or sprint

    • It helps in tracking the team's progress and identifying any potential issues

    • Estimation techniques like Planning Poker, Wideband Delphi, and Three-Point Estimation help in predicting time and effort ...

  • Answered by AI

Skills evaluated in this interview

Accenture interview questions for designations

 Senior Quality Engineer

 (1)

 Quality Assurance Engineer

 (1)

 Quality Controller

 (2)

 Lead Quality Engineer

 (1)

 Team Leader Quality

 (2)

 Quality Analyst

 (26)

 Quality Associate

 (1)

 Quality Checker

 (1)

Quality Engineer Interview Questions & Answers

user image Sharanya Ravikumar

posted on 6 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain OOPS Concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the comple...

  • Answered by AI
  • Q2. Framework and POM discussion

Get interview-ready with Top Accenture Interview Questions

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

Simple question based on java : time 30 min

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium basic question
  • Q2. Api testing basic question

Quality Engineer Jobs at Accenture

View all
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse string, selenium related testng framework about annotations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Some basics concept in aptitude

Round 2 - Coding Test 

They asked questions in Basic coding

Round 3 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Questions in resume
  • Q3. About certification
Round 4 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Question in resume

Interview Preparation Tips

Topics to prepare for Accenture Quality Engineer interview:
  • Java programming
Interview preparation tips for other job seekers - Prepare well for the interview. Interview was easy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Past Experience and scenario based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Introduction of yourself
  • Q2. Write test cases for lift
  • Ans. 

    Test cases for lift functionality

    • Test case for pressing different floor buttons

    • Test case for emergency stop button functionality

    • Test case for door opening and closing

    • Test case for weight limit functionality

    • Test case for response time of lift to call

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Quality Engineer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, HR and One-on-one Round.
How to prepare for Accenture Quality Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Quality Engineering, Software Testing, Quality Testing, Manual Testing and API Testing.
What are the top questions asked in Accenture Quality Engineer interview?

Some of the top questions asked at the Accenture Quality Engineer interview -

  1. How do you handle when there is a conflict between Dev and QA team on bugs rais...read more
  2. What is the SQL query to determine if a given number is even or o...read more
  3. What is the difference between the SQL commands DELETE, DROP, and TRUNCA...read more
How long is the Accenture Quality Engineer interview process?

The duration of Accenture Quality Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Quality Engineer Interview Process

based on 25 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Accenture Quality Engineer Salary
based on 642 salaries
₹2.5 L/yr - ₹10 L/yr
47% more than the average Quality Engineer Salary in India
View more details

Accenture Quality Engineer Reviews and Ratings

based on 52 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.8

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 52 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.3 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19.2 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

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