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

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Graduate Engineer Interview Questions and Answers

Updated 10 Mar 2025

Siemens Graduate Engineer Interview Experiences

3 interviews found

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The exam consists of aptitude, comprehensive, English, and vocabulary questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What can you tell me about your academic projects?
  • Ans. 

    I worked on several academic projects that enhanced my engineering skills and practical knowledge in various domains.

    • Developed a solar-powered water purification system, which aimed to provide clean drinking water in remote areas.

    • Created a mobile application for tracking personal fitness goals, integrating features like step counting and calorie tracking.

    • Participated in a robotics competition where we designed and buil...

  • Answered by AI
  • Q2. What are the map, filter, and reduce functions in Python, and how are they used?
  • Ans. 

    Map, filter, and reduce are functional programming tools in Python for processing iterables efficiently.

    • map(function, iterable): Applies a function to all items in an iterable. Example: map(lambda x: x**2, [1, 2, 3]) results in [1, 4, 9].

    • filter(function, iterable): Filters items in an iterable based on a function that returns True or False. Example: filter(lambda x: x > 2, [1, 2, 3, 4]) results in [3, 4].

    • reduce(func...

  • Answered by AI
  • Q3. What is the method for using list comprehension in Python?
  • Ans. 

    List comprehension provides a concise way to create lists in Python using a single line of code.

    • Syntax: [expression for item in iterable if condition]

    • Example: squares = [x**2 for x in range(10)] creates a list of squares from 0 to 9.

    • You can include conditions: evens = [x for x in range(10) if x % 2 == 0] filters even numbers.

    • List comprehension can also be nested: pairs = [(x, y) for x in range(3) for y in range(3)] cre

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you open to relocating for this position?
  • Ans. 

    Yes, I am open to relocating for this position as it presents an opportunity for growth and new experiences.

    • Relocating allows me to immerse myself in a new environment, enhancing my adaptability.

    • I believe that working in different locations can broaden my professional network.

    • For example, moving to a tech hub can expose me to innovative projects and collaborations.

    • I am excited about the prospect of learning from divers

  • Answered by AI

Graduate Engineer Interview Questions & Answers

user image tejas khadke

posted on 16 Oct 2023

Interview experience
3
Average
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 - Aptitude Test 

Normal aptitude test on topic like ages, trains and boats,probability etc

Round 3 - Group Discussion 

One topic is given by them and the Group discussion is started among 4 candidates

Round 4 - HR 

(1 Question)

  • Q1. In this they mostly asked on final year project and what we learnt during engineering etc

Graduate Engineer Interview Questions Asked at Other Companies

asked in Worley
Q1. What is Finite Element Analysis? Explain using examples.
Q2. Why OC test done on LV side and SC test on HV side of Transformer ... read more
asked in Worley
Q3. What is ductility of a metal? Does temperature have any effect on ... read more
asked in Petrofac
Q4. What are different types of sensors used in oil and gas industrie ... read more
Q5. In distribution transformer how many earthing required to a healt ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ test with shuffling

Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions only
  • Q2. Continuation of project based questions
Round 3 - HR 

(2 Questions)

  • Q1. Describe yourself
  • Q2. Question to test fluency

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic technical questions regarding engineering
Round 2 - HR 

(1 Question)

  • Q1. Programming questions and some basic general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn PLC Programming before joining the company. learn about the softwares used by Rockwell

Interview Questionnaire 

1 Question

  • Q1. Favourite books, family background, strengths, weakness, travelling etc

I applied via Referral and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Firstly resume shortlist and after that interview related to technical questions
Round 2 - Assignment 

Shortlist in interview round after that training for final shortlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Dedicate your aim and be active always everytime.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the typical architecture of scada?
  • Ans. 

    SCADA typically consists of a hierarchical architecture with multiple levels of control and monitoring.

    • SCADA systems have a distributed architecture with multiple remote terminal units (RTUs) or programmable logic controllers (PLCs) connected to a central control system.

    • The central control system is responsible for collecting data from the RTUs/PLCs and displaying it to the operator.

    • SCADA systems may also include a sup...

  • Answered by AI
  • Q2. Asked about the projects that you have worked
  • Q3. Technical Questions related to role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer with short description

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Electrical eng basic
  • Q2. Induction motor transformer
Round 3 - HR 

(2 Questions)

  • Q1. Explain yourself in next 5 years
  • Q2. Explain yourself in next five years

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best prepare all the basics Do not skip anything mentioned in CV
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How quality is important
  • Ans. 

    Quality is crucial for ensuring customer satisfaction, meeting regulatory requirements, and maintaining a positive brand reputation.

    • Quality ensures customer satisfaction by delivering products/services that meet or exceed expectations.

    • Quality helps in meeting regulatory requirements and standards, ensuring compliance and avoiding penalties.

    • Maintaining high quality builds trust and loyalty among customers, leading to re...

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

    Quality is the measure of excellence or superiority of a product or service.

    • Quality is meeting or exceeding customer expectations.

    • It involves consistency, reliability, and conformance to requirements.

    • Quality can be measured through metrics like defect rates, customer satisfaction, and on-time delivery.

    • Continuous improvement is essential for maintaining and enhancing quality.

    • Examples of quality include a durable smartph...

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Changes Person to Person
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Siemens Interview FAQs

How many rounds are there in Siemens Graduate Engineer interview?
Siemens interview process usually has 3-4 rounds. The most common rounds in the Siemens interview process are Aptitude Test, HR and Technical.
How to prepare for Siemens Graduate 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 Siemens. The most common topics and skills that interviewers at Siemens expect are Automation, Bim, Business Services, Coding and Data Structures.
What are the top questions asked in Siemens Graduate Engineer interview?

Some of the top questions asked at the Siemens Graduate Engineer interview -

  1. What are the map, filter, and reduce functions in Python, and how are they us...read more
  2. What is the method for using list comprehension in Pyth...read more
  3. In this they mostly asked on final year project and what we learnt during engin...read more

Tell us how to improve this page.

Siemens Graduate Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Siemens #TransformTheEverydayWithUs

Interview Questions from Similar Companies

Johnson Controls Interview Questions
3.5
 • 263 Interviews
Falcon Autotech Interview Questions
3.9
 • 46 Interviews
Wipro PARI Interview Questions
3.3
 • 45 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 36 Interviews
View all
Siemens Graduate Engineer Salary
based on 21 salaries
₹3.8 L/yr - ₹6 L/yr
At par with the average Graduate Engineer Salary in India
View more details

Siemens Graduate Engineer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

3.2

Skill development

4.8

Work-life balance

2.0

Salary

3.2

Job security

4.5

Company culture

2.0

Promotions

2.2

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
1.7k salaries
unlock blur

₹9.4 L/yr - ₹35 L/yr

Software Developer
1.6k salaries
unlock blur

₹5.2 L/yr - ₹22.9 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Manager
605 salaries
unlock blur

₹8 L/yr - ₹33 L/yr

Senior Process Associate
463 salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

Johnson Controls

3.5
Compare

Honeywell Automation

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