Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior QA Analyst Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top Accenture Senior QA Analyst Interview Questions and Answers

View all 6 questions

Accenture Senior QA Analyst Interview Experiences

6 interviews found

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Java collections basics
  • Q2. How to handle webtable in selenium
  • Ans. 

    Webtables in Selenium can be handled using methods like findElements, getText, getAttribute, etc.

    • Use findElements method to locate the table and its rows

    • Iterate through rows and columns using loops

    • Use getText method to retrieve text from cells

    • Use getAttribute method to retrieve specific attributes like class, id, etc.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A MCQ test for he skill you are selected.

Round 2 - Technical 

(4 Questions)

  • Q1. Testing basics- which model is followed
  • Q2. Automation Framework used
  • Ans. 

    We use a hybrid automation framework combining keyword-driven and data-driven approaches.

    • Combines keyword-driven and data-driven testing

    • Allows for reusability of test scripts

    • Enhances maintainability and scalability of automation suite

  • Answered by AI
  • Q3. Implicit wait Explicit wait
  • Ans. 

    Implicit wait is used to wait for elements to load in the DOM, while explicit wait is used to wait for a specific condition to be met.

    • Implicit wait is set globally for the entire duration of the WebDriver instance.

    • Explicit wait is applied only to specific elements or conditions.

    • Implicit wait is defined once and applied to all elements, while explicit wait is defined each time it is needed.

    • Example: Implicit wait - drive...

  • Answered by AI
  • Q4. Types of xpath, how to access
  • Ans. 

    There are two types of XPath: Absolute and Relative. Absolute XPath starts from the root node, while Relative XPath starts from any node.

    • Absolute XPath starts with a single forward slash (/) and is used to select nodes starting from the root node.

    • Relative XPath starts with a double forward slash (//) and is used to select nodes anywhere in the document.

    • Examples: Absolute XPath - /html/body/div[1]/p[2], Relative XPath -

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Q2. WHat is your Notice period

Skills evaluated in this interview

Senior QA Analyst Interview Questions Asked at Other Companies

Q1. Can you convert lead if all required fields of contact or opportu ... read more
Q2. Why validation bypass if record updated through workflow
Q3. Who are the stake holders involved in sprint meeting
asked in Superhouse
Q4. Can you perform the sample and handle colour matching prototype?
asked in Citicorp
Q5. What was the complex issue you have faced And you resolved that V ... read more
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to switch iframe
  • Ans. 

    To switch iframes, you need to first locate the iframe element and then switch to it using appropriate methods.

    • Locate the iframe element using its index, name, id, or any other attribute

    • Switch to the iframe using driver.switchTo().frame() method

    • To switch back to the default content, use driver.switchTo().defaultContent()

  • Answered by AI
  • Q2. Different types of selenium waits
  • Ans. 

    Different types of Selenium waits include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java, Selenium, SQL, CICD
Round 2 - Behavioral 

(1 Question)

  • Q1. Agile Process and Ceremonies
Round 3 - HR 

(1 Question)

  • Q1. Why do u want to switch?

Accenture interview questions for designations

 QA Analyst

 (4)

 Senior QA Engineer

 (3)

 Senior Software QA Engineer

 (1)

 Senior Quality Analyst

 (7)

 Senior Software Analyst

 (5)

 Senior Test Analyst

 (5)

 Senior Security Analyst

 (4)

 Senior Application Analyst

 (3)

Senior QA Analyst Interview Questions & Answers

user image Sarath Kumar C

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. Entry and exit criteria
  • Q2. Product Backlog

Get interview-ready with Top Accenture Interview Questions

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

(1 Question)

  • Q1. Telephonic QA calls
Round 2 - Coding Test 

Multiple Question on Strings

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q2. Fibonacci program in java
  • Ans. 

    Fibonacci program in Java generates the Fibonacci sequence up to a specified number.

    • Use a loop to generate the Fibonacci sequence

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

    • Each subsequent number is the sum of the two preceding numbers

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Mainframe testing
  • Q2. Agile process and ceremonies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between smoke and regression testing
  • Ans. 

    Smoke testing is a quick and shallow test to check basic functionality, while regression testing is a comprehensive test to ensure existing functionality is not affected by changes.

    • Smoke testing is performed to verify if the critical functionalities of an application are working as expected after a build or release.

    • Regression testing is performed to ensure that changes or fixes in the software do not introduce new bugs...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

It was easy though you can crack it

Round 2 - Coding Test 

Where do you see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Always work hard and be unique

Accenture Interview FAQs

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

Some of the top questions asked at the Accenture Senior QA Analyst interview -

  1. How to handle webtable in selen...read more
  2. Types of xpath, how to acc...read more
  3. Different types of selenium wa...read more

Tell us how to improve this page.

Accenture Senior QA Analyst Interview Process

based on 7 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Accenture Senior QA Analyst Salary
based on 149 salaries
₹4.9 L/yr - ₹16 L/yr
6% less than the average Senior QA Analyst Salary in India
View more details

Accenture Senior QA Analyst Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.3

Salary

3.6

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

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

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

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