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 Quality Assurance and Testing Interview Questions, Process, and Tips for Experienced

Updated 6 Jul 2021

Deloitte Quality Assurance and Testing Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. Suppose you are testing an application and you find a bug and now you assigned that bug to a developer but he revert by saying he is not getting this bug in his system. What will you do ?
  • Ans. 

    Discuss with the developer and provide detailed steps to reproduce the bug.

    • Ask the developer to check the environment and configuration settings.

    • Provide screenshots and detailed steps to reproduce the bug.

    • Collaborate with the developer to find a solution.

    • If necessary, escalate the issue to the project manager.

  • Answered by AI
  • Q2. Explain bug life cycle.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, resolving, and verifying software defects.

    • Bug is identified by testers during testing

    • Bug is reported to the development team

    • Development team resolves the bug

    • Bug fix is verified by testers

    • Bug is closed if it is fixed or rejected if it is not a valid bug

    • Bug can be reopened if it reappears

    • Bug life cycle can vary depending on the organization's process

  • Answered by AI
  • Q3. What is functional testing and its types ?
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the specified requirements.

    • It focuses on the functionality of the software

    • It is performed to ensure that the software meets the business requirements

    • Types of functional testing include unit testing, integration testing, system testing, and acceptance testing

    • Examples of functional testing tools include Selenium, HP QuickTest Professional, and IB

  • Answered by AI
  • Q4. Suppose you joined a company and after few days they take you in the project and now they want you to start testing from the very first day what would be your approach ?
  • Ans. 

    I would start by understanding the project requirements and creating a test plan.

    • Understand the project requirements and objectives

    • Create a test plan based on the requirements

    • Identify the test scenarios and test cases

    • Execute the test cases and report defects

    • Collaborate with the development team to resolve defects

    • Continuously improve the testing process

  • Answered by AI
  • Q5. Tell me some highly recommended test scenarios for ATM machine ?
  • Ans. 

    Test scenarios for ATM machine

    • Testing card insertion and removal

    • Testing PIN entry and validation

    • Testing cash withdrawal and balance inquiry

    • Testing receipt printing

    • Testing network connectivity and response time

  • Answered by AI
  • Q6. Difference between regression and retesting ?
  • Ans. 

    Regression testing is testing the entire system after making changes, while retesting is testing only the failed test cases.

    • Regression testing ensures that changes made to the system do not affect the existing functionality.

    • Retesting is done to ensure that the defects found in the previous cycle have been fixed.

    • Regression testing is done after every change, while retesting is done after a defect is fixed.

    • Regression tes...

  • Answered by AI
  • Q7. What is the purpose of retesting while you already doing integraton testing ?
  • Ans. 

    Retesting during integration testing ensures that defects have been fixed and new defects have not been introduced.

    • Retesting ensures that previously identified defects have been fixed

    • Retesting also ensures that new defects have not been introduced during integration testing

    • Retesting helps to ensure the overall quality of the software product

  • Answered by AI
  • Q8. Can we do functional testing at any stage of the development ?
  • Ans. 

    Yes, functional testing can be done at any stage of development.

    • Functional testing can be done at any stage of development.

    • It helps in identifying defects early on in the development cycle.

    • It ensures that the software meets the functional requirements.

    • Examples of functional testing include unit testing, integration testing, and system testing.

  • Answered by AI
  • Q9. Explain software testing principles ?
  • Ans. 

    Software testing principles are guidelines that help testers to design and execute effective tests.

    • Testing should be planned and systematic

    • Testing should be based on requirements and specifications

    • Testing should be objective and unbiased

    • Testing should be thorough and comprehensive

    • Testing should be timely and cost-effective

    • Testing should be repeatable and consistent

    • Testing should be traceable and auditable

  • Answered by AI
  • Q10. What is acceptance testing and who do beta testing ?
  • Ans. 

    Acceptance testing is a type of testing to ensure that the software meets the customer's requirements. Beta testing is done by end-users.

    • Acceptance testing is done to ensure that the software meets the customer's requirements

    • It is usually done by the customer or a representative of the customer

    • Beta testing is done by end-users to identify any issues before the software is released to the public

    • Beta testing is usually d...

  • Answered by AI
  • Q11. What are the roles associated with Scrum ?
  • Ans. 

    Scrum roles include Product Owner, Scrum Master, and Development Team.

    • Product Owner is responsible for defining and prioritizing the product backlog.

    • Scrum Master facilitates the Scrum process and ensures adherence to Scrum principles.

    • Development Team is responsible for delivering a potentially releasable product increment at the end of each sprint.

  • Answered by AI
  • Q12. Being a tester what is your daily routine in your company ?
  • Ans. 

    As a tester, my daily routine involves analyzing requirements, creating test cases, executing tests, and reporting defects.

    • Analyze requirements to understand the scope of testing

    • Create test cases based on requirements and design documents

    • Execute tests and report defects using a bug tracking tool

    • Collaborate with developers and other stakeholders to resolve issues

    • Participate in daily stand-up meetings to discuss progress

  • Answered by AI
  • Q13. Can you explain V model ?
  • Ans. 

    V model is a software development model where testing is done at each stage of development.

    • It is a sequential process where each stage is completed before moving to the next.

    • It has two branches - the left side represents the planning and design phase, while the right side represents the testing phase.

    • Testing is done at each stage, ensuring that defects are caught early and fixed.

    • It is a popular model for software devel...

  • Answered by AI
  • Q14. Why would a company choose Agile methodology over waterfall methodology ?
  • Ans. 

    Agile methodology allows for flexibility, faster delivery, and continuous improvement compared to the rigid and sequential approach of waterfall methodology.

    • Agile allows for continuous feedback and adaptation, while waterfall is a linear process

    • Agile promotes collaboration and communication between team members and stakeholders

    • Agile enables faster delivery of working software in smaller increments

    • Agile allows for chang...

  • Answered by AI
  • Q15. Why you wanted to be software tester, what motivates you to do this on a regular basis ?
  • Ans. 

    I wanted to be a software tester because I enjoy finding and fixing bugs, ensuring quality and improving user experience.

    • I have a passion for problem-solving and attention to detail, which are essential skills for a software tester.

    • I find satisfaction in identifying and resolving issues, ensuring that the software meets the required standards.

    • I enjoy the collaborative nature of testing, working closely with developers ...

  • Answered by AI
  • Q16. What is smoke testing ?
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing of critical functionalities

    • It is performed after every build to catch major issues early

    • It helps in saving time and effort by identifying critical issues early

    • It is not a substitute for comprehensive testing

    • Example: Checking if the login page is working after a new build

  • Answered by AI
  • Q17. What would be your approach of test execution if you are working on a bank application ?
  • Ans. 

    My approach would be to prioritize security and compliance testing, followed by functional and performance testing.

    • Conduct security testing to ensure customer data is protected

    • Verify compliance with banking regulations and standards

    • Test functionality of key features such as account creation and transactions

    • Perform load testing to ensure application can handle high traffic

    • Test for usability and accessibility for all use...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are thousands of manual testing questions I have countered so far.. there is one and basic rule to keep your interview smooth, if you don't know the answer just don't say random things. They will caught you easily. If you are going for a manual testing interview just prepare yourself with real time questions..prepare test scenarios and test cases for atm machine, login page functionality, youtube home page functionality, test cases for whatsapp and so on..

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

