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 Consultant Interview Questions, Process, and Tips for Experienced

Updated 9 Mar 2025

Top Deloitte Consultant Interview Questions and Answers for Experienced

  • 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. What is the journal entry for prepaid expenses and how do you treat it?
  • Q3. Scenario : 2 Talend jobs related to each other. If one fails somehow,the other shouldn't. How to do that?
View all 86 questions

Deloitte Consultant Interview Experiences for Experienced

173 interviews found

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

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way. For example, (a, b) -> a + b.

    • Functional interfaces are interfaces with a single abstract method, such as java.util.function.Function.

    • Streams provide a way to work with collections of objects in a functional style. For e...

  • Answered by AI
  • Q2. What are generics in Java, and how do they provide benefits?
  • Ans. 

    Generics in Java allow for type-safe collections and classes, providing compile-time type checking and reducing the need for casting.

    • Generics enable the creation of classes, interfaces, and methods that operate on specified types.

    • They provide compile-time type safety, preventing runtime errors due to type mismatches.

    • Generics reduce the need for explicit type casting, making code more readable and maintainable.

    • Example: ...

  • Answered by AI
  • 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?
  • Ans. 

    Classes and annotations used from entity to controller level in a Java application.

    • Entity classes represent database tables and are annotated with @Entity.

    • Repository classes handle database operations and are annotated with @Repository.

    • Service classes contain business logic and are annotated with @Service.

    • Controller classes handle HTTP requests and are annotated with @Controller.

  • Answered by AI
  • 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?
  • Ans. 

    Spring Batch is a lightweight, comprehensive batch framework designed for robust, scalable batch processing.

    • Spring Batch is used for processing large volumes of data in batch jobs.

    • It provides reusable functions for common batch processing scenarios such as reading, processing, and writing data.

    • Spring Batch can be implemented to handle complex processing logic, error handling, and transaction management.

    • Key features inc...

  • Answered by AI
  • Q7. What is the mechanism of how React works, specifically in relation to the Virtual DOM?(Some Additional questions on React - Theoretical)
  • Ans. 

    React uses Virtual DOM to efficiently update the actual DOM by comparing the changes and only updating what is necessary.

    • React creates a virtual representation of the actual DOM called Virtual DOM.

    • When state or props change, React compares the Virtual DOM with the actual DOM to identify the differences.

    • React then updates only the necessary parts of the actual DOM, minimizing the number of DOM manipulations.

    • This process...

  • Answered by AI
Round 2 - Behavioral 

(4 Questions)

  • Q1. Which design patterns are you familiar with?
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and Strategy.

    • Singleton

    • Factory

    • Observer

    • Strategy

  • Answered by AI
  • Q2. Which design patterns have you used, and how have you implemented them? Please explain.
  • Ans. 

    I have used design patterns such as Singleton, Factory, and Observer in my projects.

    • Implemented Singleton pattern to ensure only one instance of a class exists

    • Utilized Factory pattern to create objects without specifying the exact class

    • Applied Observer pattern to establish a one-to-many dependency between objects

  • Answered by AI
  • Q3. What are threads in the context of programming?
  • Ans. 

    Threads in programming are lightweight processes that can run concurrently within a program.

    • Threads allow for parallel execution of tasks within a program

    • Threads share the same memory space, allowing for efficient communication and data sharing

    • Examples of using threads include multi-threaded web servers and parallel processing in data analysis

  • Answered by AI
  • Q4. Benefits of Spring Boot over Spring?
  • Ans. 

    Spring Boot simplifies Spring application development by providing out-of-the-box features and reducing configuration.

    • Spring Boot reduces boilerplate code by providing default configurations for various components like embedded servers, logging, and security.

    • Spring Boot allows for easier deployment by packaging applications as standalone JAR files with embedded containers.

    • Spring Boot provides a range of starter depende...

  • Answered by AI
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.

Skills evaluated in this interview

Consultant Interview Questions Asked at Other Companies for undefined

asked in Deloitte
Q1. How would you pass an entry for travel expenses incurred and paid ... read more
Q2. If a policy is billed monthly and is an annual policy and due to ... read more
asked in Infosys
Q3. How Data Flow in SCOM monitoring Tool? DB name for SCOM and DB qu ... read more
asked in Deloitte
Q4. What is the journal entry for prepaid expenses and how do you tre ... read more
asked in Deloitte
Q5. Scenario : 2 Talend jobs related to each other. If one fails some ... read more

Consultant Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Coding Test 

MCQs were asked for screening

Round 2 - One-on-one 

