Upload Button Icon Add office photos

Filter interviews by

Accenture Software Test Analyst Interview Questions and Answers

Updated 21 Aug 2024

Accenture Software Test Analyst Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Why to join Accenture?
  • Q2. Why there is gap in the career

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe yourself and keep faith
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test related to testing concepts

Round 2 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. Testing concepts
  • Q3. Roles and responsibilities
Round 3 - One-on-one 

(4 Questions)

  • Q1. Covered overall testing concepts
  • Q2. Service testing
  • Q3. Basic Automation questions
  • Q4. About defect management tools

Interview Preparation Tips

Topics to prepare for Accenture Software Test Analyst interview:
  • Testing Concepts
  • Automation Testing
Interview preparation tips for other job seekers - Interview went well.

I applied via Company Website and was interviewed in Dec 2021. 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 - Aptitude Test 

Minimum you reach the cut off marks

Round 3 - Group Discussion 

The interviewer ask choose any one topic at least speak one minute

Round 4 - Technical 

(10 Questions)

  • Q1. Tell me about yours self
  • Q2. What is your latest experince
  • Q3. How many years your experience
  • Q4. What is your project expalin briefly
  • Q5. Why are hire you and how to handle client
  • Q6. Are fresher or experince
  • Q7. What is your strenghts and weakness
  • Q8. What is your graduation percntage and which year passed out
  • Q9. How many years gap in education
  • Q10. What is your most fevorate place and expain

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hard work and practise, smart work

What people are saying about Accenture

View All
a quality engineering team lead
5d
Which is better to join?
Boston Consulting Group
0%
Worldpay
0%
6 participants . expiring in 2w
Got a question about Accenture?
Ask anonymously on communities.

I applied via Approached by company and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Assignment 

It will be objective test on your primary skill

Round 2 - Technical 

(2 Questions)

  • Q1. What are the different types of locators
  • Ans. 

    Locators are used to identify web elements in automation testing. There are different types of locators.

    • ID

    • Name

    • Class Name

    • Tag Name

    • Link Text

    • Partial Link Text

    • CSS Selector

    • XPath

  • Answered by AI
  • Q2. Tell me About your framework
  • Ans. 

    My framework is a robust and scalable test automation framework designed to streamline the software testing process.

    • The framework is built using industry-standard tools and technologies such as Selenium, TestNG, and Cucumber.

    • It follows a modular architecture, allowing for easy maintenance and reusability of test scripts.

    • The framework supports data-driven testing, enabling the execution of test cases with different inpu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Software Test Analyst interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Be confident
Tell whatever you know
They will ask to write the code, so prepare for that too

Skills evaluated in this interview

Accenture interview questions for designations

 Senior Software Test Analyst

 (1)

 Test Analyst

 (7)

 Senior Test Analyst

 (5)

 Automation Test Analyst

 (4)

 Software Analyst

 (13)

 Test Engineering Senior Analyst

 (10)

 Associate Software Test Engineer

 (1)

 Junior Software Test Engineer

 (1)

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Locators in Selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page. They are used to interact with the elements during test automation.

    • Locators are used to find and interact with web elements on a web page.

    • Common locators include ID, name, class name, tag name, link text, and partial link text.

    • XPath and CSS selectors are also commonly used locators in Selenium.

    • Example: driver.findElement(By.id("username")).sendKeys("

  • Answered by AI
  • Q2. Java questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

OOPS, Data Structures, Algorithms

Round 2 - Technical 

(2 Questions)

  • Q1. Design Patterns used in the project?
  • Ans. 

    Singleton, Factory, Observer, Strategy patterns were used in the project.

    • Singleton pattern was used to ensure only one instance of a class is created.

    • Factory pattern was used to create objects without specifying the exact class of object that will be created.

    • Observer pattern was used to define a one-to-many dependency between objects.

    • Strategy pattern was used to define a family of algorithms, encapsulate each one, and

  • Answered by AI
  • Q2. Optimization of a Web API
  • Ans. 

    Optimizing a Web API involves improving performance, scalability, and efficiency.

    • Identify and eliminate bottlenecks in the API code

    • Implement caching mechanisms to reduce response times

    • Use asynchronous processing to handle concurrent requests efficiently

    • Optimize database queries to improve data retrieval speed

    • Minimize network latency by using content delivery networks (CDNs)

    • Implement rate limiting and throttling to prev

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

(2 Questions)

  • Q1. Project Scneario based quesion on what are steps taken when we encounter an issue in production?
  • Q2. Steps in implementing requirement from business to development.
  • Ans. 

    Steps in implementing requirement from business to development involve analysis, design, implementation, testing, and deployment.

    • Analyze the business requirement to understand the scope and impact on the system

    • Design a solution that meets the business requirement and aligns with the existing system architecture

    • Implement the solution by writing code and integrating it with other components

    • Test the implemented solution t...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query

Test Engineer Interview Questions & Answers

TCS user image Vaibhav Dilip Shitole

posted on 13 Dec 2024

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

(2 Questions)

  • Q1. Explain your Framework
  • Q2. How to write listeners and use of it

Accenture Interview FAQs

How many rounds are there in Accenture Software Test Analyst interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, One-on-one Round and Technical.
What are the top questions asked in Accenture Software Test Analyst interview?

Some of the top questions asked at the Accenture Software Test Analyst interview -

  1. Tell me About your framew...read more
  2. What are the different types of locat...read more
  3. Covered overall testing conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Accenture interviews
Company Website
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture Software Test Analyst Salary
based on 236 salaries
₹3.5 L/yr - ₹10.9 L/yr
20% more than the average Software Test Analyst Salary in India
View more details

Accenture Software Test Analyst Reviews and Ratings

based on 28 reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-Life balance

3.4

Salary & Benefits

3.6

Job Security

3.6

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 28 Reviews and Ratings
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24k salaries
unlock blur

₹7 L/yr - ₹25.1 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.7k salaries
unlock blur

₹3.6 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview