Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Data Scientist Interview Questions and Answers

Updated 5 Jun 2025

16 Interview questions

A Data Scientist was asked
Q. How do you choose which ML model to use?
Ans. 

The choice of ML model depends on the problem, data, and desired outcome.

  • Consider the problem type: classification, regression, clustering, etc.

  • Analyze the data: size, quality, features, and target variable.

  • Evaluate model performance: accuracy, precision, recall, F1-score.

  • Consider interpretability, scalability, and computational requirements.

  • Experiment with multiple models: decision trees, SVM, neural networks, et...

A Data Scientist was asked 2mo ago
Q. What is the Distribution ? Type of distribution ?
Ans. 

A distribution describes how values of a variable are spread or arranged, often represented graphically or mathematically.

  • Normal Distribution: A bell-shaped curve where most values cluster around the mean (e.g., heights of people).

  • Binomial Distribution: Represents the number of successes in a fixed number of trials (e.g., flipping a coin).

  • Poisson Distribution: Models the number of events occurring in a fixed inter...

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
A Data Scientist was asked
Q. What different splitting criterion are applied in decision tree. Why random forest works better ?
Ans. 

Different splitting criteria in decision trees include Gini impurity, entropy, and misclassification error. Random forest works better due to ensemble learning and reducing overfitting.

  • Splitting criteria in decision trees: Gini impurity, entropy, misclassification error

  • Random forest works better due to ensemble learning and reducing overfitting

  • Random forest combines multiple decision trees to improve accuracy and ...

A Data Scientist was asked 7mo ago
Q. What are the parameters of a Decision Tree?
Ans. 

Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

  • Max depth: maximum depth of the tree

  • Min samples split: minimum number of samples required to split an internal node

  • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

  • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

What people are saying about Accenture

View All
a team lead
2w
Regretting my offer negotiation
Hello Peeps, I need your honest opinions. I am working as a Team lead for SAP BASIS with 8.5 YOE. Cracked an interview at a fairly good product based company. My ctc is 16.5 F+2.5 VP. I demanded 25 lpa fixed considering 50% hike on my current Fixed. Now one month before joining my colleagues have been saying that I should have negotiated definitely more than this And that I made a big mistake. I do have a similar offer but I do not want to counter offer since I have made a professional commitment to them. Thanks 😊
Got a question about Accenture?
Ask anonymously on communities.
A Data Scientist was asked
Q. Last 2 projects Various ml algos Difference between random forest and xgboost Hyperparameter tuning Some NLP questions Chi-sq test
Ans. 

The question asks about the last 2 projects, ML algorithms, the difference between random forest and xgboost, hyperparameter tuning, NLP questions, and chi-sq test.

  • Discuss the details of the last 2 projects you worked on

  • Explain various machine learning algorithms you are familiar with

  • Highlight the differences between random forest and xgboost

  • Describe your experience with hyperparameter tuning

  • Answer NLP-related que...

What are the roles & responsibilities of a Data Scientist at Accenture?

Data Handling

  • Collect data from various sources and stakeholders
  • Ensure data quality through audits and scrubbing

Read full roles & responsibilities

A Data Scientist was asked
Q. Why we use mission learning Mission learning used for analysis the data's and we can able to predict and we add some additional algorithm it's mainly used for prediction and AI.
Ans. 

Mission learning is used for data analysis and prediction with additional algorithms for AI.

  • Mission learning is a subset of machine learning that focuses on predicting outcomes based on data analysis.

  • It involves using algorithms to learn patterns and make predictions based on new data.

  • Examples include image recognition, natural language processing, and recommendation systems.

Accenture HR Interview Questions

1.3k questions and answers

Q. Can you explain your past experiences and how you can contribute to the org ... read more
Q. Which company conducted your interview?
Q. Where do you envision yourself in the next three years?

Accenture Data Scientist Interview Experiences

33 interviews found

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

(3 Questions)

  • Q1. Difference between bagging and boosting
  • Q2. Parameters of Decision Tree
  • Ans. 

    Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

    • Max depth: maximum depth of the tree

    • Min samples split: minimum number of samples required to split an internal node

    • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

    • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

  • Answered by AI
  • Q3. Explain any one of your project in detail
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest to build the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

    • Provided actionable insights to the company to reduce customer churn rate

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked to explain the projects I have done
  • Q2. What part did I play in the projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your experience questions well and be ready for follow up questions

