Upload Button Icon Add office photos

Filter interviews by

Adidas Data Scientist Interview Questions and Answers

Updated 26 Aug 2024

Adidas Data Scientist Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is supervised learning
  • Ans. 

    Supervised learning is a type of machine learning where the model is trained on labeled data to make predictions or decisions.

    • Uses labeled training data to learn the mapping between input and output variables

    • The model is trained on a dataset where the correct output is known

    • Examples include classification and regression tasks

  • Answered by AI
  • Q2. What is overfitting
  • Ans. 

    Overfitting occurs when a model learns the noise in the training data rather than the underlying pattern.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization on new, unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • Example: A decision tree with too many branches that perfectly fits the training d

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

15 statistical and logical questions

Round 2 - Coding Test 

2 easy to medium coding problmes. e.g. swapping the array.

Round 3 - Technical 

(2 Questions)

  • Q1. What is regression ? how it works
  • Ans. 

    Regression is a statistical method used to analyze the relationship between variables and predict outcomes.

    • Regression models the relationship between a dependent variable and one or more independent variables.

    • It works by finding the best-fit line that minimizes the sum of squared differences between the actual and predicted values.

    • Examples include linear regression, polynomial regression, and logistic regression.

  • Answered by AI
  • Q2. Questions on recent projects
Round 4 - HR 

(1 Question)

  • Q1. Basic back ground check

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is decision tree
  • Ans. 

    A decision tree is a flowchart-like structure in which each internal node represents a test on an attribute, each branch represents the outcome of the test, and each leaf node represents a class label.

    • Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • They are easy to interpret and visualize, making them useful for understanding the decision-making process.

    • Each internal...

  • Answered by AI
  • Q2. What are model evaluation metrics?
  • Ans. 

    Model evaluation metrics are used to assess the performance of machine learning models.

    • Model evaluation metrics help in determining how well a model is performing in terms of accuracy, precision, recall, F1 score, etc.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, ROC-AUC, confusion matrix, and mean squared error.

    • These metrics help in comparing different models and selecting the best one for a...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Intermediate level SQL questions using joins and case when
  • Q2. String manipulation advanced level question in python
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on NLP frameworks, feature engineering, decision tree, dimensionality reduction techniques.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Behavioral interview 

(1 Question)

  • Q1. A time when you delivered more than expected
  • Ans. 

    I delivered more than expected by implementing a new machine learning algorithm that significantly improved model accuracy.

    • Identified the need for a more advanced algorithm based on data analysis

    • Researched and implemented a cutting-edge machine learning algorithm

    • Tested the new algorithm on a sample dataset and compared results with existing models

    • Achieved a significant increase in model accuracy, exceeding initial expe

  • Answered by AI
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 Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Python , ML, Deep Learning and resume based questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related
Round 3 - HR 

(1 Question)

  • Q1. Usual HR questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Assessment was given and I was asked to explain about the steps and procedures carried out and few basic questions on my assessment was asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 4 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 - Aptitude Test 

Test based on Python Programming nomenclatures and statistical concepts.

Round 3 - Group Discussion 

One topic to discuss based on latest in technology. For example Impact of AI on human jobs

Round 4 - Technical 

(3 Questions)

  • Q1. Technical and HR round is combined for understanding behaviour of the candidate.
  • Q2. What is Naive Bayes Algorithm?
  • Ans. 

    Naive Bayes Algorithm is a simple probabilistic classifier based on Bayes' theorem with strong independence assumptions.

    • It is based on the assumption that the presence of a particular feature in a class is unrelated to the presence of any other feature.

    • It calculates the probability of each class given a set of input features and selects the class with the highest probability.

    • Commonly used in text classification, spam f...

  • Answered by AI
  • Q3. What is Logistic Regression and what are the assumptions of linear regression?
  • Ans. 

    Logistic Regression is a statistical method used to model the probability of a binary outcome.

    • 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.

    • Assumptions of linear regression include linearity, independence of errors, homoscedasticity, and normality of errors.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crystal clear about your CV. Mostly questions in the final round are based on the projects listed on the CV.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe a decision tree
  • Ans. 

    A decision tree is a flowchart-like model that shows the possible outcomes of a decision based on certain conditions.

    • It is a tree-like structure with nodes representing decisions and branches representing outcomes

    • Each node has a condition that determines which branch to follow

    • It is commonly used in machine learning for classification and regression tasks

    • Example: A decision tree for predicting whether a customer will bu...

  • Answered by AI
  • Q2. What is random forest
  • Ans. 

    Random forest is an ensemble learning method for classification, regression and other tasks.

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

    • It is a popular machine learning algorithm due to its high accuracy and ability to handle large datasets.

    • Random forest can be used for both classification and regression tasks.

    • It is resistant to overfitting and can handle missing data.

    • Exa...

  • Answered by AI
  • Q3. What is neural network
  • Ans. 

    Neural network is a type of machine learning algorithm inspired by the structure and function of the human brain.

    • Consists of layers of interconnected nodes that process information

    • Used for tasks such as image recognition, natural language processing, and prediction

    • Can be trained using supervised, unsupervised, or reinforcement learning

    • Examples include convolutional neural networks, recurrent neural networks, and deep n

  • Answered by AI
Round 2 - Coding Test 

Leetcode style coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare deep learning and AI. Practice leetcode

Skills evaluated in this interview

Adidas Interview FAQs

How many rounds are there in Adidas Data Scientist interview?
Adidas interview process usually has 1 rounds. The most common rounds in the Adidas interview process are Technical.
How to prepare for Adidas 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 Adidas. The most common topics and skills that interviewers at Adidas expect are Analytics, Coding, Data Analysis, Image Processing and Computer science.
What are the top questions asked in Adidas Data Scientist interview?

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

  1. What is supervised learn...read more
  2. What is overfitt...read more

Tell us how to improve this page.

Adidas Data Scientist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Trident Group Interview Questions
3.6
 • 110 Interviews
Shahi Exports Interview Questions
4.0
 • 98 Interviews
H&M Interview Questions
3.9
 • 87 Interviews
Relaxo Footwear Interview Questions
4.2
 • 79 Interviews
Welspun Interview Questions
4.0
 • 63 Interviews
Pantaloons Interview Questions
4.2
 • 57 Interviews
PUMA Interview Questions
4.3
 • 51 Interviews
NIKE Interview Questions
4.2
 • 38 Interviews
View all
Adidas Data Scientist Salary
based on 8 salaries
₹19.6 L/yr - ₹42 L/yr
115% more than the average Data Scientist Salary in India
View more details
Store Manager
193 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Retail Associate
105 salaries
unlock blur

₹1 L/yr - ₹6.8 L/yr

Assistant Manager
103 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
90 salaries
unlock blur

₹16.5 L/yr - ₹45 L/yr

Software Developer
87 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Explore more salaries
Compare Adidas with

NIKE

4.2
Compare

PUMA

4.3
Compare

Under Armour

4.1
Compare

Reebok

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