Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte QA Engineer Interview Questions, Process, and Tips for Experienced

Updated 5 Feb 2025

Top Deloitte QA Engineer Interview Questions and Answers for Experienced

View all 8 questions

Deloitte QA Engineer Interview Experiences for Experienced

4 interviews found

QA Engineer Interview Questions & Answers

user image MEGHANA ANTHATI

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. What is the definition of tosca
  • Ans. 

    Tosca is a software testing tool that provides end-to-end test automation solutions.

    • Tosca is used for automated software testing.

    • It offers features like test case design, test data management, and test execution.

    • Tosca supports various technologies and platforms for testing.

    • It helps in accelerating the testing process and improving test coverage.

    • Example: Using Tosca to automate regression tests for a web application.

  • Answered by AI
  • Q2. Tosca errors and define them
  • Ans. 

    Tosca errors are common issues encountered while using the Tosca automation tool for testing.

    • Object not found error - occurs when Tosca cannot locate a specific object on the application under test.

    • Data binding error - happens when there is an issue with the data binding in Tosca.

    • Execution error - occurs during the execution of test cases in Tosca.

    • License error - happens when there is an issue with the Tosca license.

    • Co...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Fazila Mujawar

posted on 15 Jun 2024

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

(4 Questions)

  • Q1. Explain Framework
  • Ans. 

    Framework is a structured set of guidelines, libraries, and tools used to develop software applications.

    • Framework provides a foundation for developers to build upon

    • It includes pre-written code, libraries, and APIs

    • Frameworks help in organizing code and promoting best practices

    • Examples: Selenium for automated testing, Angular for web development

  • Answered by AI
  • Q2. Git flow and conflict resolution
  • Q3. WAP to find the odd numbers from given array using collection
  • Ans. 

    Program to find odd numbers from array using collection

    • Create a list to store odd numbers

    • Iterate through the array and check if each element is odd

    • Add odd numbers to the list

    • Return the list of odd numbers

  • Answered by AI
  • Q4. How to locate a link and perform click on all the links
  • Ans. 

    Locate and click on links using Selenium WebDriver

    • Use Selenium WebDriver to locate elements on the webpage

    • Identify the links using locators like ID, class name, xpath, etc.

    • Iterate through the list of links and perform a click action on each link

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Suppose your manager gave you one task which has to be complete i ... read more
Q2. how to access amazon page directly directly with out using driver ... read more
Q3. 7)how do you drive your data in automation , how do you validate ... read more
Q4. 6)What do you do when your automation script fails , debug proces ... read more
Q5. Which Bug tracking tool and test management tool are using in you ... read more

QA Engineer Interview Questions & Answers

user image Ananta Shinde

posted on 7 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Tell me your framework
  • Ans. 

    I primarily use Selenium WebDriver with TestNG for automation testing.

    • Framework built using Selenium WebDriver for web automation

    • Utilize TestNG for test case management and execution

    • Implement Page Object Model design pattern for better code organization

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and focused testing to ensure that the most critical functionalities of a software application are working correctly after changes.

    • Sanity testing is a subset of regression testing.

    • It is usually performed after a minor code change or bug fix to ensure that the core functionalities are not affected.

    • The main goal of sanity testing is to verify that the application is stable enough for further tes...

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of programming languages.

    • Selenium WebDriver is the most commonly used component for automating web browsers.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte QA Engineer interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Deloitte interview questions for designations

 Senior QA Engineer

 (2)

 QA Automation Engineer

 (2)

 QA Test Engineer

 (1)

 Software QA Engineer

 (1)

 QA Analyst

 (2)

 QA Lead

 (1)

 Senior QA Analyst

 (1)

 QA Test Lead

 (1)

Interview questions from similar companies

QA Engineer Interview Questions & Answers

Guidehouse user image Brigien Shilpa S

posted on 15 Jun 2023

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - Technical 

(2 Questions)

  • Q1. Joins Subquery Difference between union unionall
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Subquery is a query nested within another query

    • Union combines the result sets of two or more SELECT statements, while Union All includes duplicates

  • Answered by AI
  • Q2. Difference between rank dense rank
  • Ans. 

    Rank assigns unique numbers to each row, while dense rank does not leave gaps between ranks.

    • Rank assigns unique numbers to each row based on the order specified.

    • Dense rank also assigns unique numbers to each row, but does not leave gaps between ranks.

    • For example, if we have scores of 90, 85, 85, 80, rank would be 1, 2, 2, 4 and dense rank would be 1, 2, 2, 3.

  • Answered by AI
