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 16 Feb 2025

Top Deloitte Interview Questions and Answers

View all 1.6k questions

Deloitte Interview Experiences

Popular Designations

2.9k interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a good 40 questions and needed to answer quickly

Round 2 - Coding Test 

Html questions were asked

Round 3 - HR 

(1 Question)

  • Q1. Calculate number of baseballs which can come in this room
  • Ans. 

    The number of baseballs that can fit in a room can be calculated based on the room's dimensions and the size of a baseball.

    • Calculate the volume of the room (length x width x height)

    • Calculate the volume of a baseball (4/3 x pi x radius^3)

    • Divide the room's volume by the baseball's volume to get the number of baseballs that can fit

    • Consider any obstacles or furniture in the room that may affect the available space

  • Answered by AI

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

(2 Questions)

  • Q1. Based on resume
  • Q2. More specific to tech stack
Round 2 - Behavioral 

(2 Questions)

  • Q1. About roles and responsibilities
  • Q2. Tricky questions on handling situations
Round 3 - HR 

(2 Questions)

  • Q1. Why your changing job
  • Q2. Ctc discussion based on previous package

Assistant Technology Manager Interview Questions asked at other Companies

Q1. Work flow in product development?
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your qualifications?

Top Deloitte Data Engineer Interview Questions and Answers

Q1. What is difference between Cloud Run and Cloud Functions
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude+technical mcq

Round 2 - Group Discussion 

General gd topics were given on ai and upcoming technologies

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question related to Projects and internship
  • Q2. Some easy puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume

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)

Software Developer Interview Questions & Answers

user image Mohamed Riyaz

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql Queries with 2nd greatest emp salary
  • Ans. 

    Use SQL query to find the employee with the second highest salary.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to retrieve the second row after skipping the first row.

  • Answered by AI
  • Q2. Dependency injection in .net core
  • Ans. 

    Dependency injection in .NET Core allows for loosely coupled components and easier testing.

    • In .NET Core, dependency injection is built-in and can be configured in the ConfigureServices method of the Startup class.

    • Services are registered in the ConfigureServices method using the IServiceCollection interface.

    • Dependencies are injected into classes using constructor injection or property injection.

    • Example: services.AddScop...

  • Answered by AI

Skills evaluated in this interview

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)

Get interview-ready with Top Deloitte Interview Questions

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you feel is a good solution for implementing features related to high data volume transactions
  • Ans. 

    Implementing features for high data volume transactions requires a scalable and efficient solution.

    • Utilize a distributed database system to handle large amounts of data

    • Implement data partitioning to distribute workload evenly across servers

    • Use caching mechanisms to reduce database load and improve performance

    • Optimize queries and indexes for faster data retrieval

    • Consider implementing batch processing for bulk data opera

  • Answered by AI

Skills evaluated in this interview

Engineer 1 Interview Questions asked at other Companies

Q1. What is the important of optical fiber for communication
View answer (3)

Jobs at Deloitte

View all

Manager Interview Questions & Answers

user image SAHIL SINGLA

posted on 12 Jun 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Brief summary of profile
  • Q2. Explain how did you manage the delivery
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain RFP process
  • Ans. 

    RFP process involves issuing a request for proposals to potential vendors, evaluating their responses, and selecting the best proposal.

    • Identify project needs and create a detailed RFP document

    • Distribute RFP to potential vendors

    • Receive and evaluate vendor proposals

    • Select the best proposal based on criteria such as cost, quality, and timeline

    • Negotiate terms and finalize contract with chosen vendor

  • Answered by AI
  • Q2. Explain a scenario where stake holder management was difficult
  • Ans. 

    Managing stakeholders during a project delay due to unforeseen circumstances

    • Communication breakdown between project team and stakeholders

    • Conflicting priorities and interests among stakeholders

    • Difficulty in managing expectations and demands of various stakeholders

    • Negotiating new timelines and deliverables with stakeholders

    • Handling dissatisfaction and complaints from stakeholders

  • Answered by AI

Top Deloitte Manager Interview Questions and Answers

Q1. What is one instance of accounting in the news that you have seen recently in your personal reading?
View answer (1)

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Trainee Analyst interview

user image Tech and Target

posted on 11 Mar 2022

Fpa Financial Analyst Interview Questions & Answers

user image K Venkata Sarath

posted on 17 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. P2e difference ratio
  • Ans. 

    P2e difference ratio is a financial metric used to analyze the change in profit margin over time.

    • P2e difference ratio is calculated by dividing the difference in profit margin between two periods by the profit margin of the earlier period.

    • It helps in understanding how efficiently a company is managing its costs and generating profits.

    • For example, if the profit margin in Q1 was 20% and in Q2 it increased to 25%, the P2e...

  • Answered by AI
  • Q2. Budget, forevats, variance analysis etc

Fpa Financial Analyst Interview Questions asked at other Companies

Q1. What are the various cost items to be analysed in Telecom?
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy , two programming questions and they were easy leetcode problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Who is in your family
  • Q2. What does your father do

Interview Preparation Tips

Interview preparation tips for other job seekers - stay calm

Top Deloitte Intern Interview Questions and Answers

Q1. Case : I am a US based company and I sell 3 products A, B, C (I don’t rem exact name) and I am having losses. I assume the reason for facing losses can be either economic downturn, new competitors, or internal problems in the company. Tell ... read more
View answer (2)

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
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.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
 • 802 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
Network Administrator

Hyderabad / Secunderabad

6-9 Yrs

Not Disclosed

Oracle CPQ Developer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

3-10 Yrs

Not Disclosed

Desktop Printer Support Engineer

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Explore more jobs
Consultant
33.2k salaries
unlock blur

₹6.3 L/yr - ₹23.2 L/yr

Senior Consultant
20.9k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.2k 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
7k salaries
unlock blur

₹15.8 L/yr - ₹53 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