Upload Button Icon Add office photos

Filter interviews by

Deloitte Digital Senior Consultant Interview Questions and Answers

Updated 18 Dec 2024

Deloitte Digital Senior Consultant Interview Experiences

3 interviews found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. MDM what is master data management and data quality? What is User exit program? What is universal data lake?
  • Ans. 

    MDM is the process of managing and maintaining consistent and accurate master data. Data quality refers to the accuracy and completeness of data.

    • MDM involves creating a single, authoritative source of master data that can be used across an organization

    • Data quality involves ensuring that the data is accurate, complete, and consistent

    • User exit program is a feature in SAP that allows users to add their own functionality t...

  • Answered by AI
  • Q2. MAster data management used for fnd the Best version truth of record
  • Ans. 

    Master data management ensures the best version of truth of record is found.

    • Master data management involves creating and maintaining a single, accurate, and consistent version of data across an organization.

    • This helps in avoiding data inconsistencies and errors, and ensures that the best version of truth of record is found.

    • For example, in a retail organization, master data management can help in maintaining accurate pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before attend the interivew?
Be confident and learn the previous failures

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud technologies
  • Q2. Integration and ETL
Round 2 - Group Discussion 

GD related to GenAi on cloud

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 Capgemini
Q4. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Q5. Risk management experience and audit work experience?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to lwc,communication between parent and child, meaning of annotations. @api.@tack.@wire.

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience
  • Ans. 

    I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.

    • Developed and implemented strategic plans to expand client base

    • Identified new market segments and developed targeted marketing campaigns

    • Negotiated contracts and partnerships with key stakeholders

    • Increased sales revenue by 20% in the first year through effective business developme

  • Answered by AI
  • Q2. Specific queston on business understanding
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Consultant with a background in project management and client relations.

    • Over 8 years of experience in consulting roles

    • Strong project management skills, including leading cross-functional teams

    • Proven track record of building and maintaining client relationships

    • Expertise in data analysis and problem-solving

    • Certified in relevant industry standards such as PMP or Six Sigma

  • Answered by AI
  • Q2. Behavioral questions
  • Q3. Project management and people management questions
  • Q4. Crisis management question

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the role expectations and ask upfront if you have any questions.
Answer if you know, or say I don't know.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

You have list of Integers, say {1,43,54,35,35,54} With this I want to know the count of each digits in the List. Example 1->1,3->3,4->3,5->4

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. NA NANANANNA NANANNANANAA
  • Q2. NANANAN NANN nannna nananannannanananna nana

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is default value of map
  • Ans. 

    The default value of a map in most programming languages is null or an empty map.

    • Default value of map in Java is null

    • Default value of map in Python is an empty map {}

    • Default value of map in C++ is an empty map std::map<>()

  • Answered by AI
  • Q2. How does move work internally
  • Ans. 

    Move works internally by coordinating muscle contractions through signals from the brain and nervous system.

    • The brain sends signals through the nervous system to the muscles to initiate movement.

    • Muscle contractions are controlled by motor neurons that receive signals from the brain.

    • Different types of movements are coordinated by different areas of the brain, such as the motor cortex for voluntary movements.

    • Feedback fro...

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

(2 Questions)

  • Q1. Questions on strings: count character and their frequency
  • Q2. What is virtual keyword and how virtual functions work internally
  • Ans. 

    The virtual keyword in C++ is used to declare a member function that can be overridden in a derived class. Virtual functions are resolved at runtime.

    • Virtual keyword is used to achieve runtime polymorphism in C++

    • Virtual functions are resolved at runtime based on the actual object type

    • Virtual functions are implemented using virtual function tables (vtables)

    • Derived classes can override virtual functions to provide specifi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all basics. Be thorough with previous projects. Read smart pointers , multithreading strings

Skills evaluated in this interview

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

(2 Questions)

  • Q1. JWT TOKEN Explanation on security
  • Ans. 

    JWT token is a secure way to transmit information between parties as a JSON object.

    • JWT stands for JSON Web Token

    • It is a compact, URL-safe means of representing claims to be transferred between two parties

    • It consists of three parts: header, payload, and signature

    • The header contains the type of token and the signing algorithm used

    • The payload contains the claims or statements about the user and additional data

    • The signatur...

  • Answered by AI
  • Q2. Recently found vulnerability
  • Ans. 

    A recently found vulnerability in a system

    • The vulnerability was discovered during a security audit

    • It allows unauthorized access to sensitive data

    • The vulnerability can be exploited remotely

    • A patch or fix should be implemented immediately

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. I applied for SAP SD role with 9 years of experience. Round 1 was technical with details of SAP SD scenarios and S4 HANA concepts.
Round 3 - Technical 

(1 Question)

  • Q1. Round 2 = Technical again in depth. It will be technical round again with details of SAP SD
Round 4 - GRM 1 

(1 Question)

  • Q1. Round 3 was GRM round where 2 senior managers will interview you for SAP skills.
Round 5 - GRM 2 

(1 Question)

  • Q1. Round 4 will be GRM round again with same panels but this will be face to face interview at BGSW offices
Round 6 - HR 

(1 Question)

  • Q1. Round 5 will be HR round with salary discussion.

Interview Preparation Tips

Topics to prepare for Bosch Global Software Technologies Senior Consultant interview:
  • SAP SD configuration
  • ATP
  • Intercompany process
Interview preparation tips for other job seekers - Prepare your concepts clearly since BGWS screens the candidate on every aspects in details.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe yourself
  • Q2. Who u r

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join fraud company

Deloitte Digital Interview FAQs

How many rounds are there in Deloitte Digital Senior Consultant interview?
Deloitte Digital interview process usually has 1-2 rounds. The most common rounds in the Deloitte Digital interview process are Technical, Resume Shortlist and Group Discussion.
What are the top questions asked in Deloitte Digital Senior Consultant interview?

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

  1. MDM what is master data management and data quality? What is User exit program?...read more
  2. MAster data management used for fnd the Best version truth of rec...read more
  3. Questions related to lwc,communication between parent and child, meaning of ann...read more

Tell us how to improve this page.

Deloitte Digital Senior Consultant Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Deloitte Digital Senior Consultant Salary
based on 209 salaries
₹15 L/yr - ₹39.6 L/yr
43% more than the average Senior Consultant Salary in India
View more details

Deloitte Digital Senior Consultant Reviews and Ratings

based on 22 reviews

4.2/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.3

Salary

4.0

Job security

4.4

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 22 Reviews and Ratings
Consultant
220 salaries
unlock blur

₹7.7 L/yr - ₹22.5 L/yr

Senior Consultant
209 salaries
unlock blur

₹15 L/yr - ₹39.6 L/yr

Graphic Designer
155 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Analyst
95 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Senior Graphic Designer
70 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Deloitte Digital with

Accenture

3.8
Compare

IBM iX

4.4
Compare

Parsh Digital Services

4.0
Compare

Wipro Digital

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