Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Michelin Team. If you also belong to the team, you can get access from here

Michelin Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Michelin Senior Data Scientist Interview Questions and Answers

Updated 3 Apr 2024

Michelin Senior Data Scientist Interview Experiences

1 interview found

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

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is data drift and do you have any experience in model lifecycle management?
  • Ans. 

    Data drift is the concept of data changing over time, affecting the performance of machine learning models. Model lifecycle management involves monitoring and updating models to maintain accuracy.

    • Data drift refers to the phenomenon where the statistical properties of the target variable change over time, leading to a decrease in model performance.

    • Examples of data drift include changes in customer behavior, shifts in ma...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This role is more focussed on dev-ops but the HR team advertises this as a Data Scientist role. Please apply only if you are interested in dev-ops.

Skills evaluated in this interview

Senior Data Scientist Jobs at Michelin

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Technical understanding on ETHERNET AVB protocol.
  • Q2. Bluetooth Audio profile A2DP,Hfp
  • Q3. Linux device tree configuration
  • Q4. I2c speed in linux
  • Ans. 

    I2C is a communication protocol used to connect multiple devices in a network. In Linux, the speed of I2C can be configured.

    • I2C speed can be set using the 'i2cset' command in Linux

    • The speed can also be configured in the device tree

    • The maximum speed supported by the hardware should be considered when setting the speed

    • Different devices may require different speeds for optimal performance

  • Answered by AI
  • Q5. Gstreamer pipeline related question
  • Q6. Pulseaudio related
  • Q7. Compilation steps
  • Q8. What is pure virtual function
  • Ans. 

    A pure virtual function is a function declared in a base class without implementation, which must be overridden by derived classes.

    • Pure virtual functions are declared with the syntax: virtual void functionName() = 0;

    • Classes containing pure virtual functions are called abstract classes and cannot be instantiated.

    • Pure virtual functions provide a way to achieve polymorphism in C++.

    • Example: virtual void draw() = 0; // decl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well have confidence in what u say. If u don't knw say it don't bluff

Skills evaluated in this interview

Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Volatile keyword in C
  • Ans. 

    Volatile keyword in C is used to indicate that a variable's value may change unexpectedly.

    • It is used to prevent compiler optimization

    • It is commonly used in embedded systems programming

    • It is not a substitute for proper synchronization mechanisms

    • Example: volatile int *ptr; // pointer to volatile integer

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What will u do if u think u cant meet deadline
Round 4 - HR 

(1 Question)

  • Q1. Why are u joining Bosch

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand embedded C basics, projects u have worked so far

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical area skill level questions Testing on basic coding knowledge - familiar coding language Behavioral questions & test ones growth mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Research about the department before interviewing to know more about the opening and the actual requirement that fulfills your skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Resume related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related questions
  • Q2. DS questions, Easy level from leetcode.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is static constructor
  • Ans. 

    Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.

    • Static constructor is used to initialize static data members of a class.

    • It is automatically called by the .NET Framework when the class is loaded.

    • Static constructor does not take any parameters.

    • It is used to perform any necessary initialization before any instance of the class is created.

  • Answered by AI
  • Q2. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Nov 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep Dive into Power Bi projects Basic Sql queries Python certification if any Explain the projects with deep dive into analytics
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic qaunts, logical, excel

Round 2 - Technical 

(1 Question)

  • Q1. Sql, excel, tableau questions
Round 3 - HR 

(2 Questions)

  • Q1. About yourself in detail
  • Q2. Hr related questions, salary expectation, stregth, weakness,
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is Etl
  • Ans. 

    ETL stands for Extract, Transform, Load, a process for integrating and preparing data for analysis.

    • Extract: Collecting data from various sources like databases, APIs, or flat files.

    • Transform: Cleaning and converting data into a suitable format, e.g., changing date formats or aggregating data.

    • Load: Storing the transformed data into a target database or data warehouse for analysis.

    • Example: Extracting sales data from mult...

  • Answered by AI
  • Q2. What is data warehouse
  • Ans. 

    A data warehouse is a centralized repository for storing and analyzing large volumes of structured and unstructured data.

    • Integrates data from multiple sources, such as databases, CRM systems, and external data feeds.

    • Supports business intelligence activities, including reporting, data mining, and analytics.

    • Uses ETL (Extract, Transform, Load) processes to prepare data for analysis.

    • Examples include Amazon Redshift, Google...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2023. 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 - HR 

(2 Questions)

  • Q1. What is your expectations
  • Q2. As per industry norms

Interview Preparation Tips

Interview preparation tips for other job seekers - rejected

Michelin Interview FAQs

How many rounds are there in Michelin Senior Data Scientist interview?
Michelin interview process usually has 1 rounds. The most common rounds in the Michelin interview process are Technical.
How to prepare for Michelin 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 Michelin. The most common topics and skills that interviewers at Michelin expect are Machine Learning, Data Analysis, Python, Text Mining and Data Modeling.

Tell us how to improve this page.

Michelin Senior Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 334 Interviews
Hitachi Astemo Interview Questions
4.0
 • 106 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
DENSO Interview Questions
4.1
 • 77 Interviews
CIE Automotive Interview Questions
3.6
 • 77 Interviews
JTEKT Interview Questions
4.1
 • 66 Interviews
Hyundai Mobis Interview Questions
3.8
 • 64 Interviews
Faurecia Interview Questions
3.9
 • 63 Interviews
Tenneco Interview Questions
3.8
 • 62 Interviews
View all
Michelin Senior Data Scientist Salary
based on 11 salaries
₹17.5 L/yr - ₹31.3 L/yr
At par with the average Senior Data Scientist Salary in India
View more details

Michelin Senior Data Scientist Reviews and Ratings

based on 2 reviews

3.6/5

Rating in categories

2.7

Skill development

5.0

Work-life balance

2.6

Salary

4.5

Job security

3.2

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 2 Reviews and Ratings
Senior Data Scientist

Pune

8-13 Yrs

Not Disclosed

Senior Data Scientist

Pune

8-13 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
182 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Oprating Engineer
145 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Area Sales Manager
120 salaries
unlock blur

₹8.1 L/yr - ₹17.9 L/yr

Deputy Manager
70 salaries
unlock blur

₹11 L/yr - ₹21.5 L/yr

Senior Operations Engineer
61 salaries
unlock blur

₹2.7 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Michelin with

Bosch

4.2
Compare

Faurecia

3.9
Compare

Hitachi Astemo

4.0
Compare

Valeo

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