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

Clear (1)

Deloitte Senior Consultant Interview Questions, Process, and Tips

Updated 7 Mar 2025

Top Deloitte Senior Consultant Interview Questions and Answers

  • Q1. Is Javascript a single/multi threaded language? If single threaded then how does backend calls work?
  • Q2. Design a ticket booking system on the lines of book my show.
  • Q3. What is useEffect Hook? What are dependency arrays wrt useEffect?
View all 70 questions

Deloitte Senior Consultant Interview Experiences

118 interviews found

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

(2 Questions)

  • Q1. Questions on subjective technilogy
  • Q2. SAP implementation process
  • Ans. 

    The SAP implementation process involves planning, design, configuration, testing, deployment, and support.

    • Planning phase involves defining project scope, goals, timeline, and resources.

    • Design phase includes creating a blueprint for the system based on business requirements.

    • Configuration phase involves setting up the SAP system according to the design.

    • Testing phase includes conducting various tests to ensure the system ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. SAP process for implementation
  • Ans. 

    SAP process for implementation involves planning, configuration, testing, training, and deployment.

    • Planning phase involves defining project scope, objectives, and timelines.

    • Configuration phase includes setting up SAP system according to business requirements.

    • Testing phase ensures that the system functions correctly and meets user needs.

    • Training phase involves educating users on how to use the SAP system effectively.

    • Dep...

  • Answered by AI
  • Q2. What makes you are different?

Senior Consultant Interview Questions & Answers

user image Bharu lal ahir

posted on 26 Nov 2024

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

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Any project you have done

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is agile ?
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile involves breaking down projects into smaller, manageable tasks called sprints.

    • It prioritizes customer feedback and adapting to changes quickly.

    • Scrum and Kanban are popular frameworks used in agile project management.

    • Daily stand-up meetings and retrospectives are common practices in agile teams.

    • Agile pr...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Where do you see yourself in 5 years ?
Round 3 - HR 

(1 Question)

  • Q1. How do you see yourself fitting in ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share the experience you have and apply it according to the question asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic question on technolohy
  • Q2. Salary negotiona with existinf company
Round 2 - One-on-one 

(2 Questions)

  • Q1. Techinical knowledge and case stury
  • Q2. Case study with examples

Interview Preparation Tips

Interview preparation tips for other job seekers - pre prepared na well prepare

Deloitte interview questions for designations

 Senior Associate Consultant

 (1)

 Senior Technical Consultant

 (1)

 Senior SAP SD Consultant

 (3)

 Senior SAP Basis Consultant

 (1)

 Salesforce Consultant

 (11)

 SAP Consultant

 (10)

 Associate Consultant

 (9)

 Functional Consultant

 (7)

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

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

Round 1 - Aptitude Test 

Basic aptitude questiond and logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Informatica related basic auestions
  • Q2. Regarding specific job role and responsbility

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answeimg questions

Get interview-ready with Top Deloitte Interview Questions

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

(2 Questions)

  • Q1. .net related question must be prepared
  • Q2. Oops concept question must be prepared

