Upload Button Icon Add office photos

Michelin

Compare button icon Compare button icon Compare

Filter interviews by

Michelin Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

Michelin Software Engineer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed before Mar 2020. There was 1 interview round.

Round 1 - Aptitude Test 

Assignments with Reasoning and maths etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - More related to the project I did and database query and the info we provide in resume

I applied via Naukri.com and was interviewed in Feb 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. They ask about yourself 2. About your past experience 3. About you project 4. Some basic and intermediate technical questions about your last work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very good. Thanks god to give me an opportunity to become part of this lovely and well structured company. The person who took interview are helpful and very good

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Jobs at Michelin

View all

Interview questions from similar companies

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

Standard process in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Standard interview with live coding
  • Q2. Find the second largest element in an array
Round 3 - HR 

(1 Question)

  • Q1. Describe yourself in 3 words
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How would you preprocess the raw data
  • Ans. 

    Preprocessing raw data involves cleaning, transforming, and organizing data to make it suitable for analysis.

    • Remove any irrelevant or duplicate data

    • Handle missing values by imputation or deletion

    • Normalize or standardize numerical data

    • Encode categorical variables using techniques like one-hot encoding

    • Feature scaling for machine learning algorithms

    • Perform text preprocessing like tokenization and stemming

  • Answered by AI
  • Q2. How would you specify a solution that has been already existing
  • Ans. 

    Specify the existing solution by documenting its architecture, components, technologies used, and any modifications made.

    • Document the architecture of the solution, including high-level components and their interactions

    • List the technologies used in the solution, such as programming languages, frameworks, and databases

    • Describe any modifications or customizations made to the existing solution

    • Include any performance metric...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Embedded qns and oops qns
  • Q2. What is virtual function
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by allowing a function to be called based on the type of object it is called on.

    • Virtual functions are declared in a base cl...

  • Answered by AI
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q4. Please don't attend this interview
  • Q5. Idon'tknow hahab

Interview Preparation Tips

Interview preparation tips for other job seekers - Useless company w9rstu behaviour no offer

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 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 - Coding Test 

In depth coding test with bit level operations and memory concepts

Round 3 - Coding Test 

C++ coding test with focus on design patterns

Round 4 - One-on-one 

(3 Questions)

  • Q1. Manager round about previous experience and working project
  • Q2. What is your experience in feature development
  • Ans. 

    I have extensive experience in feature development, having worked on multiple projects and delivered successful features.

    • Developed features for various software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented features using agile methodologies and best practices

    • Conducted testing and debugging to ensure quality and functionality

    • Continuously improved features ba

  • Answered by AI
  • Q3. Why the job change currently

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding and other mentioned works in your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Coding test, on C, around 1 hr, on teams

Round 2 - Technical 

(1 Question)

  • Q1. C basics Embedded C Aptitude
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project explanation
  • Q2. C syntaxes, questions on arrays pointers
Round 2 - Technical 

(2 Questions)

  • Q1. Coding related to pointers
  • Q2. Recursion program
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Object oriented Concepts concepts
  • Q2. Explain what is Constructors
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects of that class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q3. DO you know about the design pattern in C++
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Understanding design patterns can improve code quality and efficiency.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and union?
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

    • Structure is accessed using dot operator while union is access...

  • Answered by AI
  • Q2. How to avoid dangling pointers?
  • Ans. 

    Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.

    • Always initialize pointers to NULL.

    • Set pointers to NULL after freeing the memory they point to.

    • Avoid accessing memory through a pointer after it has been freed.

    • Use smart pointers or garbage collection to automate memory management.

  • Answered by AI
  • Q3. Write a program to print Fibonacci series using recursion
  • Ans. 

    A program to print Fibonacci series using recursion.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

    • Call the recursive function with the desired number of terms and print the result

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are your strengths in computer science?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to focus more on coding. Try to solve coding challenges and learn from mistakes.

Skills evaluated in this interview

Michelin Interview FAQs

How many rounds are there in Michelin Software Engineer interview?
Michelin interview process usually has 1 rounds. The most common rounds in the Michelin interview process are Aptitude Test.
How to prepare for Michelin Software Engineer 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 Agile, Change Management, Debugging, Technical Support and Python.

Tell us how to improve this page.

Michelin Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Michelin Software Engineer Salary
based on 19 salaries
₹8.2 L/yr - ₹23 L/yr
74% more than the average Software Engineer Salary in India
View more details

Michelin Software Engineer Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.3

Salary

4.8

Job security

4.3

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer

Pune

2-5 Yrs

₹ 13.45-22 LPA

Software Engineer

Pune

0-6 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
183 salaries
unlock blur

₹7.5 L/yr - ₹24 L/yr

Oprating Engineer
148 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Area Sales Manager
127 salaries
unlock blur

₹8.1 L/yr - ₹18 L/yr

Senior Operations Engineer
64 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Deputy Manager
58 salaries
unlock blur

₹11 L/yr - ₹21.5 L/yr

Explore more salaries
Compare Michelin with

Bridgestone

4.0
Compare

Goodyear

3.7
Compare

Continental

3.9
Compare

Apollo Tyres

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