Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare
4.1

based on 4.6k Reviews

Filter interviews by

Siemens Graduate Trainee Interview Questions, Process, and Tips

Updated 26 Oct 2024

Top Siemens Graduate Trainee Interview Questions and Answers

View all 6 questions

Siemens Graduate Trainee Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test is about 1 hr and it contains 40 mcqs(both aptitude and coding)

Round 2 - Technical 

(2 Questions)

  • Q1. Level order traversal of binary tree
  • Ans. 

    Level order traversal of binary tree visits nodes level by level, from left to right.

    • Use a queue to keep track of nodes at each level

    • Start by pushing the root node into the queue

    • While the queue is not empty, dequeue a node, visit it, and enqueue its children

  • Answered by AI
  • Q2. Question related to OOPS concepts

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Change the odd bits in the binary form of a given number and convert the new binary into decimal form
  • Ans. 

    To change the odd bits in a binary number, flip the bits at odd positions and convert the new binary number to decimal form.

    • Start by converting the given number into binary form.

    • Identify the odd bits in the binary number (counting from right to left, starting at 1).

    • Flip the odd bits by changing 1s to 0s and 0s to 1s.

    • Convert the new binary number into decimal form.

    • For example, if the given number is 13 (binary 1101), th...

  • Answered by AI
  • Q2. Primary vs secondary memory
  • Ans. 

    Primary memory is volatile and directly accessible by the CPU, while secondary memory is non-volatile and used for long-term storage.

    • Primary memory is faster but has limited capacity, while secondary memory is slower but has larger capacity.

    • Examples of primary memory include RAM and cache memory, while examples of secondary memory include hard drives and SSDs.

    • Primary memory stores data that is currently being used by t...

  • Answered by AI

Skills evaluated in this interview

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you get the count of pairs that sum to eve ... read more
asked in TCS
Q2. Consonant Counting Problem Statement Given a string STR comprisin ... read more
asked in Freshworks
Q3. Valid Parentheses Problem Statement Given a string 'STR' consisti ... read more
asked in Freshworks
Q4. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q5. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find out the second largest integer in an array
  • Ans. 

    Find the second largest integer in an array of strings

    • Convert the strings in the array to integers

    • Sort the integers in descending order

    • Return the second element in the sorted array as the second largest integer

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude, Pipes, Time

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What are your Strenghts
  • Ans. 

    My strengths include strong communication skills, ability to work well in a team, and problem-solving abilities.

    • Strong communication skills - able to effectively convey ideas and information

    • Ability to work well in a team - collaborate with others to achieve common goals

    • Problem-solving abilities - able to analyze situations and come up with effective solutions

  • Answered by AI

Siemens interview questions for designations

 Graduate Engineer Trainee (Get)

 (8)

 Production Graduate Engineer Trainee

 (1)

 Graduate Engineer

 (2)

 Trainee

 (3)

 Internship Trainee

 (2)

 Apprentice Trainee

 (2)

 Engineer Trainee

 (4)

 Diploma Trainee Engineer

 (1)

Interview questions from similar companies

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

Apptitude questions related to core

Round 2 - Technical 

(2 Questions)

  • Q1. About your self
  • Q2. About your projects
Round 3 - Technical 

(1 Question)

  • Q1. About your personality and behavoiur
Round 4 - HR 

(1 Question)

  • Q1. ..................................................mmmmmmm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Online Assisment 

(2 Questions)

  • Q1. Technical related questions 30 questions for 30 min
  • Q2. Various appitude related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explanation about projects
  • Q2. Power systems and power electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Got some aptitude question in the company side, and the candidates want to finish in the given time

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic question about my resume
  • Q2. Analytic questions and case study question to test my handling the situation skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Detail OOP concept with real life examples?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation: Objects can hide their internal state and require interaction through defined interfaces

    • Inheritance: Objects can inherit attributes and methods from parent classes

    • Polymorphism: Objects ...

  • Answered by AI
  • Q2. SQL query to find highest salary.
  • Ans. 

    Use SQL query with MAX function to find highest salary.

    • Use SELECT statement with MAX function to retrieve highest salary from salary column.

    • Example: SELECT MAX(salary) FROM employees;

    • Make sure to replace 'employees' with the actual table name where salary data is stored.

  • 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 applied via campus placement at Smt Indira Gandhi Engineering College, Navi Mumbai and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was all about the basic control system and electrical

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly ask about projects
  • Q2. And basic of control system what PID controller
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There were logical reasoning and critical thinking along with mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Technical interview related to your field of study
  • Q2. About my college project
  • Q3. Basics of cad and uses of creo
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join the company and what are your expectation

Siemens Interview FAQs

How many rounds are there in Siemens Graduate Trainee interview?
Siemens interview process usually has 1-2 rounds. The most common rounds in the Siemens interview process are Technical, Aptitude Test and HR.
How to prepare for Siemens Graduate Trainee 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, HTML, Interpersonal Skills, Siemens and Bidding.
What are the top questions asked in Siemens Graduate Trainee interview?

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

  1. Change the odd bits in the binary form of a given number and convert the new bi...read more
  2. Find out the second largest integer in an ar...read more
  3. Level order traversal of binary t...read more

Tell us how to improve this page.

Siemens Graduate Trainee Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Siemens Graduate Trainee Salary
based on 24 salaries
₹4.5 L/yr - ₹6 L/yr
37% more than the average Graduate Trainee Salary in India
View more details

Siemens Graduate Trainee Reviews and Ratings

based on 7 reviews

4.2/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.0

Salary

4.4

Job security

4.5

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
1.6k salaries
unlock blur

₹3.8 L/yr - ₹22.4 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹9.3 L/yr - ₹34 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.1 L/yr - ₹20 L/yr

Manager
612 salaries
unlock blur

₹8.2 L/yr - ₹31.8 L/yr

Senior Executive
449 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.2
Compare

Siemens Energy

4.1
Compare

ABB

4.1
Compare

BHEL

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