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

Filter interviews by

Clear (1)

Deloitte Consultant Interview Questions, Process, and Tips

Updated 27 Feb 2025

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
  • Q2. Your client wants to enter the after sales service market for passenger cars – 1. How would you segment the customer base? How can you use it to target your services? 2. ...read more
  • Q3. What is the journal entry for prepaid expenses and how do you treat it?
View all 243 questions

Deloitte Consultant Interview Experiences

456 interviews found

Consultant Interview Questions & Answers

user image PRAVEEN PATEL

posted on 22 Feb 2025

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

(5 Questions)

  • Q1. Explain the structure of microservices architecture
  • Ans. 

    Microservices architecture is a design approach where an application is composed of small, independent services that communicate with each other.

    • Each service is responsible for a specific function or feature

    • Services are loosely coupled and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs

    • Each service can be developed using different technologies or program...

  • Answered by AI
  • Q2. How to implement SQS and SNS in AWS cloud
  • Ans. 

    Implementing SQS and SNS in AWS cloud involves creating queues and topics, setting up permissions, and configuring subscriptions.

    • Create an SQS queue and configure its settings

    • Create an SNS topic and configure its settings

    • Set up permissions to allow SQS to send messages to SNS

    • Configure subscriptions to connect the SQS queue to the SNS topic

  • Answered by AI
  • Q3. What are the things which we need to be aware before we start migrating monolith into microservices
  • Ans. 

    Considerations before migrating monolith into microservices

    • Understand the current monolith architecture and dependencies

    • Identify the boundaries for microservices and plan the decomposition

    • Ensure proper testing and monitoring strategies are in place

    • Address data management and consistency challenges

    • Prepare for potential performance overhead and increased complexity

  • Answered by AI
  • Q4. How to provide security to apis without using spring security
  • Ans. 

    Implement API security using token-based authentication and authorization

    • Use token-based authentication like JWT (JSON Web Tokens)

    • Implement custom authentication and authorization logic in the API endpoints

    • Utilize API keys for access control and rate limiting

    • Implement OAuth for secure authorization and delegation of access

  • Answered by AI
  • Q5. What is API gateway
  • Ans. 

    API gateway is a server that acts as an API front-end, receiving API requests, enforcing throttling and security policies, passing requests to the back-end service, and then passing the response back to the requester.

    • API gateway acts as a single entry point for all API requests

    • It can handle tasks like authentication, authorization, rate limiting, and caching

    • Examples of API gateways include Amazon API Gateway, Apigee, a

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Functional interface
  • Q2. Object oriented concepts
  • Q3. Stream api
  • Q4. Synchronization
  • Q5. While loop exceptions
  • Ans. 

    While loop exceptions are errors that occur during the execution of a while loop.

    • Common while loop exceptions include infinite loops, where the loop never terminates.

    • Another exception is when the loop condition is never met, causing the loop to never execute.

    • Handling exceptions in while loops can be done using try-catch blocks to catch and handle errors.

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

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

Round 1 - One-on-one 

(10 Questions)

  • Q1. Tell me about yourself
  • Q2. Write program to check string is palindrom
  • Q3. Write programm to Remove number from array who occur more than once
  • Q4. String Buffer vs String Builder
  • Q5. If String s="Deloitte"; and String s2=new String("Deloitte"); what will be s1.equals(s2) and if(s1==s2)
  • Q6. Why spring boot is better than spring ? Annotations of spring
  • Q7. Query for count employee in each department
  • Q8. How to create react app ? npm commands to create react app
  • Q9. How routing works in react
  • Q10. Dml dcl and ddl command

Interview Preparation Tips

Interview preparation tips for other job seekers - basic java 8 and spring boot .. I was given almost all answer right except q3 still got rejected

Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. How would you pass an entry for travel expenses incurred and paid ... read more
asked in Accenture
Q2. There is an international bank (US based) that has been operating ... read more
asked in EXL Service
Q3. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a ... read more
Q4. If a policy is billed monthly and is an annual policy and due to ... read more
asked in BCG
Q5. “there is a company in the telecom sector and has a product “X” – ... read more

Consultant Interview Questions & Answers

user image Divyank Saraswat

posted on 23 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Your surname? If you are a lala then surely selected
  • Q2. What your father do? They just want to know if you can bring business to them

Consultant Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About my Previous Job
  • Q2. Compensation, Location, Project Details, Problem Solving
Round 2 - Assignment 

IT is a secret, I can't open that

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why Consulting,
  • Q2. About the assignment, location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well aware of your past experience

Deloitte interview questions for designations

 Business Consultant

 (2)

 Risk Consultant

 (2)

 Junior Consultant

 (2)

 Management Consultant

 (2)

 Solution Consultant

 (1)

 Senior Consultant Engineer

 (1)

 Senior Consultant

 (114)

 Tax Consultant

 (68)

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the features of Java 8?
  • Q2. What are generics in Java, and how do they provide benefits?
  • Q3. Streams API coding questions.(3-4 question.)
  • Q4. What are the classes involved from the entity to the controller level, and can you explain the annotations used in each?
  • Q5. SQL queries(2-3 questions).
  • Q6. What is the usage of Spring Batch, and how did you implement it in your project? What are its key features?
  • Q7. What is the mechanism of how React works, specifically in relation to the Virtual DOM?(Some Additional questions on React - Theoretical)
