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.3k 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 5 Feb 2025

Top Deloitte Interview Questions and Answers

View all 1.6k questions

Deloitte Interview Experiences

Popular Designations

2.8k interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Simple quat questions

Round 2 - Technical 

(2 Questions)

  • Q1. Which language you are comfortable in and write code for any sorting algorithm you know
  • Q2. What is oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

1. Print the duplicate characters from a string. 2. Take two character arrays and check whether character array 2 is a subarray of character array 1.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on REST APIs, multi threading etc
  • Q2. Questions on Maven, excel handling code, JSON parsing etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Topics asked Advanced SQL spark dataproc Bigquery Qliksense Git Hub Any innovations or process optimised or not Google Cloud
Round 2 - Behavioral 

(1 Question)

  • Q1. Bigquery spark hadoop hive questions asked on above topics Why are you changing? what extra can you bring with you? whats motivating you to join Deloitte?

Interview Preparation Tips

Topics to prepare for Deloitte Gcp Data Engineer interview:
  • sql
  • bigquery
  • Spark
  • Hadoop
  • dataproc
  • GCP
Interview preparation tips for other job seekers - prepare well

Top Deloitte Gcp Data Engineer Interview Questions and Answers

Q1. What are the modules you've used in python?
View answer (1)

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why do we have @functionalInterface if we can make any interface as functional interface if it already has one abstract method?
  • Ans. 

    Functional interfaces provide clarity and enforce single abstract method constraint.

    • Functional interfaces provide clarity to developers by explicitly indicating that the interface is intended to be used as a functional interface.

    • Using @FunctionalInterface annotation helps enforce the single abstract method constraint, preventing accidental addition of more abstract methods.

    • It also allows the compiler to perform additio...

  • Answered by AI
  • Q2. What is comparable and how to implement it?
  • Ans. 

    Comparable is an interface in Java used for comparing objects and sorting collections.

    • Comparable interface is used to define a natural ordering of objects.

    • To implement Comparable, a class must implement the compareTo() method.

    • Example: Implementing Comparable interface in a class to compare instances based on a specific attribute.

  • Answered by AI

Skills evaluated in this interview

Java Spring Boot Developer Interview Questions asked at other Companies

Q1. What is the difference between Spring and Spring Boot?
View answer (2)

Deloitte interview questions for popular designations

 Consultant

 (452)

 Analyst

 (356)

 Senior Consultant

 (114)

 Associate Analyst

 (76)

 Assistant Manager

 (72)

 Tax Consultant

 (70)

 Business Analyst

 (64)

 Business Technology Analyst

 (43)

Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

20 Mins GD on ESG Compliance

Round 2 - Technical 

(3 Questions)

  • Q1. Internship Experience
  • Q2. Guesstimate on Size of EV Market in India
  • Q3. What are business processes
Round 3 - HR 

(4 Questions)

  • Q1. Internship Experience
  • Q2. Projects from Resume
  • Q3. Guesstimate on Revenue of a Fast Food Restaurant
  • Q4. What all parameters would you consider for a companies office location

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a wow factor in your resume
Prepare for Guesstimates

Get interview-ready with Top Deloitte Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It cover the topics like computer networking , cloud computing ,testing

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • Bachelor's degree in Statistics

    • Proficient in Excel, SQL, and data visualization tools

    • Experience in conducting market research and trend analysis

    • Strong analytical and critical thinking skills

    • Excellent communication and presentation abilities

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

    A constraint is a limitation or restriction that prevents something from being done or achieved.

    • Constraints can be physical, such as lack of resources or time constraints.

    • Constraints can also be imposed by rules, regulations, or limitations set by external factors.

    • Constraints can impact decision-making and problem-solving processes.

    • For example, a budget constraint may limit the amount of money available for a project.

    • A...

  • Answered by AI
  • Q3. Difference between null and blank
  • Ans. 

    Null represents absence of a value, while blank represents an empty value or space.

    • Null is a specific value that indicates the absence of any data.

    • Blank typically refers to an empty value or space, such as an empty string or whitespace.

    • In programming, null is often used to represent a variable that has not been assigned a value, while blank may refer to a field that has not been filled in by a user.

    • Example: A database ...

  • Answered by AI
  • Q4. What is foreign key and primary key
  • Ans. 

    Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.

    • Primary key ensures uniqueness of each record in a table

    • Foreign key establishes a relationship between two tables

    • Example: In a 'students' table, 'student_id' can be a primary key, while in a 'courses' table, 'student_id' can be a foreign key linking to 'students' table

  • Answered by AI
  • Q5. Python vs pyspark
  • Ans. 

    Python is a general-purpose programming language, while PySpark is a distributed computing framework built on top of Spark for big data processing.

    • Python is a versatile language used for various applications, including web development, data analysis, and automation.

    • PySpark is specifically designed for processing large datasets in parallel across a cluster of machines.

    • Python is easier to learn and more widely used, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to understand the basics of dbms

Skills evaluated in this interview

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)

Jobs at Deloitte

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic question related to Java and spring boot
Round 2 - Technical 

(1 Question)

  • Q1. Current Project role and responsibilites.
  • Ans. 

    Leading a team of developers in designing and implementing a new web application for a financial services company.

    • Managing a team of developers to ensure project milestones are met

    • Designing the architecture of the web application

    • Implementing new features and functionalities based on client requirements

    • Conducting code reviews and providing technical guidance to team members

  • Answered by AI

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

Associate Analyst interview

user image Gauri Guglani

posted on 16 Nov 2021

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is managed and unmanaged code?
  • Q2. What are the dot net components?

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

After submitting my CV, I was invited to participate in the Technology Day. The event began with a presentation about the company, followed by a group case study (6 members, one hour). Additionally, there were several mini-information sessions on different technology departments, where we could ask questions and speak with various employees. The day concluded with an interview with an HR representative. Following a positive evaluation of the day's activities, I was invited back for an interview with a director and a partner.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What's are you 3 strengths and weaknesses ?
  • Q2. Why have chosen this company?
  • Q3. What was your master thesis about?
  • Ans. 

    My master thesis focused on the impact of social media on consumer behavior in the fashion industry.

    • Explored how social media platforms influence purchasing decisions in the fashion sector

    • Analyzed the role of influencers and user-generated content in shaping consumer preferences

    • Examined the effectiveness of social media marketing strategies in driving sales for fashion brands

  • Answered by AI
  • Q4. Are you prepared to work irregular hours?
  • Q5. What were your favorite courses in your studies and why?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and interact with others

Junior Consultant Interview Questions asked at other Companies

Q1. Difference between standard and custom objects? Difference between flow and process builder, and which is better in which way? What are triggers? Write a basic trigger to update contacts from account when certain changes are made. Security ... read more
View answer (2)

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.3k 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.3k Reviews and Ratings
Sr.Executive | Business Tax

Kolkata

0-1 Yrs

Not Disclosed

Explore more jobs
Consultant
33.1k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.8k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.1k 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.7 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