Upload Button Icon Add office photos

Filter interviews by

Accenture Senior Data Scientist Interview Questions, Process, and Tips

Updated 29 Jul 2024

Top Accenture Senior Data Scientist Interview Questions and Answers

Accenture Senior Data Scientist Interview Experiences

4 interviews found

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

I applied via Referral and was interviewed before Dec 2021. There were 2 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 

(2 Questions)

  • Q1. What is p value? What is spacy, NLP, NER model?
  • Ans. 

    p value is a statistical measure that helps determine the significance of a hypothesis test.

    • p value is the probability of obtaining a result as extreme or more extreme than the observed result, assuming the null hypothesis is true.

    • A p value of less than 0.05 is considered statistically significant.

    • Spacy is an open-source software library for advanced natural language processing (NLP).

    • NLP is a field of study that focuse...

  • Answered by AI
  • Q2. What is lamda function in python?
  • Ans. 

    Lambda function is an anonymous function in Python that can take any number of arguments and can only have one expression.

    • Lambda functions are defined using the keyword 'lambda'.

    • They are commonly used with built-in functions like filter(), map(), and reduce().

    • Lambda functions can be used to create small, throwaway functions that are not needed elsewhere in the code.

    • They are often used to write more concise and readable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If your basics are strong you can clear technical rpund.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Question From Regression, classification and clustering Algorithm.
  • Q2. Bagging and boosting
  • Q3. How to handel less dataset for regression problems
  • Ans. 

    Use techniques like regularization, feature selection, cross-validation, and data augmentation.

    • Utilize regularization techniques like Lasso or Ridge regression to prevent overfitting.

    • Perform feature selection to focus on the most important variables and reduce noise.

    • Use cross-validation to assess model performance and generalizability.

    • Consider data augmentation techniques like synthetic data generation or bootstrapping...

  • Answered by AI
  • Q4. Python Coding and some scenario based ML question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question from My project and mentioned skills in resume
  • Q2. How will you lead team and what your ways.
  • Ans. 

    I will lead by setting clear goals, providing guidance, fostering collaboration, and recognizing team achievements.

    • Set clear goals and expectations for the team

    • Provide guidance and support to team members

    • Foster collaboration and communication within the team

    • Recognize and reward team achievements

    • Lead by example and demonstrate strong work ethic

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crips in your resume and have good confidence to express yourself.

Skills evaluated in this interview

Senior Data Scientist Interview Questions Asked at Other Companies