Round 2 - Behavioral 

(4 Questions)

  • Q1. Which design patterns are you familiar with?
  • Q2. Which design patterns have you used, and how have you implemented them? Please explain.
  • Q3. What are threads in the context of programming?
  • Q4. Benefits of Spring Boot over Spring?
Round 3 - HR 

(1 Question)

  • Q1. It was basic salary and expectation discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain a strong foundation regardless of the programming language you are proficient in. The questions primarily centered around your resume and how you have applied those skills in your projects.

Get interview-ready with Top Deloitte Interview Questions

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
  • Q4. Oracle manufacturing
  • Q5. Oracle Quality questions

Consultant Jobs at Deloitte

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Spark related architecture question
  • Q2. Architect a data pipeline
  • Ans. 

    Architecting a data pipeline involves designing a system to collect, process, and analyze data efficiently.

    • Identify data sources and determine how to extract data from them

    • Design a data processing workflow to clean, transform, and enrich the data

    • Choose appropriate tools and technologies for data storage and processing

    • Implement monitoring and error handling mechanisms to ensure data quality and reliability

    • Consider scala...

  • Answered by AI
  • Q3. Questions around experience
Round 2 - Technical 

(2 Questions)

  • Q1. Questions around spark , python , experience
  • Q2. Basic problem statements in python

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover basics and communicate better. Easy going it is.

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. .Net life cycle
  • Q2. MVC pattern and Design patterns
Round 2 - HR 

(2 Questions)

  • Q1. Culture fit overall
  • Q2. Change reasons and Future plans

Consultant Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2025

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java OOPS Multithreading..
  • Q2. Codding question for collection like Array list and LinkedList
Round 2 - Technical 

(2 Questions)

  • Q1. Spring related question like annotation POM file, ....
  • Q2. Cloud related experience/question
Round 3 - HR 

(1 Question)

  • Q1. Previous experience question like project experience...

Consultant Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2024

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

(1 Question)

  • Q1. All the questions are related to the job profile. Full Stack.
Round 2 - Technical 

(1 Question)

  • Q1. React Js Component Creation and styling the component, API fetch, response modification.
Contribute & help others!
anonymous
You can choose to be anonymous

Deloitte Interview FAQs

How many rounds are there in Deloitte Consultant interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Technical, HR and One-on-one Round.
How to prepare for Deloitte Consultant 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 Project Management, SQL, Data Analysis, Data Analytics and Risk Management.
What are the top questions asked in Deloitte Consultant interview?

Some of the top questions asked at the Deloitte Consultant interview -

  1. How would you pass an entry for travel expenses incurred and paid by employee a...read more
  2. Your client wants to enter the after sales service market for passenger cars ��...read more
  3. What is the journal entry for prepaid expenses and how do you treat ...read more
How long is the Deloitte Consultant interview process?

The duration of Deloitte Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

PwC

No Interviews

INTERVIEWS

Uciny

No Interviews

INTERVIEWS

Asite Solutions

No Interviews

INTERVIEWS

Evita Foods

No Interviews

INTERVIEWS

ArisGlobal

No Interviews

Tell us how to improve this page.

Deloitte Consultant Interview Process

based on 304 interviews

6 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
  • Personal Interview1 Round - 3
View more

Consultant Interview Questions from Similar Companies

PwC Consultant Interview Questions
3.4
 • 76 Interviews
BCG Consultant Interview Questions
3.8
 • 69 Interviews
TCS Consultant Interview Questions
3.7
 • 57 Interviews
IBM Consultant Interview Questions
4.0
 • 19 Interviews
View all
Deloitte Consultant Salary
based on 33.4k salaries
₹6.3 L/yr - ₹23.2 L/yr
11% more than the average Consultant Salary in India
View more details

Deloitte Consultant Reviews and Ratings

based on 2.6k reviews

3.8/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.8

Salary

3.9

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 2.6k Reviews and Ratings
Consultant

Hyderabad / Secunderabad,

Pune

+1

4-6 Yrs

₹ 5.75-25.2 LPA

Consultant-Health Plan Modernisation

Hyderabad / Secunderabad,

Bangalore / Bengaluru

3-7 Yrs

17 LPA

JavaScript Dev | Sr. Consultant

Delhi/Ncr

5-8 Yrs

₹ 10-20 LPA

Explore more jobs
Consultant
33.4k salaries
unlock blur

₹6.3 L/yr - ₹23.2 L/yr

Senior Consultant
21k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.3k salaries
unlock blur

₹3.9 L/yr - ₹12.6 L/yr

Assistant Manager
10.1k 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent