Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Testing Engineering Analyst Interview Questions and Answers

Updated 1 Nov 2023

6 Interview questions

A Testing Engineering Analyst was asked
Q. What are the key differences between 'var' and 'let' in JavaScript?
Ans. 

var is function scoped and can be redeclared, let is block scoped and cannot be redeclared.

  • var is function scoped, let is block scoped

  • var can be redeclared, let cannot be redeclared

  • let is preferred for variable declaration in modern JavaScript

A Testing Engineering Analyst was asked
Q. How do you transfer data between two components in Angular?
Ans. 

Data can be transferred between two components in Angular using input properties, output properties, and services.

  • Use input properties to pass data from parent to child components

  • Use output properties to emit events from child to parent components

  • Use services to share data between components that are not directly related

Testing Engineering Analyst Interview Questions Asked at Other Companies

Q1. How do you check the quality of products, identify defects, and e ... read more
asked in Accenture
Q2. What are load and stress testing?
asked in Accenture
Q3. How do you transfer data between two components in Angular?
Q4. How to take a company to a higher level
Q5. Which type of testing is required for a circuit breaker?
A Testing Engineering Analyst was asked
Q. What are the different types of waits available in Selenium?
Ans. 

Selenium does not have weights, but there are implicit and explicit waits.

  • Selenium does not have a weight concept

  • Implicit waits wait for a certain amount of time before throwing an exception

  • Explicit waits wait for a certain condition to occur before proceeding

  • Examples of explicit waits include WebDriverWait and FluentWait

A Testing Engineering Analyst was asked
Q. What are load and stress testing?
Ans. 

Load testing checks system performance under normal and peak loads. Stress testing checks system performance beyond peak loads.

  • Load testing checks system performance under normal and peak loads

  • Stress testing checks system performance beyond peak loads

  • Load testing is done to ensure the system can handle expected traffic

  • Stress testing is done to identify the breaking point of the system

  • Examples of load testing tools...

What people are saying about Accenture

View All
lavenderalmond
Verified Icon
5d
works at
Accenture
Which offer should I choose – BP vs UKG (SRE Role)?
Got two offers: 🔹 BP – ₹10 LPA (Pune, Hybrid) Stable MNC, decent WLB, slower growth In-hand ~₹62K/month 🔹 UKG – ₹20 LPA (Noida, Hybrid) Strong perks (₹6L insurance, wellness, equity, bonus), high pay In-hand ~₹1.4L/month, but higher expectations Looking for: SRE growth, WLB, learning, and long-term stability What would you pick and why? Any feedback from current/ex-employees is appreciated!
Got a question about Accenture?
Ask anonymously on communities.
A Testing Engineering Analyst was asked
Q. What is Exploratory Testing?
Ans. 

Exploratory testing is a type of testing where the tester designs and executes tests simultaneously.

  • It is an unscripted testing approach

  • Testers use their domain knowledge and experience to identify defects

  • It is useful in finding defects that are difficult to identify through scripted testing

  • It is often used in Agile development environments

  • Example: A tester explores a new feature of an application and tries to ide...

A Testing Engineering Analyst was asked
Q. Different error codes
Ans. 

Error codes are unique identifiers used to indicate specific issues or problems in software or systems.

  • Error codes help developers identify and troubleshoot issues in software.

  • Each error code corresponds to a specific problem or issue.

  • Common error codes include 404 for page not found and 500 for internal server error.

Accenture Testing Engineering Analyst Interview Experiences

10 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Selenium 

(1 Question)

  • Q1. 1st round will MCQ test, 2nd technical video round & 3rd HR
Round 3 - Technical 

(1 Question)

  • Q1. Basics of Selenium & java
Round 4 - HR 

(1 Question)

  • Q1. For salary negotiation only
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. 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 

Questions on Javascript, Automata, Angular and UI material including CSS,HTML

Round 3 - Technical 

