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 Quality Assurance and Testing Interview Questions and Answers

Updated 6 Jul 2021

13 Interview questions

A Quality Assurance and Testing was asked
Q. What are some highly recommended test scenarios for an 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

A Quality Assurance and Testing was asked
Q. What is the purpose of retesting while already doing integration 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

Quality Assurance and Testing Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose you are testing an application and you find a bug. You as ... read more
asked in Deloitte
Q2. Can we do functional testing at any stage of the development?
asked in Deloitte
Q3. What are some highly recommended test scenarios for an ATM machin ... read more
asked in Deloitte
Q4. What is the purpose of retesting while already doing integration ... read more
asked in Deloitte
Q5. What would be your approach to test execution if you were working ... read more
A Quality Assurance and Testing was asked
Q. What is functional testing and what are 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, a...

A Quality Assurance and Testing was asked
Q. Suppose you are testing an application and you find a bug. You assign the bug to a developer, but they say they cannot reproduce the bug on their 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.

What people are saying about Deloitte

View All
an associate2
6d
Deloitte USI ASA2 or RSM USI SA1: Which way to go?
I'm at PwC AC as an Associate 2 with 2 yrs of PQE. Is it smart to join Deloitte USI Assurance as ASA2 (30% Hike)? Won't I be overqualified for that level? I also have an SA1 offer from RSM USI with the same pay (34% hike). Plus, I'm expecting a 10% raise at PwC by July end. Thoughts?
Got a question about Deloitte?
Ask anonymously on communities.
A Quality Assurance and Testing was asked
Q. 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.

A Quality Assurance and Testing was asked
Q. What is the difference between regression testing 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.

  • Regressio...

A Quality Assurance and Testing was asked
Q. 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.

Are these interview questions helpful?
A Quality Assurance and Testing was asked
Q. Can you explain the 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 ...

A Quality Assurance and Testing was asked
Q. Explain the principles of software testing.
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

🔥 Asked by recruiter 2 times
A Quality Assurance and Testing was asked
Q. 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

Deloitte Quality Assurance and Testing Interview Experiences

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 ?
  • Q2. Explain bug life cycle.
  • Q3. What is functional testing and its types ?
  • 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 ?
  • Q5. Tell me some highly recommended test scenarios for ATM machine ?
  • Q6. Difference between regression and retesting ?
  • Q7. What is the purpose of retesting while you already doing integraton testing ?
  • 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 ?
  • 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 ?
  • Q13. Can you explain V model ?
  • 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 Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I expect a competitive salary based on my skills, experience, and industry standards.

    • Research industry standards: For example, analysts in my region typically earn between $60,000 and $80,000.

    • Consider my experience: With 3 years in data analysis, I believe a salary towards the higher end is justified.

    • Highlight skills: My proficiency in SQL and data visualization tools adds value, warranting a competitive salary.

    • Flexibi...

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    In my previous role as an Analyst, I focused on data analysis, reporting, and strategic recommendations to drive business growth.

    • Conducted in-depth data analysis using tools like Excel and SQL to identify trends and insights.

    • Developed comprehensive reports that informed senior management decisions, leading to a 15% increase in operational efficiency.

    • Collaborated with cross-functional teams to streamline processes, resu...

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking for a role that offers more opportunities for advancement, such as leadership training.

    • Seeking new challenges: My current position has become routine, and I'm eager to tackle more complex projects that push my analytical skills.

    • Alignment with career goals: I want to work in...

  • Answered by AI
  • Q4. What are your strengths and weaknesses?
  • Ans. 

    I excel in analytical thinking and communication, but I sometimes struggle with time management under pressure.

    • Strength: Strong analytical skills - I can dissect complex data sets to identify trends and insights, as demonstrated in my previous role.

    • Strength: Effective communicator - I can present findings clearly to both technical and non-technical stakeholders, ensuring everyone is aligned.

    • Weakness: Time management - ...

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    Analytical thinker with a background in data analysis, passionate about leveraging insights to drive business decisions.

    • Educational Background: Bachelor's degree in Economics, focusing on data analysis and statistics.

    • Professional Experience: Worked as a data analyst at XYZ Corp, where I improved reporting efficiency by 30%.

    • Technical Skills: Proficient in SQL, Python, and Excel for data manipulation and visualization.

    • Pr...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous process knowledge and why looking for change

Interview Preparation Tips

Topics to prepare for Willis Towers Watson Analyst interview:
  • Powerpoint
  • Power Bi
  • Advanced Excel
  • Smart sheet
  • Insurance
  • Reinsurance
  • Regulators
Interview preparation tips for other job seekers - Just have complete knowledge of your current role and role you are applying. How u were helpful in previous role and how you can be good at new role you applying. Logical Strength knowledge. If you good at excel, let them know about your excel skills. Power Bi and Smart sheet knowledge more in demand. Be confident.

Quality Assurance and Testing Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose you are testing an application and you find a bug. You as ... read more
asked in Deloitte
Q2. Can we do functional testing at any stage of the development?
asked in Deloitte
Q3. What are some highly recommended test scenarios for an ATM machin ... read more
asked in Deloitte
Q4. What is the purpose of retesting while already doing integration ... read more
asked in Deloitte
Q5. What would be your approach to test execution if you were working ... read more

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

Interview Questionnaire 