Senior Consultant Jobs at Deloitte

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics in kotlin
  • Q2. Android basics questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What are the different LifeCycle Methods of React?
  • Ans. 

    React has three main lifecycle methods: Mounting, Updating, and Unmounting.

    • Mounting: These methods are called when an instance of a component is being created and inserted into the DOM.

    • Updating: These methods are called when a component is being re-rendered as a result of changes to either its props or state.

    • Unmounting: This method is called when a component is being removed from the DOM.

  • Answered by AI
  • Q2. What are the different hooks in React?
  • Ans. 

    React hooks are functions that allow you to use state and other React features in functional components.

    • useState() - for managing state in functional components

    • useEffect() - for performing side effects in functional components

    • useContext() - for accessing context in functional components

    • useReducer() - for managing complex state and actions in functional components

    • useCallback() - for memoizing functions in functional com...

  • Answered by AI
  • Q3. What is useEffect Hook? What are dependency arrays wrt useEffect?
  • Ans. 

    useEffect Hook is a built-in hook in React that allows you to perform side effects in functional components.

    • useEffect Hook is used to handle side effects in functional components, such as fetching data, subscribing to events, or manipulating the DOM.

    • It takes two arguments: a function that represents the side effect, and an optional dependency array.

    • The function passed to useEffect will be executed after every render, u...

  • Answered by AI
  • Q4. Is Javascript a single/multi threaded language? If single threaded then how does backend calls work?
  • Ans. 

    Javascript is a single-threaded language, but it can handle asynchronous operations through callbacks and promises.

    • Javascript is single-threaded, meaning it can only execute one task at a time.

    • However, it can handle asynchronous operations by using callbacks, promises, and async/await.

    • Backend calls in Javascript are typically made using asynchronous functions, allowing the program to continue executing other tasks whil...

  • Answered by AI
  • Q5. Name different package managers of Node JS and Javascript
  • Ans. 

    npm is the most popular package manager for Node.js and JavaScript.

    • npm (Node Package Manager) is the default package manager for Node.js and JavaScript.

    • Yarn is an alternative package manager that offers faster and more reliable dependency management.

    • pnpm is another package manager that uses a unique approach of hard-linking dependencies to save disk space.

    • Bower is a package manager specifically designed for front-end w...

  • Answered by AI
  • Q6. How javascript runs on servers?
  • Ans. 

    JavaScript can run on servers using server-side JavaScript platforms like Node.js.

    • JavaScript can be executed on servers using server-side JavaScript platforms like Node.js.

    • Node.js allows JavaScript to run on the server-side by providing a runtime environment.

    • Server-side JavaScript enables developers to build scalable and high-performance web applications.

    • Node.js uses the V8 JavaScript engine to execute JavaScript code ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Senior Consultant interview:
  • MERN
  • Mean Stack
  • Docker
  • Kubernetes

Skills evaluated in this interview

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

(1 Question)

  • Q1. Business related
Round 2 - Technical 

(2 Questions)

  • Q1. Sap related , general knowledge
  • Q2. Business related and project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data Science basics
Round 2 - Technical 

(1 Question)

  • Q1. Questions on resume
Contribute & help others!
anonymous
You can choose to be anonymous

Deloitte Interview FAQs

How many rounds are there in Deloitte Senior Consultant 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 Senior 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 SAP CO, Project Management, SAP ABAP, Cloud Computing and SQL.
What are the top questions asked in Deloitte Senior Consultant interview?

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

  1. Is Javascript a single/multi threaded language? If single threaded then how doe...read more
  2. Design a ticket booking system on the lines of book my sh...read more
  3. What is useEffect Hook? What are dependency arrays wrt useEffe...read more
How long is the Deloitte Senior Consultant interview process?

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

Recently Viewed

INTERVIEWS

Deloitte

No Interviews

INTERVIEWS

Deloitte

No Interviews

INTERVIEWS

Samsung

No Interviews

LIST OF COMPANIES

Reliance Industries

Locations

INTERVIEWS

Tesco

No Interviews

INTERVIEWS

SPAR Hypermarkets

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

LIST OF COMPANIES

Spencer's Retail

Locations

SALARIES

Deloitte

Tell us how to improve this page.

Deloitte Senior Consultant Interview Process

based on 99 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round - 1
  • HR Round - 2
View more
Deloitte Senior Consultant Salary
based on 21k salaries
₹11 L/yr - ₹42 L/yr
35% more than the average Senior Consultant Salary in India
View more details

Deloitte Senior Consultant Reviews and Ratings

based on 1.4k reviews

3.8/5

Rating in categories

3.9

Skill development

3.1

Work-life balance

3.9

Salary

3.8

Job security

3.6

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 1.4k Reviews and Ratings
Senior Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

3-9 Yrs

₹ 6-40 LPA

Senior Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

2-10 Yrs

₹ 11.61-35 LPA

Senior Consultant

Hyderabad / Secunderabad,

Pune

+1

6-10 Yrs

₹ 13-39 LPA

Explore more jobs
Consultant
33.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
21.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.3k 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent