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
3.8

based on 17.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top Deloitte Interview Questions and Answers

View all 1.6k questions

Deloitte Interview Experiences

Popular Designations

2.9k interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What did you did in internship and give whole process of the Valuation?
Round 2 - HR 

(1 Question)

  • Q1. Strength and weakness

Top Deloitte Consultant Interview Questions and Answers

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Automation QA Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Selenium Question, a code was asked for finding the middle element of the array, which was of easy level only,Framework related Question, APIs that's it, lasted for hardly 40min
Round 2 - Technical 

(1 Question)

  • Q1. It was kind of Techno Managerial round, mostly technical questions were asked like find the XPath, write the code for excel operations, different type of testing which you have worked, your role and respon...

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear you Java concepts and coding skills, be prepared with your roles and responsibilities.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Normal exam, easy questions, 2 coding questions

Round 2 - Group Discussion 

Was based on Fin Tech, 6 memebrs in GD

Round 3 - Technical 

(3 Questions)

  • Q1. Basic SQL queries were asked
  • Q2. Find vowels in the string
  • Ans. 

    Count the number of vowels in a given string.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • Keep a count of the vowels encountered.

    • Return the total count of vowels found in the string.

  • Answered by AI
  • Q3. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Honestly depends on who is taking your interview, some people got in with just puzzles

Skills evaluated in this interview

Audit Assurance Associate Interview Questions asked at other Companies

Q1. Find vowels in the string
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

90 mins Quants and Reasoning followed by technical interview

Round 2 - Coding Test 

Sql coding rounnd sql queries were asked

Round 3 - Technical 

(2 Questions)

  • Q1. Asked to introduce myself and asked question from my project
  • Q2. Print all permutation of a string
  • Ans. 

    Print all permutations of a given string

    • Use recursion to generate all possible permutations

    • Swap characters to create different permutations

    • Base case: when the string length is 1, print the string

  • Answered by AI

Skills evaluated in this interview

Top Deloitte Analyst Interview Questions and Answers

Q1. Reverse a Number Problem Statement Given an integer 'N', write a program to generate the reverse of the number and print the resulting reversed number. The reversed number should not include any leading zeros that may appear. Example: Input... read more
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Deloitte interview questions for popular designations

 Consultant

 (454)

 Analyst

 (357)

 Senior Consultant

 (114)

 Associate Analyst

 (76)

 Assistant Manager

 (72)

 Tax Consultant

 (70)

 Business Analyst

 (64)

 Software Developer

 (44)

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. How to create deep insert in Odata services
  • Ans. 

    Deep insert in OData services allows creating multiple related entities in a single request.

    • Use $batch request to send multiple POST requests in a single call

    • Include the related entities in the request payload

    • Ensure that the navigation properties are correctly set in the payload

  • Answered by AI
  • Q2. Different between an abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

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

    • Abstract classes are used to provide a common base for subclasses, while interfaces are used to define a contract for class...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the most complex object that you have worked upon?
  • Ans. 

    I have worked on a complex SAP implementation project for a multinational corporation.

    • Implemented multiple modules including Finance, HR, and Supply Chain Management

    • Customized workflows and reports to meet specific business requirements

    • Integrated SAP with third-party systems for seamless data exchange

  • Answered by AI
  • Q2. What are the ways to expose data to front end
  • Ans. 

    Data can be exposed to front end through APIs, OData services, and direct database connections.

    • Using APIs to retrieve data from backend systems

    • Exposing data through OData services for easy consumption by front end applications

    • Establishing direct database connections to access and display data on the front end

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations, joining bonus

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't forget to ask joining bonus during your negotiations

Skills evaluated in this interview

Top Deloitte SAP Consultant Interview Questions and Answers

Q1. what all changes are there from AS to IND-AS in IND-AS 116
View answer (1)

SAP Consultant Interview Questions asked at other Companies

Q1. what all changes are there from AS to IND-AS in IND-AS 116
View answer (1)

Get interview-ready with Top Deloitte Interview Questions

