Upload Button Icon Add office photos

Filter interviews by

Accenture Test Lead Interview Questions, Process, and Tips

Updated 19 Oct 2024

Top Accenture Test Lead Interview Questions and Answers

Accenture Test Lead Interview Experiences

11 interviews found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2021

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

Interview Questionnaire 

3 Questions

  • Q1. Selenium with java questions, coding for different scenarios. window popup handling, mouse hover, launching a browser. xpath to identify a select the 2nd element out of two identical webelements.
  • Q2. Any challenges faced during automation
  • Ans. 

    Yes, challenges faced during automation are common.

    • Identifying the right test cases for automation

    • Maintaining the automation scripts as the application evolves

    • Handling dynamic elements on the UI

    • Dealing with flaky tests

    • Integrating automation with CI/CD pipelines

    • Ensuring cross-browser compatibility

    • Managing test data and environment setup

    • Balancing between manual and automated testing

  • Answered by AI
  • Q3. Roles and responsibilities in current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise everything related to Selenium concepts. Try practicing without an IDE, since during the interview, you would receive an online platform to type code word by word(no prompt like Eclipse or intellij).

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Salesforce functionalities and defect management

Test Lead Interview Questions Asked at Other Companies

asked in Wipro
Q1. If you put in an Agile project, Will you be able to do in sprint ... read more
Q2. 6. What are the differences between Test Plan and Test Strategy? ... read more
Q3. PuzzleSome real-time examples of a defect that is of low priority ... read more
asked in Wipro
Q4. What are all the status codes available in API testing
asked in Wipro
Q5. How to click on the element which is at the bottom of the page

Test Lead Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium related questions

Test Lead Interview Questions & Answers

user image akash Soniya

posted on 31 Jul 2024

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

(1 Question)

  • Q1. Java, Sql , lOadrunner, Jmeter

Accenture interview questions for designations

 Automation Test Lead

 (3)

 Senior Test Lead

 (1)

 QA Test Lead

 (1)

 Test Engineer

 (25)

 Test Analyst

 (7)

 Test Architect

 (4)

 Automation Test Engineer

 (19)

 Senior Test Engineer

 (12)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

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

Assessment Test . Questions related to Testing and selenium -Java

Round 2 - Coding Test 

1 or 2 Programming question and test concepts

Round 3 - HR 

(2 Questions)

  • Q1. More of non Technical
  • Q2. Expectations about work

Test Lead Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Test strategies
  • Q2. Different HTTP codes
  • Ans. 

    HTTP codes are status codes returned by a server in response to a client's request.

    • 200 - OK: Request was successful

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server error

    • 301 - Moved Permanently: Resource has been moved permanently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Practical questions on selenium
Round 2 - Coding Test 

Some baisc java programs

Test Lead Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2021

Interview Questionnaire 

4 Questions

  • Q1. Explain about my previous project and the responsibilities I had?
  • Q2. I was asked about estimation, planning and resource management for a new project?
  • Q3. Defect life cycle?
  • Ans. 

    Defect life cycle refers to the stages a defect goes through from discovery to resolution.

    • Defect is identified and logged

    • Defect is assigned to a developer

    • Developer fixes the defect

    • Defect is retested by the tester

    • If the defect is still present, it is reopened and assigned back to the developer

    • If the defect is fixed, it is closed

  • Answered by AI
  • Q4. Differnt Automation Tools I know?
  • Ans. 

    Some popular automation tools are Selenium, Appium, TestComplete, UFT, and Robot Framework.

    • Selenium is a widely used open-source tool for web automation testing.

    • Appium is used for mobile automation testing on both Android and iOS platforms.

    • TestComplete is a commercial tool for desktop, web, and mobile automation testing.

    • UFT (formerly known as QTP) is a commercial tool for functional and regression testing.

    • Robot Framewo...

  • Answered by AI

Test Lead Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Scd types,union union all,facts dimensions,dimensional modelling,conformed dimensions
  • Q2. Snowflake,star schema,group by order by,ranks,dense rank

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with all interview questions that are available on Google

Test Lead Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Basics of functional tetsing and few questions on oops concept. Rest from selenium web drivers db connection, reporting

Test Lead Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Diff b/w Throw and Throws
  • Ans. 

    Throw is a keyword used to throw an exception in Java. Throws is used in method signature to declare the exceptions that can be thrown by the method.

    • Throw is used to explicitly throw an exception in Java.

    • Throws is used in method signature to declare the exceptions that can be thrown by the method.

    • Throw is followed by an instance of the Exception class or one of its subclasses.

    • Throws is followed by the name of the excep...

  • Answered by AI
  • Q2. Diff b/w final and finally
  • Ans. 

    Final is a keyword used to declare a constant value. Finally is a block of code that executes after a try-catch block.

    • Final is used to declare a constant value that cannot be changed later.

    • Finally is a block of code that executes after a try-catch block, regardless of whether an exception is thrown or not.

    • Final is used in variable declaration, method declaration, and class declaration.

    • Finally is used to release resourc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recruitment process is pathetic

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Test Lead interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Coding Test and Assignment.
How to prepare for Accenture Test Lead 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 Consulting, Test execution, Test Lead, Selenium and Functional Testing.
What are the top questions asked in Accenture Test Lead interview?

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

  1. Any challenges faced during automat...read more
  2. Differnt Automation Tools I kn...read more
  3. Diff b/w Throw and Thr...read more

Tell us how to improve this page.

Accenture Test Lead Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 6 Accenture interviews
Referral
Company Website
Job Portal
50%
33%
17%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Test Lead Interview Questions from Similar Companies

TCS Test Lead Interview Questions
3.7
 • 9 Interviews
IBM Test Lead Interview Questions
4.1
 • 2 Interviews
View all
Accenture Test Lead Salary
based on 1.4k salaries
₹7.2 L/yr - ₹25 L/yr
At par with the average Test Lead Salary in India
View more details

Accenture Test Lead Reviews and Ratings

based on 73 reviews

4.2/5

Rating in categories

4.0

Skill development

3.5

Work-Life balance

3.3

Salary & Benefits

3.7

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

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

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 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