4 Questions

  • Q1. Why EY
  • Ans. 

    EY offers a dynamic environment, diverse opportunities, and a commitment to innovation, making it an ideal place for aspiring analysts.

    • Global Presence: EY operates in over 150 countries, providing exposure to international markets and diverse client challenges.

    • Commitment to Innovation: EY invests heavily in technology and innovation, such as AI and data analytics, enhancing the analytical capabilities of its teams.

    • Prof...

  • Answered by AI
  • Q2. Your strength
  • Ans. 

    I possess strong analytical skills, attention to detail, and effective communication abilities that drive successful outcomes.

    • Analytical Skills: I excel at breaking down complex data sets to identify trends and insights, as demonstrated in my previous role where I improved reporting accuracy by 30%.

    • Attention to Detail: My meticulous nature ensures that I catch errors before they escalate, which was crucial in a project...

  • Answered by AI
  • Q3. Your weakness
  • Ans. 

    I tend to be overly detail-oriented, which can slow down my decision-making process at times.

    • I often spend extra time ensuring every detail is perfect, which can delay project timelines.

    • For example, during a recent project, I focused too much on data visualization, causing me to miss the deadline.

    • I am working on this by setting strict time limits for each task to maintain efficiency.

    • I also prioritize tasks based on the...

  • Answered by AI
  • Q4. Long term and short term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't stress be honest and give your 100%

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

Round 1 - Case Study 

Global warming

Round 2 - Group Discussion 

General with companies details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm and compose, don't too excited not to be too excited.

What people are saying about Deloitte

View All
an associate2
6d
Deloitte USI ASA2 or RSM USI SA1: Which way to go?
I'm at PwC AC as an Associate 2 with 2 yrs of PQE. Is it smart to join Deloitte USI Assurance as ASA2 (30% Hike)? Won't I be overqualified for that level? I also have an SA1 offer from RSM USI with the same pay (34% hike). Plus, I'm expecting a 10% raise at PwC by July end. Thoughts?
Got a question about Deloitte?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. 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 - One-on-one 

(1 Question)

  • Q1. SQL query, data science and statistics questions, scenario based questions, guestimates and puzzles.
Round 3 - One-on-one 

(1 Question)

  • Q1. Power BI round: how to design dashboard? dax query, how to do schedule refresh?
  • Ans. 

    Designing a Power BI dashboard involves creating a visually appealing layout, writing DAX queries to retrieve data, and scheduling refreshes.

    • Identify the key metrics and KPIs to display on the dashboard

    • Choose appropriate visualizations to represent the data

    • Write DAX queries to retrieve and manipulate data

    • Create calculated columns and measures to perform calculations

    • Set up data refresh schedules to ensure the dashboard ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and composed and just prepare well and give your best.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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 - HR 

(1 Question)

  • Q1. Normal questions, About self , Qualification , experience , salary
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions, About field, Past team , Past comapaines
Round 4 - Leadership 

(1 Question)

  • Q1. Leadership skills , analytical skills,. Resources management , team management , team traning

Interview Preparation Tips

Interview preparation tips for other job seekers - The can ask any question you must be ready for any question

I applied via Campus Placement and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Case Study 

Internal case of a biscuit manufacturing company. Details about company background, sales, figures are given and based on those 3 questions were asked.

Round 2 - Case Study 

Part 2 of the same case study was asked where the company should go for IPO or expansion in local market. based on the facts, decision and justification had to be given

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key for this job. Even if the background is not an exact match they are willing to give you a shot if you think you are better.
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic devops question
  • Q2. Agile process discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes deployment
  • Q2. Ansible basic question
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion with HR manager
  • Q2. Negotiation salary with HR manager

Interview Preparation Tips

Topics to prepare for Ernst & Young Consultant interview:
  • Devops
Interview preparation tips for other job seekers - 1st round is technical, 2nd round tech with manager 3rd is HR round for salary discussion

I applied via Approached by Company and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Flip card using html and javascript. Angular lifecycle hooks.output of few programs
Round 2 - Technical 

(1 Question)

  • Q1. Component communication in angular.position properties in css.flex model questions.difference between flex and grid.z-index in css.center content in div place header in top and footer in bottom
Round 3 - Behavioral 

(1 Question)

  • Q1. Asked about company and where its located reason for change.
Round 4 - One-on-one 

(1 Question)

  • Q1. Negotiations and rolled out offer letter next day joined after 2 days

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics they ask about angular html5 css3
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 2 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. Question was asked from latest CARO development and revised schedule 3 updates.
  • Q2. Question from latest amendment in companies act

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real and work on your technical knowledge.
Keep working on your technical skills.

Deloitte Interview FAQs

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

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

  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

PwC Interview Questions
3.3
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.4
 • 845 Interviews
ZS Interview Questions
3.3
 • 476 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 111 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.6
 • 89 Interviews
View all
Deloitte Quality Assurance and Testing Salary
based on 5 salaries
₹5 L/yr - ₹9.5 L/yr
36% more than the average Quality Assurance and Testing Salary in India
View more details
Consultant
40k salaries
unlock blur

₹10 L/yr - ₹21.5 L/yr

Senior Consultant
24.8k salaries
unlock blur

₹16.6 L/yr - ₹33.3 L/yr

Analyst
16.6k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Assistant Manager
11.3k salaries
unlock blur

₹12.1 L/yr - ₹22 L/yr

Manager
7.9k salaries
unlock blur

₹24.6 L/yr - ₹43.7 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.7
Compare

PwC

3.3
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
write
Share an Interview