Upload Button Icon Add office photos
Engaged 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

Filter interviews by

Deloitte QA Engineer Interview Questions and Answers

Updated 16 Jun 2025

12 Interview questions

A QA Engineer was asked 8mo ago
Q. 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 applicatio...

A QA Engineer was asked 10mo ago
Q. Tell me about 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

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
A QA Engineer was asked 11mo ago
Q. 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 projec...

A QA Engineer was asked 11mo ago
Q. What are the different types of assertions?
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

What people are saying about Deloitte

View All
a data engineer
6d
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Deloitte?
Ask anonymously on communities.
A QA Engineer was asked 12mo ago
Q. Write a program to find the odd numbers from a given array using a 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

A QA Engineer was asked 12mo ago
Q. How do you locate a link and perform a 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

A QA Engineer was asked 12mo ago
Q. 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

Are these interview questions helpful?
A QA Engineer was asked 12mo ago
Q. 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 furthe...

A QA Engineer was asked 12mo ago
Q. 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.

A QA Engineer was asked
Q. 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')

  • Ex...

Deloitte QA Engineer Interview Experiences

11 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 appeared for an interview 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 & 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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. Roles and responsibilities
  • Q2. Java program find the characters in a string Java program to reverse word in a string
  • Ans. 

    This Java program reverses the words in a given string while maintaining the original order of characters in each word.

    • Use the split() method to break the string into words. Example: String[] words = str.split(" ");

    • Reverse the order of the words using a loop or Collections.reverse(). Example: Collections.reverse(Arrays.asList(words));

    • Join the reversed words back into a single string using String.join(). Example: String...

  • Answered by AI

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 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
  • Ans. 

    If a client rejects a proposal, it's crucial to understand their concerns and adapt the approach to meet their needs.

    • Seek Feedback: Ask the client for specific reasons behind the rejection to understand their perspective and concerns.

    • Revise Proposal: Based on the feedback, make necessary adjustments to the proposal, such as altering timelines, costs, or deliverables.

    • Engage in Dialogue: Maintain open communication with ...

  • Answered by AI

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

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. Java program find the characters in a string Java program to reverse word in a ...read more
How long is the Deloitte QA Engineer interview process?

The duration of Deloitte QA Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 14 interview experiences

Difficulty level

Easy 14%
Moderate 57%
Hard 29%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more

QA Engineer Interview Questions from Similar Companies

View all
Deloitte QA Engineer Salary
based on 205 salaries
₹3.3 L/yr - ₹13.2 L/yr
29% more than the average QA Engineer Salary in India
View more details

Deloitte QA Engineer Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

4.2

Skill development

3.6

Work-life balance

3.9

Salary

3.4

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 17 Reviews and Ratings
Consultant
39.2k salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Senior Consultant
24.2k salaries
unlock blur

₹11.1 L/yr - ₹42 L/yr

Analyst
16.3k salaries
unlock blur

₹3.9 L/yr - ₹13 L/yr

Assistant Manager
11k salaries
unlock blur

₹8 L/yr - ₹24.3 L/yr

Manager
7.8k salaries
unlock blur

₹16 L/yr - ₹55 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
write
Share an Interview