Data Scientist Interview Questions & Answers

user image Nidhi Bartakke

posted on 29 Aug 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about project you used predictive analytics
  • Q2. Given you are a retailer in Mumbai, where would you base your new store and marketing strategy?
  • Ans. 

    Strategically locate the store in high foot traffic areas and tailor marketing to local demographics in Mumbai.

    • Analyze foot traffic data to identify high-traffic areas like malls or busy markets.

    • Consider demographics: target affluent neighborhoods for premium products.

    • Utilize local festivals and events for marketing campaigns, e.g., Diwali promotions.

    • Leverage social media to engage with local communities and promote st...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting
  • Q2. Difference between cnn and rnn
  • Ans. 

    CNN is used for image recognition, RNN is used for sequential data like text or time series.

    • CNN is Convolutional Neural Network, used for image recognition tasks.

    • RNN is Recurrent Neural Network, used for sequential data like text or time series.

    • CNN uses convolutional layers to extract features from images, while RNN uses recurrent connections to remember past information.

    • CNN is good at capturing spatial dependencies in...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

user image Kezia John Pulavarthi

posted on 16 Jan 2025

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

(2 Questions)

  • Q1. ML BASIC QUESTIONS
  • Q2. NUMPY PANDAS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What languages do you know and model in

Data Scientist Interview Questions & Answers

user image MOHAMMAD ZEESHAN

posted on 13 Aug 2024

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

It was easy to medium. There are three sections English, Logical Reasoning and Technical mcq.

Round 2 - Case Study 

Data Science Problem, they want to know your statistics, prob, and machine learning.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is total conceptual. If you know stat, prob and machine learning in depth, you can easily crack.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain a project written in resume.
Round 2 - Technical 

(1 Question)

  • Q1. Explain a project from you resume.
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths?

Data Scientist Interview Questions & Answers

user image Niraj Koli

posted on 11 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What are the assumptions of Linear Rregression?
  • Q2. What is the Distribution ? Type of distribution ?
  • Ans. 

    A distribution describes how values of a variable are spread or arranged, often represented graphically or mathematically.

    • Normal Distribution: A bell-shaped curve where most values cluster around the mean (e.g., heights of people).

    • Binomial Distribution: Represents the number of successes in a fixed number of trials (e.g., flipping a coin).

    • Poisson Distribution: Models the number of events occurring in a fixed interval o...

  • Answered by AI
  • Q3. What is central limit theorem /

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the fundamentals of stats and machine learning
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Linear regression

Accenture Interview FAQs

How many rounds are there in Accenture Data Scientist interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Accenture 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 Accenture. The most common topics and skills that interviewers at Accenture expect are Python, Machine Learning, Data Science, SQL and Data Analysis.
What are the top questions asked in Accenture Data Scientist interview?

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

  1. Why we use mission learning Mission learning used for analysis the data's and w...read more
  2. What different splitting criterion are applied in decision tree. Why random for...read more
  3. How do you choose which ml model to u...read more
How long is the Accenture Data Scientist interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 34 interview experiences

Difficulty level

Moderate 94%
Hard 6%

Duration

Less than 2 weeks 67%
2-4 weeks 13%
4-6 weeks 13%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

TCS Data Scientist Interview Questions
3.5
 • 11.2k Interviews
Wipro Data Scientist Interview Questions
3.7
 • 6.2k Interviews
HCLTech Data Scientist Interview Questions
3.5
 • 4.2k Interviews
Genpact Data Scientist Interview Questions
3.7
 • 3.5k Interviews
IBM Data Scientist Interview Questions
3.9
 • 2.5k Interviews
View all
Accenture Data Scientist Salary
based on 1.3k salaries
₹8.3 L/yr - ₹24.4 L/yr
5% more than the average Data Scientist Salary in India
View more details

Accenture Data Scientist Reviews and Ratings

based on 79 reviews

3.6/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.2

Salary

3.7

Job security

3.6

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 79 Reviews and Ratings
Application Development Analyst
39.4k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16.1 L/yr

Team Lead
27k salaries
unlock blur

₹12.7 L/yr - ₹22.5 L/yr

Senior Analyst
20k salaries
unlock blur

₹9.1 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.6k salaries
unlock blur

₹10.4 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Accenture with

TCS

3.5
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview