Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Test Engineer Interview Questions, Process, and Tips

Updated 11 Mar 2025

Top Accenture Test Engineer Interview Questions and Answers

  • Q1. Different Annotations in TestNG, Collections in java, Xpath for a check box in a table which is before the username, what is Maven, Jenkins CI/CD tool, Different browsers ...read more
  • Q2. Difference between Before Test and Before Method, How link happens between feature and step definition in Cucumber
  • Q3. How to handle page frames in selenium Automation?
View all 15 questions

Accenture Test Engineer Interview Experiences

27 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2024

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

(1 Question)

  • Q1. Tell me about your self

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Framework used explanation
  • Ans. 

    A testing framework provides a structured approach to automate and manage testing processes efficiently.

    • Frameworks can be categorized into unit testing, integration testing, and end-to-end testing.

    • Examples include JUnit for Java, NUnit for .NET, and Selenium for web applications.

    • They often include features like test case management, reporting, and assertion libraries.

    • Frameworks promote code reusability and maintainabil...

  • Answered by AI
  • Q2. How many test case you run
  • Ans. 

    The number of test cases run varies based on project scope, complexity, and testing phases.

    • Test cases can range from 50 to several hundred depending on the application size.

    • For a web application, I might run 100+ test cases covering UI, functionality, and performance.

    • In a mobile app project, I could execute around 200 test cases to ensure compatibility across devices.

    • Regression testing may involve running all existing ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Coding skills reverse a string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, a common task in programming.

    • Use built-in functions: In Python, use slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the start and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reaches the base case.

    • Java example: Use `Stri...

  • Answered by AI
  • Q2. Pull duplicate char and count in a string
  • Ans. 

    Identify and count duplicate characters in a string using a systematic approach.

    • Use a dictionary to store character counts. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.

    • Iterate through the string and update counts. Example: for 'banana', counts become {'b': 1, 'a': 3, 'n': 2}.

    • Filter the dictionary to find duplicates. Example: from {'b': 1, 'a': 3, 'n': 2}, duplicates are {'a': 3, 'n': 2}.

  • Answered by AI

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What are the problems we faced in the old generation video game c ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Test Engineer Interview Questions & Answers

user image drishti srivastava

posted on 22 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java, selenium and Oops concrpt
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Bfsi domain knowledge
  • Q2. What is bug? How you report it?
  • Ans. 

    A bug is an error or defect in software that causes it to malfunction. It is reported by documenting the issue and its impact.

    • A bug is a deviation from expected behavior

    • It can be caused by coding errors, design flaws, or environmental factors

    • To report a bug, document the issue with steps to reproduce and expected vs actual results

    • Include screenshots or videos if possible

    • Assign severity and priority levels based on impa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on banking domain thoroughly and you will get selected. Also prepare basic testing knowledge

Skills evaluated in this interview

Accenture interview questions for designations

 Automation Test Engineer

 (20)

 Senior Test Engineer

 (13)

 Performance Test Engineer

 (5)

 Manual Test Engineer

 (1)

 QA Test Engineer

 (1)

 Junior Test Engineer

 (1)

 Senior Automation Test Engineer

 (3)

 Associate Software Test Engineer

 (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

All questions asked were from the resume

Round 2 - HR 

(1 Question)

  • Q1. It was mostly negotiation of salary

Get interview-ready with Top Accenture Interview Questions

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. 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 - Technical 

(2 Questions)

  • Q1. What are the oops concepts?
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming such as 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 complex implemen...

  • Answered by AI
  • Q2. API responde code 402, 400, 201, 203
Round 3 - Technical 

(2 Questions)

  • Q1. Explain test strategy
  • Ans. 

    Test strategy is a high-level plan to achieve testing objectives and goals.

    • Test strategy outlines the approach to be taken for testing a particular system or product.

    • It includes the scope of testing, resources needed, timelines, and risks involved.

    • Test strategy helps in identifying the testing methods, techniques, and tools to be used.

    • It also defines the entry and exit criteria for testing phases.

    • Example: A test strate...

  • Answered by AI
  • Q2. Test panning, test closure reports, test matrix, integration testing

Interview Preparation Tips

Interview preparation tips for other job seekers - must have basic know about java and oopa

Skills evaluated in this interview

Round 1 - Online Assessment 

(1 Question)

  • Q1. Selenium related questions
Round 2 - Technical 

(1 Question)

  • Q1. Your roles and responsibilities in the project ,coding,selenium questions
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best be confident in ur answers and prepare well for your self introduction

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Set of 30 testing related questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked about testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a manual tester.
So far I have learnt from my experiences is that must brush up on your manual testing concepts , SQL basic , tools like JIRA and Basic knowledge of API can get you a good manual testing job.
Most common topics are SDLC , STLC , Bug life cycle , test plan , Sanity & Smoke , Regression , write test case on any xyz thing , joins , what is Agile , 1 or 2 scenario based question.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Different Annotations in TestNG, Collections in java, Xpath for a check box in a table which is before the username, what is Maven, Jenkins CI/CD tool, Different browsers on which you automated
  • Ans. 

    The question covers TestNG annotations, Java collections, Xpath, Maven, Jenkins, and browser automation.

    • TestNG annotations include @Test, @BeforeTest, @AfterTest, etc.

    • Java collections include ArrayList, HashMap, HashSet, etc.

    • Xpath is used to locate elements in XML or HTML documents.

    • Maven is a build automation tool used for Java projects.

    • Jenkins is a CI/CD tool used for continuous integration and delivery.

    • Different brow...

  • Answered by AI
  • Q2. Difference between Before Test and Before Method, How link happens between feature and step definition in Cucumber
  • Ans. 

    Explaining the difference between Before Test and Before Method and how link happens between feature and step definition in Cucumber.

    • Before Test runs once before all the tests in a test suite while Before Method runs before each test method

    • Before Test is used for setting up the environment for the entire test suite while Before Method is used for setting up the environment for each test method

    • In Cucumber, the link betw...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of Java, selenium, TestNG and be confident while answering

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2021

I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. General to do items. Like Day to day activities that we do
  • Q2. Giving a scenario and asked how I solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be clear of what you did in your previous projects

Accenture Interview FAQs

How many rounds are there in Accenture Test Engineer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, HR and Resume Shortlist.
How to prepare for Accenture Test 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 Change Management, Data Validation, JIRA, NoSQL and QA Testing.
What are the top questions asked in Accenture Test Engineer interview?

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

  1. Different Annotations in TestNG, Collections in java, Xpath for a check box in ...read more
  2. Difference between Before Test and Before Method, How link happens between feat...read more
  3. How to handle page frames in selenium Automati...read more

Tell us how to improve this page.

Accenture Test Engineer Interview Process

based on 20 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more

Test Engineer Interview Questions from Similar Companies

View all
Accenture Test Engineer Salary
based on 1.3k salaries
₹2.2 L/yr - ₹10.7 L/yr
12% more than the average Test Engineer Salary in India
View more details

Accenture Test Engineer Reviews and Ratings

based on 113 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.8

Salary

4.0

Job security

4.2

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 113 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.8k salaries
unlock blur

₹7.2 L/yr - ₹25.9 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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