Upload Button Icon Add office photos

Infineon Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Infineon Technologies Data Scientist Interview Questions and Answers

Updated 15 Jun 2021

Infineon Technologies Data Scientist Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.About projects that you did. I was working on ADAS project. I explained those to them
  • Q2. Convolution neural network basics like variance, loss function hyperparameter tuning, regularization techniques
  • Q3. Logical questions. And, realize them in any programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds, 2 technical and 1 HR.
In my case Two technical interviews were smooth. The panel got impressed and they even sent connection requests in LinkedIn. They were happy. And, informed me about final round.

The strange part is the HR never called me. And, after couple of days I dropped a mail but no response. It was quite unprofessional.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about the project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company

    • Used historical customer data to train the model

    • Implemented various classification algorithms such as logistic regression, random forest, and XGBoost

    • Evaluated model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
  • Q2. Basic SQLQuestions
Round 2 - Panel interview 

(2 Questions)

  • Q1. Intermediate level SQL questions
  • Q2. Intermediate level python/machine learning questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Dropout in. Deep learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Adaboost?
  • Ans. 

    Adaboost is a machine learning algorithm that combines multiple weak learners to create a strong learner.

    • Adaboost stands for Adaptive Boosting.

    • It works by adjusting the weights of incorrectly classified instances so that subsequent weak learners focus more on them.

    • The final prediction is made by combining the predictions of all the weak learners, weighted by their accuracy.

    • Example: Adaboost is commonly used in face det

  • Answered by AI
  • Q2. Print the binary tree in different order
  • Ans. 

    Printing a binary tree in different orders

    • Use inorder traversal to print the binary tree in ascending order

    • Use preorder traversal to print the binary tree in root-left-right order

    • Use postorder traversal to print the binary tree in left-right-root order

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Binary tree question was asked

Round 2 - Technical 

(1 Question)

  • Q1. Several tech question related to past projects and random forest etc were asked.
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and several other questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program complexity.
  • Q2. Code efficiency
Round 2 - HR 

(2 Questions)

  • Q1. What do you like about AMAT?
  • Ans. 

    AMAT is a leading provider of semiconductor manufacturing equipment and services.

    • AMAT is known for its cutting-edge technology and innovation in the semiconductor industry.

    • I appreciate AMAT's commitment to research and development, constantly pushing the boundaries of what is possible.

    • The company has a strong global presence and a track record of delivering high-quality products and services.

    • AMAT's focus on sustainabil...

  • Answered by AI
  • Q2. How do you like working?
  • Ans. 

    I enjoy working in a collaborative environment where I can use my analytical skills to solve complex problems.

    • I thrive in environments where I can work with a team to brainstorm ideas and solutions.

    • I appreciate opportunities to use data analysis techniques to uncover insights and drive decision-making.

    • I value a work culture that encourages continuous learning and professional growth.

    • I find satisfaction in overcoming ch...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Dropout in. Deep learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Adaboost?
  • Ans. 

    Adaboost is a machine learning algorithm that combines multiple weak learners to create a strong learner.

    • Adaboost stands for Adaptive Boosting.

    • It works by adjusting the weights of incorrectly classified instances so that subsequent weak learners focus more on them.

    • The final prediction is made by combining the predictions of all the weak learners, weighted by their accuracy.

    • Example: Adaboost is commonly used in face det

  • Answered by AI
  • Q2. Print the binary tree in different order
  • Ans. 

    Printing a binary tree in different orders

    • Use inorder traversal to print the binary tree in ascending order

    • Use preorder traversal to print the binary tree in root-left-right order

    • Use postorder traversal to print the binary tree in left-right-root order

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Explain about ROC curve
  • Ans. 

    ROC curve is a graphical representation of the performance of a classification model.

    • ROC curve stands for Receiver Operating Characteristic curve.

    • It plots the true positive rate (sensitivity) against the false positive rate (1-specificity) at various threshold settings.

    • The area under the ROC curve (AUC) is a measure of how well the model can distinguish between classes.

    • A perfect model would have an AUC of 1, while a ra

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How Decision tree works
  • Ans. 

    Decision tree is a predictive modeling tool that uses a tree-like graph of decisions and their possible consequences.

    • Decision tree splits data into subsets based on the value of a certain attribute

    • It recursively divides data into smaller subsets until a stopping criterion is met

    • Each internal node represents a decision based on an attribute, and each leaf node represents the outcome

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How pressure varies wrt temperature
  • Ans. 

    Pressure generally increases with temperature due to the kinetic energy of gas molecules.

    • Pressure is directly proportional to temperature in a closed system (Boyle's Law).

    • As temperature increases, gas molecules move faster and collide with the container walls more frequently, increasing pressure.

    • For example, a balloon inflated indoors may burst when taken outside on a hot day due to increased pressure from higher tempe

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What challenges you faced

Infineon Technologies Interview FAQs

How to prepare for Infineon Technologies 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 Infineon Technologies. The most common topics and skills that interviewers at Infineon Technologies expect are Customer Experience, Python, Analytics, Automation and Business process.
What are the top questions asked in Infineon Technologies Data Scientist interview?

Some of the top questions asked at the Infineon Technologies Data Scientist interview -

  1. Convolution neural network basics like variance, loss function hyperparameter t...read more
  2. Logical questions. And, realize them in any programming langua...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Infineon Technologies Data Scientist Salary
based on 6 salaries
₹8.8 L/yr - ₹22.8 L/yr
10% more than the average Data Scientist Salary in India
View more details
Staff Engineer
136 salaries
unlock blur

₹15 L/yr - ₹38 L/yr

Senior Staff Engineer
74 salaries
unlock blur

₹26.9 L/yr - ₹63.8 L/yr

Software Engineer
67 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Senior Software Engineer
54 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Senior Specialist
50 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Explore more salaries
Compare Infineon Technologies with

Texas Instruments

4.1
Compare

Analog Devices

4.1
Compare

STMicroelectronics

4.1
Compare

NXP Semiconductors

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