Upload Button Icon Add office photos

Filter interviews by

Accenture QA Test Lead Interview Questions and Answers

Updated 21 Jul 2024

Accenture QA Test Lead Interview Experiences

1 interview found

QA Test Lead Interview Questions & Answers

user image Mouparna Ghosh

posted on 21 Jul 2024

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

(3 Questions)

  • Q1. Type of selectors in selenium
  • Ans. 

    Selectors in Selenium are used to identify web elements on a webpage for automation testing.

    • Selectors include ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.

    • ID selector is the fastest and most reliable, while XPath is the most powerful but slower.

    • CSS selectors are commonly used due to their flexibility and readability.

    • Example: driver.findElement(By.id("elementID"));

  • Answered by AI
  • Q2. Wait statements in selenium
  • Ans. 

    Wait statements in Selenium are used to pause the execution of the test script for a specified amount of time.

    • Wait statements are used to handle synchronization issues in test automation scripts.

    • There are two types of wait statements in Selenium: Implicit Wait and Explicit Wait.

    • Implicit Wait sets a default waiting time for the elements to be available before throwing an exception.

    • Explicit Wait allows the test script to...

  • Answered by AI
  • Q3. Program to write fibonacci series
  • Ans. 

    A program to write the Fibonacci series using iterative or recursive methods.

    • Use a loop to generate Fibonacci series iteratively

    • Use recursion to generate Fibonacci series recursively

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expectation of salary

Skills evaluated in this interview

Interview questions from similar companies

QA Test Lead Interview Questions & Answers

Cognizant user image Md Aklakh Ahmad

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Write java program to reverse each word

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

(2 Questions)

  • Q1. What is collection frame work
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects.

    • Provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects

    • Offers algorithms for searching, sorting, and manipulating collections

    • Promotes code reusability and efficiency in handling collections

  • Answered by AI
  • Q2. Write a program to count no of characters in the given string
  • Ans. 

    A program to count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character encountered.

    • Use a hashmap to store the count of each character for efficient counting.

    • Handle edge cases such as empty string or null input.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is product backlog and sprint backlog
  • Ans. 

    Product backlog is a prioritized list of features to be developed. Sprint backlog is a subset of product backlog for a specific sprint.

    • Product backlog is a dynamic document that evolves with the product development cycle

    • It contains a list of features, enhancements, bug fixes, and other work items

    • The items in the backlog are prioritized based on business value, risk, and other factors

    • Sprint backlog is a subset of produc...

  • Answered by AI
  • Q2. What is velocity and zero sprint
  • Ans. 

    Velocity is the amount of work a team can complete in a sprint. Zero sprint is a sprint with no completed work.

    • Velocity is a measure of a team's productivity in completing work during a sprint

    • It is calculated by adding up the story points or tasks completed in a sprint

    • Zero sprint is a sprint where no work is completed due to unforeseen circumstances or issues

    • It is important to track velocity to help plan future sprints

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with all manual testing concepts as well automation.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

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

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

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

(1 Question)

  • Q1. Automation frameworks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why atos? Coding skills required
  • Ans. 

    Atos is a leading global IT services company with a strong focus on automation and coding skills.

    • Atos is a well-established global IT services company known for its expertise in automation and coding.

    • They have a strong reputation for delivering innovative solutions to clients using cutting-edge technologies.

    • Working at Atos will provide opportunities to enhance coding skills and work on challenging automation projects.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

General queries from lead code

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

I applied via Referral and was interviewed in Dec 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 

Test MCQ's 30 Mins Mostly MCQ's

Round 3 - Group Discussion 

Basic Topic on AI/ML or Chat GPT

Round 4 - Technical 

(2 Questions)

  • Q1. Basic technical questions about the domain
  • Q2. One on AI One on ML

Interview Preparation Tips

Topics to prepare for Tata Group QA Tester interview:
  • Supply Chain Management
  • Joomla
Interview preparation tips for other job seekers - Be honest, polite and humble

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. STLC, smoke, sanity, agile process, bug life cycle, db queries, etc..
Round 2 - Technical 

(1 Question)

  • Q1. Same as above with more testing concept’s
Round 3 - HR 

(1 Question)

  • Q1. Normally a Salary discussion round nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Manual and automation testing concepts prepare well

Accenture Interview FAQs

How many rounds are there in Accenture QA Test Lead interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Technical and HR.
What are the top questions asked in Accenture QA Test Lead interview?

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

  1. Program to write fibonacci ser...read more
  2. Type of selectors in selen...read more
  3. Wait statements in selen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture QA Test Lead Salary
based on 126 salaries
₹9 L/yr - ₹20 L/yr
16% more than the average QA Test Lead Salary in India
View more details

Accenture QA Test Lead Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.4

Skill development

3.4

Work-Life balance

2.6

Salary & Benefits

2.9

Job Security

2.6

Company culture

2.1

Promotions/Appraisal

3.0

Work Satisfaction

Explore 8 Reviews and Ratings
Application Development Analyst
38.8k 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.4 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