Round 3 - Coding Test 

Write a query to find third max salary

Interview Preparation Tips

Topics to prepare for Guidehouse QA Engineer interview:
  • Manual Testing
  • Writing Test Cases
  • MySQL

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Self introduction
  • Q2. Selenium based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Framework of previous project
  • Ans. 

    The framework used in my previous project was a hybrid framework combining data-driven and keyword-driven approaches.

    • Combination of data-driven and keyword-driven testing

    • Reusable test scripts for common functionalities

    • Separate test data from test scripts

    • Integration with CI/CD pipeline for automated testing

    • Support for multiple browsers and devices

  • Answered by AI
  • Q2. API response codes

Interview Preparation Tips

Topics to prepare for Guidehouse QA Engineer interview:
  • Selenium
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Related to manual testing api testing.
  • Q2. Difference between stlc and sdlc
  • Ans. 

    STLC is a subset of SDLC that focuses on testing while SDLC covers the entire software development process.

    • SDLC is a broader term that covers all the phases of software development including planning, designing, coding, testing, and maintenance.

    • STLC is a subset of SDLC that focuses only on the testing phase.

    • SDLC is a sequential process while STLC can be iterative.

    • SDLC is a framework while STLC is a process.

    • Examples of ...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

PwC user image Fathima Farzana

posted on 12 Mar 2024

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

(1 Question)

  • Q1. Selenium java related questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding from java
Round 3 - HR 

(1 Question)

  • Q1. General HR related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are raiders in insurance
  • Ans. 

    Raiders in insurance are individuals or groups who intentionally cause damage or loss in order to fraudulently collect insurance payouts.

    • Raiders may stage accidents, arson, or theft to make false insurance claims.

    • They may also inflate the value of their losses or provide false information to the insurance company.

    • Insurance companies use various methods to detect and prevent insurance fraud by raiders.

    • Raiders can face l...

  • Answered by AI
  • Q2. How the premium gets calculated
  • Ans. 

    Premium is calculated based on various factors such as age, gender, health condition, coverage amount, and lifestyle choices.

    • Premiums are typically higher for older individuals as they are considered higher risk.

    • Gender may also impact premium rates, with women often paying lower premiums.

    • Health condition plays a significant role in premium calculation, with healthier individuals paying lower premiums.

    • Coverage amount an...

  • Answered by AI

Deloitte Interview FAQs

How many rounds are there in Deloitte QA Engineer interview for experienced candidates?
Deloitte interview process for experienced candidates usually has 1 rounds. The most common rounds in the Deloitte interview process for experienced candidates are Technical.
How to prepare for Deloitte QA Engineer interview for experienced candidates?
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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Agile, Automation Testing, Informatica, JIRA and Manual Testing.
What are the top questions asked in Deloitte QA Engineer interview for experienced candidates?

Some of the top questions asked at the Deloitte QA Engineer interview for experienced candidates -

  1. How to locate a link and perform click on all the li...read more
  2. WAP to find the odd numbers from given array using collect...read more
  3. What is the definition of to...read more

Tell us how to improve this page.

Deloitte QA Engineer Interview Process for Experienced

based on 4 interviews

1 Interview rounds

  • Technical Round
View more

QA Engineer Interview Questions from Similar Companies

View all
Deloitte QA Engineer Salary
based on 191 salaries
₹3.6 L/yr - ₹14.5 L/yr
42% more than the average QA Engineer Salary in India
View more details

Deloitte QA Engineer Reviews and Ratings

based on 14 reviews

4.0/5

Rating in categories

4.1

Skill development

3.3

Work-life balance

3.7

Salary

3.2

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 14 Reviews and Ratings
Consultant
34.7k salaries
unlock blur

₹6.4 L/yr - ₹23.5 L/yr

Senior Consultant
22k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.8k salaries
unlock blur

₹3.8 L/yr - ₹12.9 L/yr

Assistant Manager
10.3k salaries
unlock blur

₹7.8 L/yr - ₹28 L/yr

Manager
7.3k salaries
unlock blur

₹16 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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