Percentage,puzzles, numberings

Round 3 - Technical 

(1 Question)

  • Q1. Project, subject and self introduction
Round 4 - HR 

(1 Question)

  • Q1. Self introduced and certificate verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Bring the action on interview quick. All the best

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Spring container and beans
  • Q2. Annotations used in Springboot
  • Ans. 

    Annotations are used in Springboot to simplify configuration and reduce boilerplate code.

    • Annotations are used to define the behavior of Spring components

    • They can be used to define the scope of a bean, inject dependencies, and handle exceptions

    • Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler

  • Answered by AI
  • Q3. Java 8 New Features and explanation
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional style.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn Java

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics thoroughly with working examples. Theoretical knowledge is not enough to really grasp the concepts.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My expected tenure, education, technical insights

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

Deloitte Interview FAQs

What are the top questions asked in Deloitte Quality Assurance and Testing interview for experienced candidates?

Some of the top questions asked at the Deloitte Quality Assurance and Testing interview for experienced candidates -

  1. Suppose you are testing an application and you find a bug and now you assigned ...read more
  2. Can we do functional testing at any stage of the developmen...read more
  3. Tell me some highly recommended test scenarios for ATM machin...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 789 Interviews
ZS Interview Questions
3.4
 • 449 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
View all
Deloitte Quality Assurance and Testing Salary
based on 5 salaries
₹5 L/yr - ₹9.5 L/yr
24% more than the average Quality Assurance and Testing Salary in India
View more details
Consultant
33.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
21.2k 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