(4 Questions)

  • Q1. Different error codes
  • Ans. 

    Error codes are unique identifiers used to indicate specific issues or problems in software or systems.

    • Error codes help developers identify and troubleshoot issues in software.

    • Each error code corresponds to a specific problem or issue.

    • Common error codes include 404 for page not found and 500 for internal server error.

  • Answered by AI
  • Q2. Dependency Injection
  • Q3. How do you transfer data between two components in Angular?
  • Ans. 

    Data can be transferred between two components in Angular using input properties, output properties, and services.

    • Use input properties to pass data from parent to child components

    • Use output properties to emit events from child to parent components

    • Use services to share data between components that are not directly related

  • Answered by AI
  • Q4. Difference between var and let
  • Ans. 

    var is function scoped and can be redeclared, let is block scoped and cannot be redeclared.

    • var is function scoped, let is block scoped

    • var can be redeclared, let cannot be redeclared

    • let is preferred for variable declaration in modern JavaScript

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Date of Joining

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good interview experience. Read basic questions about your domain

Skills evaluated in this interview

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 

Mostly automation related MCQ and Java code snippets

Round 3 - One-on-one 

(1 Question)

  • Q1. Selenium and Java related questions, general software testing questions
Round 4 - HR 

(1 Question)

  • Q1. General questions and pay related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about Java and selenium remaining questions mostly they ask from your resume

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

Round 1 - Assignment 

Basic selenium multiple choice questions

Round 2 - Technical 

(1 Question)

  • Q1. Types of weights in selelium
  • Ans. 

    Selenium does not have weights, but there are implicit and explicit waits.

    • Selenium does not have a weight concept

    • Implicit waits wait for a certain amount of time before throwing an exception

    • Explicit waits wait for a certain condition to occur before proceeding

    • Examples of explicit waits include WebDriverWait and FluentWait

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence and make sure to go through all selenium and java topics

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What is Exploratory Testing
  • Ans. 

    Exploratory testing is a type of testing where the tester designs and executes tests simultaneously.

    • It is an unscripted testing approach

    • Testers use their domain knowledge and experience to identify defects

    • It is useful in finding defects that are difficult to identify through scripted testing

    • It is often used in Agile development environments

    • Example: A tester explores a new feature of an application and tries to identify...

  • Answered by AI
  • Q2. What is Load and Stress Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basics. Make sure your concepts about the different types and levels of Testing is clear.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your knowledge

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Functional testing, regression testing,rtm,agile

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared for any topic. Refer guru99 website

Interview Questionnaire 

1 Question

  • Q1. Questions were based on Selenium java automation. 1) Explain oops concepts in java. 2) @testng annotations 3) Broken links and the corresponding tags in Selenium 4) How do you do selenium and Java configur...

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Online Test followed by technical interview and HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to get knowledge about basic testing techniques and types of testing and about agile methodology

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

Interview Questionnaire 

1 Question

  • Q1. I attend interview for Tosca Testsuit where question are pointed about Modules( Classic & X modules) , Scarch book ,Test case design & Class ,Test case ( Reusable test setp block,Library, recovery scenario...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well for the question " Introduce about your self?" & Say to then what you know about the technical question they ask about if not aware of it kindly say them i am not aware , let me try.

Accenture Interview FAQs

How many rounds are there in Accenture Testing Engineering Analyst interview?
Accenture interview process usually has 3-4 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Accenture Testing Engineering Analyst interview?

Some of the top questions asked at the Accenture Testing Engineering Analyst interview -

  1. What is Load and Stress Test...read more
  2. How do you transfer data between two components in Angul...read more
  3. What is Exploratory Test...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
View all
Accenture Testing Engineering Analyst Salary
based on 2.5k salaries
₹4 L/yr - ₹10 L/yr
At par with the average Testing Engineering Analyst Salary in India
View more details

Accenture Testing Engineering Analyst Reviews and Ratings

based on 197 reviews

4.0/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.5

Salary

4.0

Job security

4.1

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 197 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.3 L/yr - ₹16.1 L/yr

Team Lead
26.6k salaries
unlock blur

₹12.6 L/yr - ₹22.5 L/yr

Senior Analyst
19.5k salaries
unlock blur

₹9.1 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview