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 10 Mar 2025

Top Deloitte Interview Questions and Answers

View all 1.7k questions

Deloitte Interview Experiences

Popular Designations

2.8k interviews found

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)

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 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
  • Ans. 

    I completed a summer internship at a financial firm where I analyzed market trends and created financial models.

    • Conducted market research to identify investment opportunities

    • Utilized Excel and financial software to create models for forecasting

    • Presented findings to senior analysts and managers

    • Collaborated with team members on various projects

  • Answered by AI
  • Q2. Guesstimate on Size of EV Market in India
  • Ans. 

    The EV market in India is estimated to be around 2-3% of total vehicle sales currently.

    • EV sales in India have been steadily increasing due to government incentives and growing environmental awareness.

    • Major players in the Indian EV market include Tata Motors, Mahindra Electric, and Hero Electric.

    • Charging infrastructure is a key factor in the growth of the EV market in India.

    • The government has set a target of 30% EV pene...

  • Answered by AI
  • Q3. What are business processes
  • Ans. 

    Business processes are a series of structured activities that organizations use to achieve specific goals.

    • Business processes involve a series of steps or tasks that are performed in a specific order.

    • They are designed to achieve a particular outcome or result.

    • Business processes can be automated or manual, depending on the organization's needs.

    • Examples include order processing, inventory management, and customer service.

    • ...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Internship Experience
  • Ans. 

    I completed a 6-month internship at a financial consulting firm where I gained experience in financial analysis and market research.

    • Conducted financial analysis on various companies to assess their performance

    • Assisted in preparing client presentations and reports

    • Participated in meetings with clients to discuss investment strategies

    • Utilized financial modeling techniques to forecast future trends

    • Collaborated with team me

  • Answered by AI
  • Q2. Projects from Resume
  • Q3. Guesstimate on Revenue of a Fast Food Restaurant
  • Ans. 

    The revenue of a fast food restaurant can vary greatly depending on factors like location, menu offerings, and customer traffic.

    • Consider the average number of customers served per day

    • Look at the menu prices and estimate the average spend per customer

    • Factor in any special promotions or discounts that may impact revenue

    • Take into account the operating hours of the restaurant and peak times of business

    • Compare with industry

  • Answered by AI
  • Q4. What all parameters would you consider for a companies office location
  • Ans. 

    Parameters for selecting a company's office location include accessibility, cost, amenities, proximity to clients/talent, and safety.

    • Accessibility to public transportation and major highways

    • Cost of real estate and office space in the area

    • Availability of amenities such as restaurants, gyms, and shopping

    • Proximity to clients, partners, and talent pool

    • Safety and security of the neighborhood

    • Potential for future growth and e

  • Answered by AI

Interview Preparation Tips

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

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 (3)

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 and Answers for Freshers
illustration image

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 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 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 (3)

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
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. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Deloitte interview questions for popular designations

 Consultant

 (458)

 Analyst

 (353)

 Senior Consultant

 (119)

 Assistant Manager

 (74)

 Associate Analyst

 (70)

 Tax Consultant

 (68)

 Business Analyst

 (63)

 Data Analyst

 (42)

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

(2 Questions)

  • Q1. What is managed and unmanaged code?
  • Ans. 

    Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is executed directly by the operating system.

    • Managed code is written in languages like C#, VB.NET, and F# that are compiled into Intermediate Language (IL) and executed by the CLR.

    • Unmanaged code is written in languages like C and C++ that directly interact with the operating system and hardware.

    • Managed code provides automati...

  • Answered by AI
  • Q2. What are the dot net components?
  • Ans. 

    Dot net components are reusable software building blocks that provide functionality for various aspects of application development.

    • Common Language Runtime (CLR) - provides a runtime environment for executing .NET applications

    • Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types

    • ASP.NET - a web application framework for building dynamic web sites, web applications, and web services

    • ...

  • Answered by AI

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)

Get interview-ready with Top Deloitte Interview Questions

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)

Jobs at Deloitte

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Included 2 coding questions and many mcqs. mainly sql and sorting

