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.2k 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 28 Jan 2025

Top Deloitte Interview Questions and Answers

View all 1.6k questions

Deloitte Interview Experiences

Popular Designations

2.8k interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between position absolute and relative in css
  • Ans. 

    Position absolute removes element from normal flow, relative keeps element in flow but can be positioned.

    • Position absolute removes element from normal flow, allowing it to be positioned relative to its closest positioned ancestor.

    • Position relative keeps element in normal flow but allows it to be positioned relative to its normal position.

    • Position absolute elements are not affected by other elements and can overlap, whi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about angular and javascript basics

Skills evaluated in this interview

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

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

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 
Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Where do you see yourself in 5 years
  • Q3. Everything and anything from your resume. specially skills and projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate to ask questions for clarity.

Top Deloitte Data Analyst Interview Questions and Answers

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Strings reverse, array reverse
  • Q2. OOPS , DBMS interview

Top Deloitte Software Developer Interview Questions and Answers

Q1. Find K’th Character of Decrypted StringYou have been given an Encrypted String where repetitions of substrings are represented as substring followed by the count of substrings. Example: String "aabbbcdcdcd" will be encrypted as "a2b3cd3". ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

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

Aptitude ,technical mcq ,coding test

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about projects you done ,write code on dsa concepts

Deloitte interview questions for popular designations

 Consultant

 (451)

 Analyst

 (356)

 Senior Consultant

 (113)

 Associate Analyst

 (76)

 Assistant Manager

 (72)

 Tax Consultant

 (70)

 Business Analyst

 (64)

 Business Technology Analyst

 (43)

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 Hrs session with basic aptitude question.

Round 2 - Technical 

(2 Questions)

  • Q1. Group by clause and example
  • Ans. 

    Group by clause is used in SQL to group rows that have the same values into summary rows.

    • Group by clause is used with aggregate functions like SUM, COUNT, AVG, etc.

    • It is used to group rows based on one or more columns in a table.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department;

  • Answered by AI
  • Q2. DML statements and questions on that

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be cool and share your knowledge

Skills evaluated in this interview

Top Deloitte Associate Analyst Interview Questions and Answers

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Get interview-ready with Top Deloitte Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spring security
  • Q2. Solid design principles
  • Ans. 

    Solid design principles are a set of best practices for designing software that is maintainable, scalable, and flexible.

    • Single Responsibility Principle - each class should have only one responsibility

    • Open/Closed Principle - classes should be open for extension but closed for modification

    • Liskov Substitution Principle - objects of a superclass should be replaceable with objects of its subclasses without affecting the pro...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How authentication and authorization works in java
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.

    • Authentication is the process of verifying the identity of a user, typically through credentials like username and password.

    • Authorization determines what actions a user is allowed to perform after they have been authenticated.

    • Java provides various authentication mechanisms like Basic Authentication, D...

  • Answered by AI
  • Q2. Design patterns in java
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in Java include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Understanding design patterns is essential for Java developers to write efficient code.

  • Answered by AI

Skills evaluated in this interview

Top Deloitte Java Developer Interview Questions and Answers

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Deloitte

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The online assessment consists of 67 questions divided into 4 sections with a sectional cutoff for each. The topics covered included Analytical Ability, Quantitatitive Ability, Verble Ability and CS fundamentals focusing on key areas like OS, DBMS, SQL, Cloud and Pseudocodes. It also consist two coding questions.

Round 2 - Technical 

(4 Questions)

  • Q1. The technical segment focused on my resume and projects, with an emphasis on Data Structures, Algorithms, OOPS, DBMS and other courseworks.
  • Q2. Coding question include problem to reverse a string, while SQL questions involved crafting a query to perform a left join between two tables.
  • Q3. Verbal SQL tpoics - Explains joins, group by and aggregate functions.
  • Q4. Behavioral Questions: Assessing teamwork, communication and problem-solving.

Interview Preparation Tips

Interview preparation tips for other job seekers - Making a strong foundation on CS fundamentals and intermediate coding skills with fluent communication is always an upper hand.

Top Deloitte Analyst Interview Questions and Answers

Q1. Reverse of a numberWrite a program to generate the reverse of a given number N. Print the corresponding reverse number. Note : If a number has trailing zeros, then its reverse will not include them. For e.g., reverse of 10400 will be 401 in... read more
View answer (2)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)

Mechanical Engineer | Technical Analyst interview

user image Placement Grid

posted on 16 Nov 2021

Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

(4 Questions)

  • Q1. What is reindexing
  • Q2. How do you drop columns and rows
  • Q3. What is comprehension
  • Q4. Write python code to find odd sum pairs in a list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vasavi College of Engineering, Hyderabad and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I cleared the aptitude and coding tests, followed by the communication assessment. After successfully passing both rounds, I was shortlisted for the interviews.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Projects and what kind of person I am. Background check.
Round 3 - Technical 

(2 Questions)

  • Q1. Projects, resume
  • Q2. Cloud computing and cyber security questions.
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial round both technical and HR type questions where asked.
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Review the fundamentals and build your confidence.

Top Deloitte Software Developer Interview Questions and Answers

Q1. Find K’th Character of Decrypted StringYou have been given an Encrypted String where repetitions of substrings are represented as substring followed by the count of substrings. Example: String "aabbbcdcdcd" will be encrypted as "a2b3cd3". ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (42)

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.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.8
 • 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
 • 790 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all

Deloitte Reviews and Ratings

based on 17.2k 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.2k Reviews and Ratings
Consultant
33k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.7k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14k salaries
unlock blur

₹3.7 L/yr - ₹12.4 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.8 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
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