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 Interview Questions, Process, and Tips

Updated 24 Feb 2025

Top Deloitte Interview Questions and Answers

View all 1.6k questions

Deloitte Interview Experiences

Popular Designations

2.9k interviews found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Python langauge questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to projects mentioned in my Resume.

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Java related questions asked
  • Q2. Agile related questions asked
  • Q3. Only 2 round were there

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why you choose this role
  • Q2. Experience in job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Operations Analyst Interview Questions asked at other Companies

Q1. What is the entry of interest received in advance?
View answer (9)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Snippet code solvings
  • Q2. Error detection for the code
  • Ans. 

    Error detection for code involves identifying and fixing bugs or issues in the software.

    • Reviewing the code for syntax errors, logic errors, and runtime errors

    • Using debugging tools to step through the code and identify issues

    • Writing test cases to cover different scenarios and ensure code functionality

    • Collaborating with developers to understand the code and potential issues

    • Utilizing automated testing tools to detect erro

  • Answered by AI

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Deloitte interview questions for popular designations

 Consultant

 (455)

 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
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

Quite easy for the cs based students

Round 2 - Technical 

(2 Questions)

  • Q1. Easy but need to answer creatively for every question
  • Q2. Tell me about yourself

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Get interview-ready with Top Deloitte Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your role in your previous project
  • Q2. Tell me end to end process of project management module in oracle
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to change so early in your career
  • Q2. How will you handle conflicts with team member in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and good in communication with sound knowledge of your domain

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)

Jobs at Deloitte

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy numerical , logical and english question

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a detail-oriented tax professional with experience in US taxation and a strong understanding of tax laws and regulations.

    • Bachelor's degree in Accounting or Finance

    • Experience in preparing tax returns for individuals and businesses

    • Knowledge of tax software such as TurboTax or ProSeries

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. What do you understand about us taxation and how you are comfortable in job?

Us Taxation Associate Interview Questions asked at other Companies

Q1. Golden Rules of Accounts? What is the special in your native? Payroll, Credit Sales Journal Entry? If you apply US Taxation, below the questions What is Standard deduction, Itemized deduction, What are the documents required from the client... read more
View answer (1)

Developer | Software Developer | Software Testing Engineer interview

user image Placement Seekers Hub

posted on 16 Nov 2021

Software Developer Interview Questions & Answers

user image Shivay Kumar

posted on 24 Sep 2024

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

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

Round 1 - Aptitude Test 

30 aptitude question 2 coding question

Round 2 - Coding Test 

2 coding question , question was the two sum, there is array you have to find two index in array sum of two index is equal to the target

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. What is abstraction
  • Ans. 

    Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows developers to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors without specifying implem

  • Answered by AI

Top Deloitte Software Developer Interview Questions and Answers

Q1. Find K'th Character of Decrypted String You are given an encrypted string where repeated substrings are represented by the substring followed by its count. Your task is to find the K'th character of the decrypted string. The decrypted strin... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SNDT Women's University, Mumbai and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude of English verbal pseudo code ,SQL logical reasoning.

Round 2 - Coding Test 

Codding question they asked which I don't remember

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program for Factorial in java
  • Ans. 

    A program to calculate factorial of a number in Java

    • Create a function that takes an integer as input

    • Use a loop to multiply the number with decreasing values until 1

    • Handle edge cases like 0 and negative numbers

  • Answered by AI
  • Q2. What is Ram. And react js about project they asked

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, SQL 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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k 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
 • 804 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.6k reviews

3.8/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 17.6k Reviews and Ratings
Analyst

Kolkata,

Pune

1-3 Yrs

₹ 2.2-16 LPA

Data Protection Officer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

3-10 Yrs

Not Disclosed

SAP FICA Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

3-10 Yrs

Not Disclosed

Explore more jobs
Consultant
33.3k salaries
unlock blur

₹6.3 L/yr - ₹23.3 L/yr

Senior Consultant
21k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.3k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.1k salaries
unlock blur

₹16 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