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

Updated 5 Feb 2025

Top Deloitte QA Engineer Interview Questions and Answers

View all 12 questions

Deloitte QA Engineer Interview Experiences

10 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. It was good and simple questions were asked related to java, testng and selenium
Round 2 - One-on-one 

(1 Question)

  • Q1. It was difficult and totally based on the coding.

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 Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

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 & Answers

user image Anonymous

posted on 26 Jul 2024

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

(2 Questions)

  • Q1. Selenium testing
  • Q2. Coding selenium , technical java n others .manegerial final round
Round 2 - Technical 

(1 Question)

  • Q1. Technical project

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)

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

Get interview-ready with Top Deloitte Interview Questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different types of assert
  • Ans. 

    Different types of assert include assert equals, assert true, assert false, assert not null, and assert not same.

    • Assert equals: Compares two values for equality

    • Assert true: Checks if a condition is true

    • Assert false: Checks if a condition is false

    • Assert not null: Verifies that a value is not null

    • Assert not same: Verifies that two objects do not refer to the same object

  • Answered by AI
  • Q2. Different types of coats
  • Ans. 

    There are various types of coats, including trench coats, pea coats, duffle coats, and overcoats.

    • Trench coat

    • Pea coat

    • Duffle coat

    • Overcoat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics of selenium

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2024

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

(1 Question)

  • Q1. What will you do if clinet rejects

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jul 2024

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

(2 Questions)

  • Q1. What is pom in maven
  • Ans. 

    POM stands for Project Object Model in Maven, which is an XML file that contains information about the project and configuration details.

    • POM is the fundamental unit of work in Maven, containing information such as project dependencies, build settings, and plugins.

    • It helps Maven to manage project dependencies, build process, and deployment.

    • POM file is named pom.xml and is located in the root directory of the project.

    • It ...

  • Answered by AI
  • Q2. Paje object model

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle frames
  • Ans. 

    Frames in QA refer to the use of framesets and iframes in web applications.

    • Frames are used to divide a web page into multiple sections, each with its own HTML document.

    • To handle frames, QA engineers need to understand how to switch between frames using methods like switchTo().

    • They should also be familiar with locating elements within frames using appropriate locators.

    • Example: driver.switchTo().frame('frameName')

    • Example

  • Answered by AI

Skills evaluated in this interview

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 FAQs

How many rounds are there in Deloitte QA Engineer interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are Technical and One-on-one Round.
How to prepare for Deloitte QA Engineer 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 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?

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

  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

based on 12 interviews

1 Interview rounds

  • Technical Round
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
Deloitte QA Engineer Salary
based on 180 salaries
₹3.2 L/yr - ₹13.6 L/yr
38% 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
33.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
21.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
10.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7.1k salaries
unlock blur

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