Data Engineer Interview Questions & Answers

user image Ruby Bansal

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Asked for record cound in different types of joins
  • Q2. Lambda function related coding question
  • Q3. Window function related queries

Jobs at Deloitte

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Based on domain and previous work experience questions

Round 2 - HR 

(2 Questions)

  • Q1. Your learnings from mba and how it is going to be used in their company
  • Ans. 

    My MBA learnings have equipped me with strategic thinking, analytical skills, and leadership abilities that I plan to apply in your company.

    • Strategic thinking: I have learned how to analyze market trends, identify opportunities, and develop effective business strategies.

    • Analytical skills: My MBA program has honed my ability to analyze data, make informed decisions, and solve complex problems.

    • Leadership abilities: Throu...

  • Answered by AI
  • Q2. Is Gen AI possible to implement in place of ERP
  • Ans. 

    Gen AI cannot fully replace ERP due to different functionalities and purposes.

    • Gen AI focuses on artificial intelligence and personalized experiences, while ERP focuses on managing business processes and data.

    • ERP systems are essential for integrating various departments and functions within an organization, while Gen AI is more about enhancing customer experiences and decision-making processes.

    • While Gen AI can complemen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice case based questions on your domain of previous work experience

Top Deloitte Consultant Interview Questions and Answers

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Software Developer interview

user image NitMan Talks

posted on 11 Mar 2022

Senior Consultant Interview Questions & Answers

user image srikanth protek

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tesbvho v hvhvuv yvuvuv
  • Q2. Yygyggyg uvuvuguv uvuv
Round 2 - HR 

(2 Questions)

  • Q1. Hvuuj uvuvuvjvjv
  • Q2. Hvuvuvyvy uvuvvu

Top Deloitte Senior Consultant Interview Questions and Answers

Q1. Is Javascript a single/multi threaded language? If single threaded then how does backend calls work?
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Consultant Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

QUANTS, LOGICAL,verbal, 2 coding easy

Round 2 - Technical 

(2 Questions)

  • Q1. Dijkstra algorithm for me but for others sorting algos
  • Ans. 

    Dijkstra algorithm is for shortest path, other sorting algos are for arranging data in a specific order.

    • Dijkstra algorithm is used to find the shortest path between nodes in a graph.

    • Other sorting algorithms like Bubble Sort, Merge Sort, and Quick Sort are used to arrange data in a specific order.

    • Sorting algorithms have different time complexities and best use cases depending on the size and nature of the data.

  • Answered by AI
  • Q2. DBMS related, SQL injection, Normal forms

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all your skills, know every technology that you mentioned in the resume

Skills evaluated in this interview

Top Deloitte Consultant Interview Questions and Answers

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Deloitte Interview FAQs

How many rounds are there in Deloitte interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Technical, One-on-one Round and HR.
How to prepare for Deloitte 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 Risk Management, Project Management, Finance, Auditing and Accounting.
What are the top questions asked in Deloitte interview?

Some of the top questions asked at the Deloitte interview -

  1. Suppose there is a room in the office and X people enter room throughout the da...read more
  2. If you are given an array of 6 numbers 123345 give the logic for finding the d...read more
  3. Suppose you are testing an application and you find a bug and now you assigned ...read more
How long is the Deloitte interview process?

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

Tell us how to improve this page.

Deloitte Interview Process

based on 2.1k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 798 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all

Deloitte Reviews and Ratings

based on 17.5k reviews

3.8/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.8

Salary

3.9

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 17.5k Reviews and Ratings
T&T-Cyber-Defense & Resilience-SOC Presales-Consultant

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

L1 Support - Consultant

Hyderabad / Secunderabad

3-4 Yrs

₹ 4.45-20 LPA

Explore more jobs
Consultant
33.2k salaries
unlock blur

₹6.3 L/yr - ₹23.1 L/yr

Senior Consultant
20.8k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.1k salaries
unlock blur

₹3.9 L/yr - ₹12.6 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.7 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview