AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged 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
3.7

based on 19.7k Reviews

Play video Play video Video summary
  • About
  • Reviews
    19.7k
  • Salaries
    2.1L
  • Interviews
    3k
  • Jobs
    101
  • Benefits
    2.6k
  • Photos
    25
  • Posts
    50

Filter interviews by

Deloitte Data Scientist Interview Questions and Answers

Updated 23 Apr 2025

17 Interview questions

A Data Scientist was asked 7mo ago
Q. Explain the bias-variance tradeoff.
Ans. 

Bias-variance trade off is the balance between underfitting and overfitting in machine learning models.

  • Bias refers to the error introduced by approximating a real-world problem, leading to underfitting.

  • Variance refers to the model's sensitivity to fluctuations in the training data, leading to overfitting.

  • Finding the right balance between bias and variance is crucial for creating a model that generalizes well to un...

A Data Scientist was asked 7mo ago
Q. Are all the decision trees the same in a random forest?
Ans. 

No, decision trees in a random forest are different due to the use of bootstrapping and feature randomization.

  • Decision trees in a random forest are trained on different subsets of the data through bootstrapping.

  • Each decision tree in a random forest also considers only a random subset of features at each split.

  • The final prediction in a random forest is made by aggregating the predictions of all individual decision ...

Data Scientist Interview Questions Asked at Other Companies

asked in Intellect Design Arena
Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
View answers (5)
asked in Bajaj Finserv
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
View answers (2)
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
View answers (3)
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
View answers (3)
asked in Bajaj Finserv
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
View answer (1)
View All
A Data Scientist was asked 7mo ago
Q. How would you handle a class-imbalanced dataset to increase the F1 score?
Ans. 

Handling class imbalanced dataset involves techniques like resampling, using different algorithms, adjusting class weights, and using ensemble methods.

  • Use resampling techniques like oversampling the minority class or undersampling the majority class.

  • Try using different algorithms that are less sensitive to class imbalance, such as Random Forest or XGBoost.

  • Adjust class weights in the model to give more importance t...

A Data Scientist was asked 9mo ago
Q. What is the difference between precision and recall?
Ans. 

Precision is the ratio of correctly predicted positive observations to the total predicted positives, while recall is the ratio of correctly predicted positive observations to the all observations in actual class.

  • Precision focuses on the accuracy of positive predictions, while recall focuses on the proportion of actual positives that were correctly identified.

  • Precision = TP / (TP + FP), Recall = TP / (TP + FN)

  • High...

What people are saying about Deloitte

View All
a data engineer
2w
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Deloitte?
Ask anonymously on communities.
A Data Scientist was asked 12mo ago
Q. Explain the pipeline flow.
Ans. 

Pipeline flow is the process of moving data through a series of interconnected stages or steps in a systematic manner.

  • Pipeline flow involves the sequential movement of data from one stage to another, with each stage performing a specific task or transformation.

  • It helps in automating and streamlining the data processing process, making it more efficient and scalable.

  • Examples of pipeline flow include data preprocess...

🔥 Asked by recruiter 2 times
A Data Scientist was asked 12mo ago
Q. What is your expected CTC?
Ans. 

I am looking for a competitive salary based on industry standards and my experience.

  • Research industry standards for Data Scientist salaries

  • Consider my level of experience and skills when determining salary expectations

  • Be open to negotiation based on the overall compensation package offered

A Data Scientist was asked 12mo ago
Q. What is homoscedasticity?
Ans. 

Homoscedasticity refers to the assumption that the variance of errors is constant across all levels of the independent variable.

  • Homoscedasticity is a key assumption in linear regression analysis.

  • It indicates that the residuals (errors) have constant variance.

  • If the residuals exhibit a pattern where the spread of points increases or decreases as the predicted values increase, it violates the assumption of homosceda...

Are these interview questions helpful?
A Data Scientist was asked 12mo ago
Q. What do you understand by Deep Learning Neural Networks?
Ans. 

Deep learning neural networks are a type of artificial neural network with multiple layers, used for complex pattern recognition.

  • Deep learning neural networks consist of multiple layers of interconnected nodes, allowing for more complex patterns to be learned.

  • They are capable of automatically learning features from data, eliminating the need for manual feature engineering.

  • Examples include Convolutional Neural Netw...

A Data Scientist was asked
Q. What are stemming and lemmatization?
Ans. 

Stemming and lemmatization are techniques used in natural language processing to reduce words to their base or root form.

  • Stemming is a process of reducing words to their base form by removing suffixes.

  • Lemmatization is a process of reducing words to their base form by considering the context and part of speech.

  • Stemming is faster but may not always produce a valid word, while lemmatization is slower but produces val...

A Data Scientist was asked
Q. How do you measure multicollinearity?
Ans. 

Multicollinearity can be measured using correlation matrix, variance inflation factor (VIF), or eigenvalues.

  • Calculate the correlation matrix to identify highly correlated variables.

  • Use the variance inflation factor (VIF) to quantify the extent of multicollinearity.

  • Check for high eigenvalues in the correlation matrix, indicating multicollinearity.

  • Consider using dimensionality reduction techniques like principal com...

1 2

Deloitte Data Scientist Interview Experiences

20 interviews found

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 30 Nov 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 May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

DSA was asked. And general coding language questions were asked. Previous experience based questions were asked.

Round 2 - Coding Test 

Machine Learning, Generative AI, Deep learning interview questions. 2 Coding problems based on Algorithms.

Round 3 - Technical 

(3 Questions)

  • Q1. One systems design question was there.
  • Add your answer
  • Q2. Situations based problems was there.
  • Add your answer
  • Q3. Questions on Past experiences.
  • Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Questions related to regression
  • Add your answer
  • Q2. Feature selection methods
  • Ans. 

    Feature selection methods help identify the most relevant variables for predictive modeling, improving model performance and interpretability.

    • Filter methods: Use statistical tests (e.g., Chi-square, ANOVA) to select features based on their relationship with the target variable.

    • Wrapper methods: Evaluate subsets of features by training a model (e.g., Recursive Feature Elimination) to find the best combination.

    • Embedded me...

  • Answered by AI
    Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image radhika modi

posted on 5 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the difference between precision and recall
  • Ans. 

    Precision is the ratio of correctly predicted positive observations to the total predicted positives, while recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • Precision focuses on the accuracy of positive predictions, while recall focuses on the proportion of actual positives that were correctly identified.

    • Precision = TP / (TP + FP), Recall = TP / (TP + FN)

    • High prec...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour test with 3 python programming questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Are all the decision trees same in a random forest ?
  • Ans. 

    No, decision trees in a random forest are different due to the use of bootstrapping and feature randomization.

    • Decision trees in a random forest are trained on different subsets of the data through bootstrapping.

    • Each decision tree in a random forest also considers only a random subset of features at each split.

    • The final prediction in a random forest is made by aggregating the predictions of all individual decision trees...

  • Answered by AI
    Add your answer
  • Q2. How will you handle class imbalanced dataset to increase the f1 score ?
  • Ans. 

    Handling class imbalanced dataset involves techniques like resampling, using different algorithms, adjusting class weights, and using ensemble methods.

    • Use resampling techniques like oversampling the minority class or undersampling the majority class.

    • Try using different algorithms that are less sensitive to class imbalance, such as Random Forest or XGBoost.

    • Adjust class weights in the model to give more importance to the...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They mainly focus on ML and DL. Go through all the algorithms and their working.

Skills evaluated in this interview

Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Pyspark, Random Forest, Favourite Project
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and do not tell any irrelevant details
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2024

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

(4 Questions)

  • Q1. What is stemming and lematization
  • Ans. 

    Stemming and lemmatization are techniques used in natural language processing to reduce words to their base or root form.

    • Stemming is a process of reducing words to their base form by removing suffixes.

    • Lemmatization is a process of reducing words to their base form by considering the context and part of speech.

    • Stemming is faster but may not always produce a valid word, while lemmatization is slower but produces valid wo...

  • Answered by AI
    Add your answer
  • Q2. Python coding about default values in class and funtions
  • Ans. 

    Explains default values in Python classes and functions with examples.

    • Default values allow functions to be called with fewer arguments.

    • Example: def greet(name='Guest'): returns 'Hello, Guest!' if no name is provided.

    • In classes, default values can be set in the __init__ method.

    • Example: class Person: def __init__(self, name='John'): sets default name to 'John'.

    • Default mutable arguments (like lists) can lead to unexpected...

  • Answered by AI
    Add your answer
  • Q3. Kmeans clustering evaluation
  • Add your answer
  • Q4. How to measure multicollinearity
  • Ans. 

    Multicollinearity can be measured using correlation matrix, variance inflation factor (VIF), or eigenvalues.

    • Calculate the correlation matrix to identify highly correlated variables.

    • Use the variance inflation factor (VIF) to quantify the extent of multicollinearity.

    • Check for high eigenvalues in the correlation matrix, indicating multicollinearity.

    • Consider using dimensionality reduction techniques like principal componen...

  • Answered by AI
    Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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

(2 Questions)

  • Q1. Explain pipeline flow
  • Ans. 

    Pipeline flow is the process of moving data through a series of interconnected stages or steps in a systematic manner.

    • Pipeline flow involves the sequential movement of data from one stage to another, with each stage performing a specific task or transformation.

    • It helps in automating and streamlining the data processing process, making it more efficient and scalable.

    • Examples of pipeline flow include data preprocessing, ...

  • Answered by AI
    Add your answer
  • Q2. Where we are using
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked in Management level instead of technologies
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Share details of projects done. But interviewer had his own bias in understanding.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is heavily dependent on panel. just be yourself even if interviewer does not get you.
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