Round 2 - Technical 

(4 Questions)

  • Q1. Asked me about my project(arduino) and fine tuning them
  • Q2. Asked me about my research intern which was in ML
  • Q3. What it iot? explain.
  • Ans. 

    IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.

    • IoT involves connecting everyday objects to the internet to enable them to send and receive data.

    • Examples of IoT devices include smart thermostats, wearable fitness trackers, and connected home security systems.

    • IoT technology can be used in various industries such as h...

  • Answered by AI
  • Q4. Difference between normal sensor and smart sensor
  • Ans. 

    Normal sensors collect raw data, while smart sensors process data and provide actionable insights.

    • Normal sensors collect raw data without any processing

    • Smart sensors have built-in processing capabilities to analyze data and provide actionable insights

    • Smart sensors can communicate with other devices or systems to trigger actions based on the data collected

    • Examples of smart sensors include smart thermostats, fitness trac

  • 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 (3)

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)

Consultant Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. What work you have done
  • Q2. How you manage critical situation in team explain with example
  • Q3. Explain Oracle invenotry
  • Ans. 

    Oracle Inventory is a module within Oracle E-Business Suite that helps organizations track and manage their inventory levels and transactions.

    • Oracle Inventory allows organizations to track items by serial number, lot number, or revision.

    • It helps in managing stock levels, replenishment, and order fulfillment.

    • The module integrates with other Oracle E-Business Suite modules such as Order Management and Purchasing.

    • Oracle I...

  • Answered by AI
  • Q4. Oracle manufacturing
  • Q5. Oracle Quality questions

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

(6 Questions)

  • Q1. Diffrnce bw abstraction and interfaces
  • Ans. 

    Abstraction is hiding implementation details, while interfaces define a contract for classes to implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only interact with the public methods and properties.

    • Interfaces define a contract that specifies a set of methods that a class must implement, without specifying how those methods are implemented.

    • Abstraction can be ac...

  • Answered by AI
  • Q2. Kafka related questions as i worked on it
  • Q3. Application lifecycle
  • Q4. Worked on web services? explain
  • Ans. 

    Yes, I have worked on web services. I have experience in designing, developing, and maintaining RESTful APIs.

    • Designed RESTful APIs for communication between different systems

    • Developed web services using technologies like Node.js, Express, and Spring Boot

    • Maintained and optimized existing web services for better performance

    • Integrated third-party APIs into existing systems for added functionality

  • Answered by AI
  • Q5. Difference between globalzn and localzn
  • Ans. 

    globalzn refers to variables or functions that can be accessed from anywhere in the program, while localzn refers to variables or functions that are only accessible within a specific scope.

    • Globalzn variables/functions can be accessed from anywhere in the program

    • Localzn variables/functions are only accessible within a specific scope

    • Globalzn variables/functions have a wider scope than localzn variables/functions

  • Answered by AI
  • Q6. Design patterns - which one worked on
  • Ans. 

    I have worked on various design patterns including Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are no...

  • Answered by AI

Skills evaluated in this interview

Senior Software Net Engineer Interview Questions asked at other Companies

Q1. Return all the pairs from array who's sum is equal to given value
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between sdlc and stlc
  • Ans. 

    SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.

    • SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.

    • SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...

  • Answered by AI
  • Q2. Bug life cycle? Defect triage

Interview Preparation Tips

Topics to prepare for Deloitte Test Engineer interview:
  • Basic concepts

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Deloitte

No Jobs

DESIGNATION

DESIGNATION

COMPANY BENEFITS

SHYAM METALICS AND ENERGY

No Benefits

DESIGNATION

INTERVIEWS

MS Technology

No Interviews

SALARIES

ISMT

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

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.1k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 789 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all

Deloitte Reviews and Ratings

based on 17.9k reviews

3.8/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.8

Salary

3.8

Job security

3.7

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 17.9k Reviews and Ratings
UFT Testing

Hyderabad / Secunderabad,

Pune

+1

5-8 Yrs

Not Disclosed

Webmethods Developer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Consultant
33.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
21.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
10.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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