Upload Button Icon Add office photos

Filter interviews by

Accenture Jr. Data Scientist Interview Questions and Answers for Freshers

Updated 13 Sep 2022

Accenture Jr. Data Scientist Interview Experiences for Freshers

1 interview found

Round 1 - Aptitude Test 

It was an half hour test 20 questions purely based on ML and statistical knowledge.

Round 2 - Technical 

(1 Question)

  • Q1. ML techniques, statistics behind them and questions about your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ML tecniques and algorithms and also the maths and statistics behind them

Interview questions from similar companies

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

I applied via Job Fair and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Hackrank coding round of machine learning questions

Round 2 - Technical 

(5 Questions)

  • Q1. What is logistic regression
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is used when the dependent variable is binary (e.g., 0 or 1, yes or no).

    • It estimates the probability that a given input belongs to a certain category.

    • It uses the logistic function to model the relationship between the dependent variable and independent variables.

    • Coe...

  • Answered by AI
  • Q2. What is linear regression
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that repres...

  • Answered by AI
  • Q3. What experince do you have in model deployment
  • Ans. 

    I have experience deploying machine learning models using cloud services like AWS SageMaker and Azure ML.

    • Deployed a sentiment analysis model on AWS SageMaker for real-time predictions

    • Deployed a recommendation system model on Azure ML for batch predictions

    • Used Docker containers to deploy models in production environments

  • Answered by AI
  • Q4. What are transformers ?
  • Ans. 

    Transformers are models used in natural language processing (NLP) that learn contextual relationships between words.

    • Transformers use self-attention mechanisms to weigh the importance of different words in a sentence.

    • They have revolutionized NLP tasks such as language translation, sentiment analysis, and text generation.

    • Examples of transformer models include BERT, GPT-3, and RoBERTa.

  • Answered by AI
  • Q5. What is hyperparameter tuning
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins, such as learning rate, number of hidden layers, etc.

    • Hyperparameter tuning involves trying out different combinations of hyperparameters to find the ones that result in the best model performance.

    • Techniques for hyperparameter tuning...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is L1 and L2 Regularization?
  • Ans. 

    L1 and L2 regularization are techniques used in machine learning to prevent overfitting by adding penalty terms to the cost function.

    • L1 regularization adds the absolute values of the coefficients as penalty term to the cost function.

    • L2 regularization adds the squared values of the coefficients as penalty term to the cost function.

    • L1 regularization can lead to sparse models by forcing some coefficients to be exactly zer...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Debugging,data analysis, coding,

Round 2 - Coding Test 

Data analysis, debugging,coding

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic DP, Array Questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Resume Walkthrough and Discussion, Medium level coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with Manager
Round 5 - HR 

(1 Question)

  • Q1. Normal HR round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are hyperparameters in random forest
  • Ans. 

    Hyperparameters in random forest are parameters that are set before the learning process begins.

    • Hyperparameters control the behavior of the random forest algorithm.

    • They are set by the data scientist and are not learned from the data.

    • Examples of hyperparameters in random forest include the number of trees, the maximum depth of trees, and the number of features considered at each split.

  • Answered by AI
  • Q2. How to do QnA system with LLM
  • Ans. 

    A QnA system with LLM is a system that uses the Language Model for Information Retrieval and Question Answering.

    • Preprocess the input question and convert it into a format suitable for the LLM model.

    • Fine-tune the LLM model on a dataset of question-answer pairs.

    • Use the fine-tuned model to generate answers for new questions.

    • Evaluate the performance of the QnA system using metrics like precision, recall, and F1 score.

    • Itera...

  • Answered by AI
  • Q3. How to do unit testing
  • Ans. 

    Unit testing is a process of testing individual units of code to ensure they function correctly.

    • Write test cases for each unit of code

    • Test inputs, outputs, and edge cases

    • Use testing frameworks like JUnit or pytest

    • Automate tests to run regularly

    • Ensure tests are independent, isolated, and repeatable

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. Question on based resume points
  • Q2. 2 to 3 codes
  • Q3. Project explanation
Round 3 - One-on-one 

(3 Questions)

  • Q1. Deep question and answering to know candidature behavior based on Resume
  • Q2. Coding in python
  • Q3. Project explanation
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario round, knowing how you think at particular situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Do best practice of code, screen your resume by yourselves max to max, project explanation is like storytelling to small child.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Just prepared all the tricks before attempting aptitude so that exam gets solved quicker.

Round 3 - HR 

(1 Question)

  • Q1. They asked me about my Background and what all projects I’ve worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared and give the best of yours.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. NLP and Computer Vision based Question were asked.
Round 2 - Technical 

(1 Question)

  • Q1. General Questions on Machine Learning and deployments technique
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiations and joining discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions are subject to current project requirements
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions from your CV
Round 2 - Technical 

(2 Questions)

  • Q1. Question on transformers
  • Q2. Comparison of transfer learning and fintuning.
  • Ans. 

    Transfer learning involves using pre-trained models on a different task, while fine-tuning involves further training a pre-trained model on a specific task.

    • Transfer learning uses knowledge gained from one task to improve learning on a different task.

    • Fine-tuning involves adjusting the parameters of a pre-trained model to better fit a specific task.

    • Transfer learning is faster and requires less data compared to training a...

  • Answered by AI

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Jr. Data Scientist interview for freshers?
Accenture interview process for freshers usually has 2 rounds. The most common rounds in the Accenture interview process for freshers are Aptitude Test and Technical.
How to prepare for Accenture Jr. Data Scientist interview for freshers?
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 Artificial Intelligence, Azure, Business process, Consulting and Data Analysis.
What are the top questions asked in Accenture Jr. Data Scientist interview for freshers?

Some of the top questions asked at the Accenture Jr. Data Scientist interview for freshers -

  1. What are the different supervised models u...read more
  2. linear regression, logistic regression, decision t...read more
  3. ML techniques, statistics behind them and questions about your proj...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k 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.7k 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.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture Jr. Data Scientist Salary
based on 34 salaries
₹3.5 L/yr - ₹11.5 L/yr
17% more than the average Jr. Data Scientist Salary in India
View more details

Accenture Jr. Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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