(2 Questions)

  • Q1. General oracle SQL interview questions like difference between nvl nvl2 and coalesce
  • Q2. Difference between procedure and functions
  • Ans. 

    Procedures perform actions without returning values; functions return values and can be used in expressions.

    • Procedures are called for their side effects, e.g., updating a database.

    • Functions return a value and can be used in expressions, e.g., calculating a sum.

    • Procedures do not return a value, while functions must return a value.

    • In programming, procedures are often referred to as 'subroutines' or 'methods'.

    • Example of a...

  • Answered by AI

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

Deloitte interview questions for designations

 Management Consultant

 (2)

 Business Consultant

 (2)

 Risk Consultant

 (2)

 Junior Consultant

 (2)

 Solution Consultant

 (1)

 Senior Consultant Engineer

 (1)

 Senior Consultant

 (119)

 Tax Consultant

 (68)

Consultant Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. SAP CPQ specific questions
  • Q2. Project specific Question
Round 2 - Technical 

(1 Question)

  • Q1. Project related question and management questions as well
Round 3 - Technical 

(1 Question)

  • Q1. Project architecture discussion and case study discussion
Round 4 - HR 

(1 Question)

  • Q1. Why Deloitte, behavioral scenario questions, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorouh with your project architecture

Get interview-ready with Top Deloitte Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is DI in C#? Give real project examples
  • Ans. 

    DI in C# stands for Dependency Injection, a design pattern used to increase code reusability and maintainability.

    • DI allows for loosely coupled components by injecting dependencies from external sources.

    • Examples include injecting database connections, logging services, and configuration settings into classes.

    • DI containers like Autofac, Unity, and Ninject are commonly used in C# projects.

    • DI helps in unit testing by easil

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How you handled a complicated technical issue?
  • Ans. 

    I resolved a complicated technical issue by breaking it down into smaller parts, researching possible solutions, and collaborating with team members.

    • Identified the root cause of the issue

    • Researched possible solutions

    • Collaborated with team members to brainstorm ideas

    • Implemented and tested the solution

    • Documented the resolution for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C# concepts and Azure were concentrated with mostly real project scenarios instead of theory based.

Skills evaluated in this interview

Consultant Jobs at Deloitte

View all

Consultant Interview Questions & Answers

user image prabhat jha

posted on 27 Aug 2024

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

(2 Questions)

  • Q1. What is list and array list.?
  • Ans. 

    A list is a collection of elements in a specific order, while an array list is a resizable array implementation of the List interface in Java.

    • List: Collection of elements in a specific order.

    • ArrayList: Resizable array implementation of the List interface in Java.

    • Example: List names = new ArrayList();

Answered by AI
  • Q2. Define micro service
  • Ans. 

    Microservices are small, independent, loosely coupled services that work together to form a larger application.

    • Microservices are designed to be small and focused on specific tasks or functions.

    • Each microservice runs its own process and communicates with other services through APIs.

    • Microservices can be developed, deployed, and scaled independently of each other.

    • Examples of microservices include user authentication, paym

  • Answered by AI

    Skills evaluated in this interview

    Consultant Interview Questions & Answers

    user image Anonymous

    posted on 17 Sep 2024

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

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

    Round 1 - Technical 

    (1 Question)

    • Q1. .net interfaces, abstract classes, solid principles, cte in sql etc..

    Consultant Interview Questions & Answers

    user image sireesha hanumanthu

    posted on 27 Nov 2024

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

    (2 Questions)

    • Q1. What s sales order
    • Ans. 

      A sales order is a document issued by a seller to a buyer confirming the details of a sale transaction.

      • A sales order typically includes information such as the quantity of goods or services ordered, pricing, payment terms, and delivery details.

      • It serves as a contract between the buyer and seller, outlining the agreed-upon terms of the sale.

      • Sales orders are used in various industries to track and manage sales transactio...

    • Answered by AI
    • Q2. How do you do third party

    Interview Preparation Tips

    Interview preparation tips for other job seekers - No

    Consultant Interview Questions & Answers

    user image Anonymous

    posted on 16 Oct 2024

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

    (2 Questions)

    • Q1. Selenium basics
    • Q2. Framework overview

    Deloitte Interview FAQs

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

    Some of the top questions asked at the Deloitte Consultant interview for experienced candidates -

    1. How would you pass an entry for travel expenses incurred and paid by employee a...read more
    2. What is the journal entry for prepaid expenses and how do you treat ...read more
    3. Scenario : 2 Talend jobs related to each other. If one fails somehow,the other ...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.

    Tell us how to improve this page.

    Deloitte Consultant Interview Process for Experienced

    based on 86 interviews

    5 Interview rounds

    • Technical Round - 1
    • Technical Round - 2
    • 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.7
     • 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.5k salaries
    ₹6.3 L/yr - ₹23.4 L/yr
    11% more than the average Consultant Salary in India
    View more details

    Deloitte Consultant Reviews and Ratings

    based on 2.7k 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.7k 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

    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