Q1. What is the difference between logistic and linear regression?
asked in SAP
Q2. Count all pairs of numbers from a list where the ending digit of ... read more
asked in Kyndryl
Q3. Print rows where a certain criterion is met (ex - in a dataset of ... read more
asked in Kyndryl
Q4. Extract only India Players from dictionary (using list comprehens ... read more
Q5. How do you handle large amount of data in financial domain?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain BERT Model Architecture and It differs form GPT
  • Ans. 

    BERT is a bidirectional transformer model for pre-training language representations, while GPT is a generative model.

    • BERT is a pre-training model that learns contextual representations of words by considering both left and right context.

    • GPT is a generative model that uses a transformer decoder to generate text based on the context.

    • BERT is bidirectional, meaning it can understand the context of a word by looking at both...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your Project well , what are problem you faced how you solved them techniques used concept behind the technique

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. 2 python coding questions. First one was to find common elements between given 2 arrays. Second was to reverse the string and return back. 2. Discussions on project, Machine learning, Deep learning conc...
Round 3 - Technical 

(1 Question)

  • Q1. 1.Discussions on project, one case study given related to data science and other behavioral questions asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Have good understanding of basic python, SQL will suffice.
2.Have a good grasp on project you have done.

Accenture interview questions for designations

 Data Scientist

 (30)

 Jr. Data Scientist

 (2)

 Decision Scientist

 (1)

 Senior Data Analyst

 (11)

 Senior Data Scientist Lead

 (1)

 Senior Analytics and Data Scientist

 (1)

 Data Science Consultant

 (8)

 Data Science Engineer

 (2)

Interview questions from similar companies

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one easy question and asked what will be the output
  • Q2. Leetcode 2 sum question

Interview Preparation Tips

Interview preparation tips for other job seekers - I was pretty much sure that I would pass L1 round and hoping for L2 round. I was interviewing for Generative AI Engineer. It was full 1 hr. The interviewer was less experienced than me. He asked me about my current work and focused more on previous work. I gave 80% correct answers and still did not make it. Don't know what they were expecting from me. Then I thought, maybe they are just taking the interview for the name sake. Sometimes, rejections are baseless.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Difference between attention and self attention
  • Ans. 

    Attention focuses on specific parts of input data, while self attention considers relationships within the input data itself.

    • Attention is used in models like seq2seq for machine translation to focus on relevant parts of the input sequence.

    • Self attention is used in transformer models to capture dependencies between different words in a sentence.

    • Attention mechanisms can be either global or local, while self attention is

  • Answered by AI
  • Q2. Project related questions
  • Q3. Feature engineering
  • Q4. Handling null values
  • Ans. 

    Handling null values is crucial for data integrity and analysis.

    • Identify null values in the dataset using functions like isnull() or isna()

    • Decide on the best strategy to handle null values - imputation, deletion, or flagging

    • Impute missing values using mean, median, mode, or predictive modeling techniques

    • Delete rows or columns with a high percentage of missing values if they cannot be imputed

    • Flag null values to distingu

  • Answered by AI
  • Q5. Handling imbalanced training data
  • Ans. 

    Handling imbalanced training data is crucial for model performance and accuracy.

    • Use techniques like oversampling, undersampling, or SMOTE to balance the dataset

    • Utilize algorithms that are robust to imbalanced data, such as Random Forest or XGBoost

    • Consider using ensemble methods or cost-sensitive learning to address class imbalance

  • Answered by AI
  • Q6. Overfitting optimize
  • Q7. What is text embeddings
  • Ans. 

    Text embeddings are numerical representations of text data that capture semantic meaning.

    • Text embeddings convert words or sentences into numerical vectors.

    • They are used in natural language processing tasks like sentiment analysis, text classification, and machine translation.

    • Popular techniques for generating text embeddings include Word2Vec, GloVe, and BERT.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted bookish answers and was kinda rude for no reason and wasn't interested in listening

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning, Deep learning, Generative AI, the working of transformers etc.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning and deep learning with projects done. This was a client round.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, project discussion, why change? Why Wipro
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of Machine Learning, Gradient Descent, Trade-off, etc.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is F Score
  • Ans. 

    F Score is a measure of a test's accuracy that considers both the precision and recall of the test.

    • F Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)

    • It is used in binary classification tasks to balance precision and recall.

    • A high F Score indicates a model with both high precision and high recall.

  • Answered by AI
  • Q2. What is TFIDF in NLP
  • Ans. 

    TFIDF stands for Term Frequency-Inverse Document Frequency, a numerical statistic that reflects how important a word is to a document in a collection or corpus.

    • TFIDF is used in natural language processing to evaluate the importance of a word in a document relative to a collection of documents.

    • It combines two metrics: term frequency (TF) and inverse document frequency (IDF).

    • TFIDF helps in identifying the significance of...

  • Answered by AI
  • Q3. What is cosine similarity
  • Ans. 

    Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space.

    • It measures the cosine of the angle between two vectors.

    • Values range from -1 (completely opposite) to 1 (identical), with 0 indicating orthogonality.

    • Commonly used in text mining for document similarity and recommendation systems.

  • Answered by AI
  • Q4. How do you generate embeddings
  • Ans. 

    Embeddings are generated by converting words or entities into numerical vectors in a high-dimensional space.

    • Use pre-trained word embeddings like Word2Vec, GloVe, or FastText

    • Train your own embeddings using algorithms like Word2Vec, GloVe, or FastText on a large corpus of text data

    • Fine-tune pre-trained embeddings on domain-specific data to improve performance

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Almost everything from statistics to EDA & ML models
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on projects I've already done, especially on last project and project of the interviewer
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics correctly.
understand everything from your projects.
thats it..rock it

Accenture Interview FAQs

How many rounds are there in Accenture Senior Data Scientist interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Accenture Senior 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 Business Solutions, Business process, Coding, Consulting and Data Analysis.
What are the top questions asked in Accenture Senior Data Scientist interview?

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

  1. How to handel less dataset for regression probl...read more
  2. What is lamda function in pyth...read more
  3. What is p value? What is spacy, NLP, NER mod...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture Senior Data Scientist Salary
based on 173 salaries
₹8.8 L/yr - ₹33 L/yr
28% less than the average Senior Data Scientist Salary in India
View more details

Accenture Senior Data Scientist Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.4

Salary

4.2

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

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