Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior QA Engineer Interview Questions and Answers

Updated 19 Jul 2024

Accenture Senior QA Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Time frame one hour, 60 questions

Round 2 - Technical 

(1 Question)

  • Q1. QA life cycle, Selenium basics

Senior QA Engineer Interview Questions & Answers

user image shilpa devanagoudar

posted on 19 Jul 2024

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

(1 Question)

  • Q1. What will you do to reduce the log size stored in AWS
  • Ans. 

    Implement log rotation, set up log expiration policies, compress logs, use log aggregation services.

    • Implement log rotation to limit the size of individual log files.

    • Set up log expiration policies to automatically delete old logs.

    • Compress logs before storing them in AWS to reduce storage space.

    • Use log aggregation services like AWS CloudWatch Logs to centralize and manage logs efficiently.

  • Answered by AI

Skills evaluated in this interview

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you get data from a file in selenium
Q4. if 2 threads are given and one burns in 30 minutes, how you can c ... read more
Q5. How can you execute a test case number of times?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap is implemented using an array of linked lists or buckets to handle collisions.

    • Each key is hashed to determine its index in the array.

    • Common operations include put(key, value), get(key), and remove(key).

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("app

  • Answered by AI
  • Q2. Difference between getWindowHandles and getWindowHandle
  • Ans. 

    getWindowHandles returns all open window handles, getWindowHandle returns handle of current window

    • getWindowHandles returns a set of all window handles currently open in the browser

    • getWindowHandle returns the handle of the current window being focused on

    • Example: driver.getWindowHandles() vs driver.getWindowHandle()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs and selenium concepts

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Q7. How do you resolve merge conflicts in git?
  • Q8. How to bring specific commit changes to your branch?
  • Q9. How to switch to frame and come out of it in selenium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between type and typeAndWait
  • Ans. 

    typeAndWait is used to wait for a specific element to appear before proceeding, while type does not wait.

    • typeAndWait is used in Selenium WebDriver to wait for a specific element to appear before typing into it

    • type does not wait for the element to appear and may cause errors if the element is not present

    • typeAndWait is useful for dynamic web pages where elements may take time to load

  • Answered by AI
  • Q2. How to change window size in selenium
  • Ans. 

    To change window size in Selenium, you can use the set_window_size() method of the WebDriver class.

    • Use driver.set_window_size(width, height) to change the window size

    • Specify the width and height in pixels as parameters

    • Example: driver.set_window_size(800, 600) will set the window size to 800x600 pixels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Different listeners in TestNG
  • Ans. 

    TestNG provides different listeners to customize test execution and reporting.

    • TestNG provides several built-in listeners such as IInvokedMethodListener, ITestListener, ISuiteListener, etc.

    • Listeners can be used to perform actions before or after test methods, suites, or entire test runs.

    • Listeners can be implemented by creating classes that extend the corresponding listener interfaces.

    • Listeners can be configured in the t...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium framework level questions
  • Q2. ETL questions & Data warehouse concepts
  • Q3. Functional/ manual testing related questions
Round 2 - HR 

(2 Questions)

  • Q1. Few technical questions & generic questions
  • Q2. CTC & Experience & expected CTC & Notice period, etc
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Introduce yourself and give some brief about work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I have appeared for the interview for the Role of QA Automation Engineer at Vadodara Branch. I joined the meeting early 5 minutes as usual then waited around 15 minutes of the panel and they joined the meeting. After that, I was asked to introduce myself and give some brief about my experience and role. So,I mentioned that I have 2 years of experience in Automation Testing which I had already mentioned to HR during the screening round and the panel asked rudely I have only 2 years' experience they put the meeting on hold for a longer time and came back and just message in the meeting saying we required at least 4 years of experience and how come you didn't tell HR.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regression testing
  • Q2. Defect life cycle
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Method overload, Method Over ride, Inheritance, POM model explanation, Run only failed test cases in TESTNG how to achieve this, How to determine the tool for project, Write the X-path for random web e...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse string, programs relatrd to arrays

Accenture Interview FAQs

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

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

  1. What will you do to reduce the log size stored in ...read more
  2. Difference between getWindowHandles and getWindowHan...read more
  3. Hashmap implementat...read more

Tell us how to improve this page.

Accenture Senior QA Engineer Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more
Accenture Senior QA Engineer Salary
based on 112 salaries
₹6 L/yr - ₹18.1 L/yr
6% less than the average Senior QA Engineer Salary in India
View more details

Accenture Senior QA Engineer Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

3.5

Salary

4.3

Job security

4.9

Company culture

3.5

Promotions

4.9

Work satisfaction

Explore 4 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.4 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 - ₹12.9 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