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 Software QA Engineer Interview Questions and Answers

Updated 25 Mar 2021

Deloitte Software QA Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is data provider
  • Ans. 

    A data provider is a software component that supplies data to an application or system.

    • Data provider is used to retrieve data from various sources like databases, files, web services, etc.

    • It helps in separating the data access logic from the application logic.

    • Data provider can be used in testing to supply test data to the application.

    • Examples of data providers are JDBC, ADO.NET, Entity Framework, etc.

  • Answered by AI
  • Q2. How many locators types are there
  • Ans. 

    There are multiple locator types used in software testing.

    • There are 8 types of locators: ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • Locators are used to identify web elements on a page.

    • The choice of locator type depends on the specific element being located and the structure of the HTML code.

    • Using unique locators can improve the stability and maintainability of automated tests...

  • Answered by AI
  • Q3. Explain the framework you used
  • Q4. What is interface in java
  • Ans. 

    An interface in Java is a collection of abstract methods and constants that can be implemented by a class.

    • Interfaces define a contract that a class must follow if it implements the interface.

    • Interfaces can be used to achieve abstraction and polymorphism in Java.

    • A class can implement multiple interfaces but can only extend one class.

    • Interfaces can have default methods and static methods since Java 8.

    • Examples of interfac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with what you have written in resume. Questions will come based on your resume only.

Skills evaluated in this interview

Interview questions from similar companies

Analyst Interview Questions & Answers

PwC user image Anonymous

posted on 8 Jun 2021

I applied via Campus Placement and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Sql based
  • Q2. Try interview questions for pwc

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic

Software QA Engineer Interview Questions Asked at Other Companies

asked in Encora
Q1. What exceptions have you faced while creating a framework?
asked in Weavers Web
Q2. What is the difference between Software Development Life Cycle (S ... read more
Q3. What is bug tracking, and can you explain the bug life cycle?
asked in Nvidia
Q4. Design test cases for a diesel car engine, covering all possible ... read more
asked in Cisco
Q5. How have you used Python for automation?

I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Give an example of money laundering

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough with concepts

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

Interview Questionnaire 

2 Questions

  • Q1. Depreciation formula
  • Ans. 

    Depreciation formula calculates the decrease in value of an asset over time.

    • Depreciation formula is used to calculate the decrease in value of an asset over time due to wear and tear, obsolescence, or other factors.

    • The formula for straight-line depreciation is (cost of asset - salvage value) / useful life of asset.

    • Other methods of depreciation include double-declining balance, sum-of-the-years' digits, and units-of-pro...

  • Answered by AI
  • Q2. Will you be doing MBA later

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident don't pretend to be double minded

What people are saying about Deloitte

View All
wiseshirataki
Verified Icon
3d
works at
Microsoft Corporation
Offer joining confusion
I have an offer from Deloitte India (as a Deputy Manager - Enterprise Security) and Novartis (Specialist - Microsoft Sentinel). I hear a lot of negative feedback about the work culture of Deloitte India while there is not so much positivity about Novartis as well. Can someone working at these orgs share their thoughts? I have also heard there is quite a lot of travel required in Deloitte India, if someone has similar or even opposing thoughts, please share.
Got a question about Deloitte?
Ask anonymously on communities.

I appeared for an interview before Oct 2020.

Interview Questionnaire 

2 Questions

  • Q1. Asked questions related to my projects.
  • Q2. Situational questions with no exact answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do not keep shut

I applied via Campus Placement and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you digitise NBFC loan disbursement
  • Ans. 

    Digitising NBFC loan disbursement involves implementing a digital platform for loan application, approval, and disbursement.

    • Develop a user-friendly digital platform for loan application and approval

    • Integrate the platform with credit bureaus for credit checks and risk assessment

    • Implement e-signature and e-KYC for paperless verification

    • Use APIs to connect with banks for fund transfer

    • Ensure data security and compliance wi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with Resume

Deloitte HR Interview Questions

714 questions and answers

Q. Tell me about your previous internship experience.
Q. Can you describe your technical skills?
Q. Did you manage individual projects?

I applied via Campus Placement and was interviewed before Jul 2021. 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. Tell me about yourself, general questions wrt past experience, case study based questions, scenario based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Partner round, scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For this role, should have interest in business processes, keep your confidence, SAP working knowledge and good knowledge of excel
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a query where all the customer name start with A
  • Q2. Write a query where we'll get state wise sales summary report. Actually in this query we have to join multiple table and finding the rank .
  • Ans. 

    Query to generate state-wise sales summary report with ranking using multiple table joins.

    • Use SQL JOINs to combine sales, states, and products tables.

    • Aggregate sales data using SUM() function grouped by state.

    • Use RANK() or DENSE_RANK() to rank states based on total sales.

    • Example SQL: SELECT state, SUM(sales) AS total_sales, RANK() OVER (ORDER BY SUM(sales) DESC) AS sales_rank FROM sales_data JOIN states ON sales_data.s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was extremely easy and smooth.

Skills evaluated in this interview

Analyst Interview Questions & Answers

PwC user image Anonymous

posted on 29 Nov 2022

I applied via Campus Placement and was interviewed before Nov 2021. 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 - Aptitude Test 

Maths, reasoning di are the key subject that they took

Round 3 - One-on-one 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the aptitude test
They make take excel test if required
They may ask you about relocation

I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are your strengths?
  • Ans. Communication skills (an example to support this), ability to learn new things (example), writing skills.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and answer the questions with a positive mindset. Smile and create a positive ambience.

Deloitte Interview FAQs

What are the top questions asked in Deloitte Software QA Engineer interview?

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

  1. How many locators types are th...read more
  2. What is data provi...read more
  3. What is interface in j...read more

Tell us how to improve this page.

Deloitte Software QA Engineer Salary
based on 16 salaries
₹3.6 L/yr - ₹7.2 L/yr
25% less than the average Software QA Engineer Salary in India
View more details

Deloitte Software QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

5.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Consultant
41.9k salaries
unlock blur

₹10.4 L/yr - ₹21.8 L/yr

Senior Consultant
25.8k salaries
unlock blur

₹16.3 L/yr - ₹33.6 L/yr

Analyst
17.1k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Assistant Manager
11.6k salaries
unlock blur

₹12.1 L/yr - ₹22.5 L/yr

Manager
8.2k salaries
unlock blur

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