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

Updated 29 Oct 2021

Deloitte QA Automation Engineer Interview Experiences

2 interviews found

I applied via Naukri.com

Interview Questionnaire 

5 Questions

  • Q1. Write code for reverse string without using inbuilt functions.
  • Q2. Write code which will return Non duplicate values from array.
  • Q3. Annotation in Selenium
  • Q4. What is Scenario Outline?
  • Q5. How to start writing code from scratch.

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview search for Frequently asked programming Questions.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In Manual Testing . Types of Testing Definations Like Functional Smoke sanity Regression. Bug life cycle . Agile methodology.
  • Q2. Focus on STLC model and Scenario based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with job description topics .
Communication skills.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Assignment 

Cofing round on hackerearth

Round 2 - Case Study 

Case study with algo and db design

Interview Preparation Tips

Interview preparation tips for other job seekers - Great technology, poor worklife balance

Interview Questionnaire 

1 Question

  • Q1. Reverse a LL, Git use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

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.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops and dbms were asked
  • Q2. All oops concepts were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question on java basics

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept and hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Coding Test 

1. One question was given to be solved in 1 hour. Question was medium level based on strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. 1:1 interview, mostly discussion around OOPS concepts and some basic dynamic programming questions.
Round 3 - Case Study 

1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.

Round 4 - One-on-one 

(1 Question)

  • Q1. 1. This round was the follow up of last case study round. Interviewer gave various use cases to test on the algorithms that I had written. Some discussion related to OOPS concepts and Database design quest...
Round 5 - HR 

(1 Question)

  • Q1. It was final discussion, mostly around cultural fit and classic HR questions. It was easy one, I'd say.

Interview Preparation Tips

Topics to prepare for ZS Software Engineer interview:
  • Data Structures
  • Algorithms
  • OOPS
  • Database management system
Interview preparation tips for other job seekers - Prepare DSA, Database basic questions, OOPS concepts and be confident! Implementation is more important than theory, Hence practice these things.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How does Django apply migrations to the database?
  • Ans. 

    Django applies migrations to the database using the 'manage.py migrate' command.

    • Django tracks changes to models and generates migration files accordingly.

    • The 'manage.py makemigrations' command creates migration files based on model changes.

    • The 'manage.py migrate' command applies the generated migration files to the database.

    • Migrations help keep the database schema in sync with the changes in Django models.

  • Answered by AI
  • Q2. What is hoisting in javascript?
Round 2 - Assignment 

Create a full stack application in 3 days.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - SCREENING 

(2 Questions)

  • Q1. About Project and expertise
  • Q2. Why BCG?
  • Ans. 

    BCG offers a challenging and innovative work environment with opportunities for growth and development.

    • BCG is known for its cutting-edge technology and innovative projects

    • Opportunities for professional growth and development

    • Strong company culture focused on collaboration and teamwork

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Polymorphism, OS Deadlock
Round 3 - Technical 

(1 Question)

  • Q1. More about how to resolved code merge issue in Git
  • Ans. 

    Resolving code merge issues in Git involves understanding conflicts and using tools to manage them effectively.

    • Identify conflicts: Use 'git status' to see which files have conflicts.

    • Manual resolution: Open conflicted files and look for conflict markers (<<<<<<<, =======, >>>>>>>) to resolve them.

    • Use merge tools: Tools like 'kdiff3' or 'meld' can help visualize and resolve confl...

  • Answered by AI

Deloitte Interview FAQs

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

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

  1. Write code which will return Non duplicate values from arr...read more
  2. Write code for reverse string without using inbuilt functio...read more
  3. How to start writing code from scrat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 842 Interviews
ZS Interview Questions
3.3
 • 472 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 110 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.7
 • 89 Interviews
View all
Deloitte QA Automation Engineer Salary
based on 27 salaries
₹3.9 L/yr - ₹17.5 L/yr
30% more than the average QA Automation Engineer Salary in India
View more details
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