(1 Question)

  • Q1. Basic ml questions Base python questions Questions from your cv
  • Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

It was good , basic projects and coding was asked

Anonymous
More about working at Deloitte
golden leaf award AmbitionBox awards

#16 Top Rated Mega Company - 2024

golden leaf award
  • HQ - London, United Kingdom, United States (USA)
  • Management Consulting
  • 1 Lakh+ Employees (India)
  • IT Services & Consulting
  • Accounting & Auditing

Deloitte Interview FAQs

How many rounds are there in Deloitte Data Scientist interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Deloitte Data Scientist 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 Python, Machine Learning, Data Science, Artificial Intelligence and Deep Learning.
What are the top questions asked in Deloitte Data Scientist interview?

Some of the top questions asked at the Deloitte Data Scientist interview -

  1. Are all the decision trees same in a random fores...read more
  2. How will you handle class imbalanced dataset to increase the f1 scor...read more
  3. What is biasing and what is overfitting and underfitt...read more
How long is the Deloitte Data Scientist interview process?

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

Tell us how to improve this page.

Deloitte Interviews By Designations

  • Deloitte Consultant Interview Questions
  • Deloitte Analyst Interview Questions
  • Deloitte Senior Consultant Interview Questions
  • Deloitte Assistant Manager Interview Questions
  • Deloitte Associate Analyst Interview Questions
  • Deloitte Tax Consultant Interview Questions
  • Deloitte Business Analyst Interview Questions
  • Deloitte Data Analyst Interview Questions
  • Show more
  • Deloitte Software Developer Interview Questions
  • Deloitte Senior Analyst Interview Questions

Interview Questions for Popular Designations

  • Data Analyst Interview Questions
  • Associate Interview Questions
  • Data Engineer Interview Questions
  • Senior Data Scientist Interview Questions
  • Data Science Intern Interview Questions
  • Decision Scientist Interview Questions
  • Data Scientist Intern Interview Questions
  • Data Science Analyst Interview Questions
  • Show more
  • Lead Data Scientist Interview Questions

Overall Interview Experience Rating

3.8/5

based on 17 interview experiences

Difficulty level

Moderate 88%
Hard 13%

Duration

Less than 2 weeks 63%
4-6 weeks 38%
View more

Data Scientist Interview Questions from Similar Companies

ZS
ZS Data Scientist Interview Questions
3.3
 • 10 Interviews
Ernst & Young
Ernst & Young Data Scientist Interview Questions
3.4
 • 6 Interviews
PwC
PwC Data Scientist Interview Questions
3.3
 • 5 Interviews
KPMG India
KPMG India Data Scientist Interview Questions
3.4
 • 3 Interviews
BCG
BCG Data Scientist Interview Questions
3.7
 • 2 Interviews
McKinsey & Company
McKinsey & Company Data Scientist Interview Questions
3.8
 • 1 Interview
Bain & Company
Bain & Company Data Scientist Interview Questions
3.9
 • 1 Interview
Gartner
Gartner Data Scientist Interview Questions
4.1
 • 1 Interview
Guidehouse
Guidehouse Data Scientist Interview Questions
3.7
 • 1 Interview
View all
Deloitte Data Scientist Salary
based on 642 salaries
₹9.9 L/yr - ₹23.1 L/yr
7% more than the average Data Scientist Salary in India
View more details

Deloitte Data Scientist Reviews and Ratings

based on 23 reviews

3.5/5

Rating in categories

3.6

Skill development

3.0

Work-life balance

3.6

Salary

3.8

Job security

3.7

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 23 Reviews and Ratings
Data Scientist Jobs at Deloitte
Deloitte
Deloitte - Senior Generative AI Data Scientist - Solution Design & Integration (7-12 yrs)

7-12 Yrs

Not Disclosed

Explore more jobs
Deloitte Salaries in India
Consultant
39.8k salaries
unlock blur

₹10.1 L/yr - ₹21.5 L/yr

Senior Consultant
24.7k salaries
unlock blur

₹16.5 L/yr - ₹33.2 L/yr

Analyst
16.5k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Assistant Manager
11.2k salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Manager
7.9k salaries
unlock blur

₹24.5 L/yr - ₹43.5 L/yr

Explore more salaries
Compare Deloitte with
Accenture

Accenture

3.7
Compare
PwC

PwC

3.3
Compare
Ernst & Young

Ernst & Young

3.4
Compare
Cognizant

Cognizant

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Deloitte Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter