Premium Employer

i

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

Siemens Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Data Science Intern Interview Questions and Answers

Updated 3 Jan 2025

Siemens Data Science Intern Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude round required only a passing score, and included basic logical reasoning, verbal ability, and data visualization questions.

Round 2 - Interview 

(3 Questions)

  • Q1. Most of the questions were based on Resume and mostly asked about ML .
  • Q2. What is LDA and represent the LDA using diagram ?
  • Ans. 

    LDA stands for Latent Dirichlet Allocation, a topic modeling technique used in natural language processing.

    • LDA is a generative statistical model that allows sets of observations to be explained by unobserved groups that explain why some parts of the data are similar.

    • It is commonly used in text mining to extract topics from a collection of documents.

    • LDA assumes that each document is a mixture of a small number of topics...

  • Answered by AI
  • Q3. How do you implement a machine learning algorithm based on a given case study, and which algorithm do you choose and why?
  • Ans. 

    To implement a machine learning algorithm based on a case study, choose an algorithm based on the type of data and problem to be solved.

    • Understand the problem statement and the type of data available.

    • Preprocess the data by handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Choose an appropriate algorithm based on the problem type (classification, ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Data Science Intern interview:
  • machine learning
  • Deep Learning
  • Computer Vision
  • Development
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Lot about Statistics
  • Q2. Machine Learning hyperparameters

Interview Preparation Tips

Interview preparation tips for other job seekers - Rather than focusing on learning many skills just focus on basic and in-depth knowledge

Data Science Intern Interview Questions Asked at Other Companies

Q1. Rotate Matrix by 90 Degrees Problem Statement Given a square matr ... read more
Q2. Given an array (duplicates allowed), how do you find the second h ... read more
asked in Altimetrik
Q3. What is gradient descent, why does gradient descent follow tan an ... read more
asked in Uber
Q4. What new feature would you like to add to Uber?
asked in Siemens
Q5. How do you implement a machine learning algorithm based on a give ... read more

What people are saying about Siemens

View All
safemosquito
1w (edited)
ex -
Siemens
What will be the outcome
For an interview, reached 3rd Round and expecting last round with HR, they have requested my documents of education and salary. Whether I'm selected or not ? Any person who has faced interview process in Burns and Mcdonnell, can just help. But response from them is delayed, while other previous replies were on time.
Got a question about Siemens?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet...

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design fan.What is bm? What is nozzle?
  • Ans. 

    BM stands for Blade Material. Nozzle is a device that directs or controls the flow of a fluid.

    • BM refers to the material used to make the blades of a fan. It can be plastic, metal, or wood.

    • Nozzle is a component that is used to control the flow of a fluid, such as air or water. It can be found in various devices, such as a garden hose or a spray bottle.

    • In a fan, the nozzle is the part that directs the air flow in a speci...

  • Answered by AI
  • Q2. Design blower for industry
  • Ans. 

    Designing a blower for industrial use requires consideration of factors such as air flow rate, pressure, power consumption, and noise level.

    • Determine the required air flow rate and pressure for the specific application

    • Select an appropriate blower type (centrifugal, axial, etc.) based on the requirements

    • Calculate the power consumption and efficiency of the blower

    • Consider noise level and implement noise reduction measure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What are tools used in python
  • Ans. 

    Python offers a variety of tools for development, data analysis, web development, and more, enhancing productivity and functionality.

    • IDEs: PyCharm, Visual Studio Code for efficient coding and debugging.

    • Libraries: NumPy for numerical computations, Pandas for data manipulation.

    • Web Frameworks: Django and Flask for building web applications.

    • Testing Tools: PyTest and Unittest for automated testing.

    • Data Visualization: Matplo...

  • Answered by AI
  • Q2. What are the most used db commands
  • Ans. 

    Common database commands include CRUD operations: Create, Read, Update, and Delete, essential for data manipulation.

    • CREATE: Used to add new records. Example: 'INSERT INTO users (name, age) VALUES ('Alice', 30);'

    • READ: Retrieves data from the database. Example: 'SELECT * FROM users;'

    • UPDATE: Modifies existing records. Example: 'UPDATE users SET age = 31 WHERE name = 'Alice';'

    • DELETE: Removes records from the database. Exam...

  • Answered by AI
  • Q3. How do we provide connection between db and python script
  • Ans. 

    Connecting a database to a Python script involves using libraries to establish a connection and execute queries.

    • Use libraries like SQLite, MySQL Connector, or SQLAlchemy for database connections.

    • Example with SQLite: import sqlite3; conn = sqlite3.connect('example.db')

    • For MySQL: import mysql.connector; conn = mysql.connector.connect(user='user', password='password', host='localhost', database='dbname')

    • Always close the c...

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Power transmission
Round 2 - Technical 

(1 Question)

  • Q1. Electric grid stability
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism in C++?
  • Ans. 

    Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through virtual functions and function overriding.

    • It allows for more flexibility and extensibility in code.

    • Example: A base class 'Shape' with virtual function 'draw', and derived classes 'Circle' and 'Square' that override 'draw'.

  • Answered by AI
  • Q2. Explain how different kind of motions are achieved in a Drone
  • Ans. 

    Different motions in a drone are achieved through varying the speed and direction of the propellers.

    • Changing the speed of the propellers controls the altitude of the drone.

    • Varying the speed of propellers on different sides of the drone allows it to move forward, backward, left, or right.

    • Adjusting the speed of the propellers diagonally creates rotational motion for turning.

    • Combining these motions enables the drone to pe...

  • Answered by AI
  • Q3. Linux Commands?
  • Q4. Explain PID controller and its tunning.
  • Ans. 

    PID controller is a control loop feedback mechanism used in systems to control process variables.

    • PID stands for Proportional, Integral, Derivative.

    • Proportional term responds to the current error.

    • Integral term corrects the accumulated error over time.

    • Derivative term predicts future error based on current rate of change.

    • Tuning involves adjusting the three parameters (P, I, D) to achieve desired system response.

    • Example: I...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Subject related questions from the stated field
Round 2 - HR 

(1 Question)

  • Q1. Explaination on company culture and joining process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Decoding resume technical details
  • Q2. Decoding solution designs for previous projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 - Technical 

(1 Question)

  • Q1. 1. how is motor connected to PLC 2.use of PID controller 3. which motor is used in fans 4. Inrush current 5. Is starting current more or running current
  • Ans. 

    Motor is connected to PLC using motor starters or variable frequency drives. PID controller is used for precise control. Fans typically use induction motors. Inrush current is the initial surge of current when a motor starts. Starting current is usually higher than running current.

    • Motor is connected to PLC using motor starters or variable frequency drives

    • PID controller is used for precise control of motor speed or posi...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1. General electrical questions -difference between earthing and grounding. -frequency of volt in home supply and why? -voltage of power supply in homes? 2. Diff b/w -AC & DC motor -1 phase and 3 phase m...
Round 4 - HR 

(1 Question)

  • Q1. 1. Biggest achievements 2. why do you want to work here 3. strengths and weakness 4. example where you have used your strength qualities 5. about family

Skills evaluated in this interview

Siemens Interview FAQs

How many rounds are there in Siemens Data Science Intern interview?
Siemens interview process usually has 1-2 rounds. The most common rounds in the Siemens interview process are HR and Aptitude Test.
What are the top questions asked in Siemens Data Science Intern interview?

Some of the top questions asked at the Siemens Data Science Intern interview -

  1. How do you implement a machine learning algorithm based on a given case study, ...read more
  2. What is LDA and represent the LDA using diagra...read more
  3. Machine Learning hyperparamet...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more
Join Siemens #TransformTheEverydayWithUs

Interview Questions from Similar Companies

Johnson Controls Interview Questions
3.6
 • 272 Interviews
Wipro PARI Interview Questions
3.3
 • 50 Interviews
Falcon Autotech Interview Questions
3.9
 • 46 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 36 Interviews
View all

Siemens Data Science Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

2.0

Salary

2.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
1.8k salaries
unlock blur

₹3.8 L/yr - ₹27 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹9.4 L/yr - ₹35 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Manager
599 salaries
unlock blur

₹8.2 L/yr - ₹29 L/yr

Senior Process Associate
481 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

Johnson Controls

3.6
Compare

Honeywell Automation

3.8
Compare
write
Share an Interview