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

Clear (1)

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 Freshworks
Q2. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Freshworks
Q4. Deepest Left Leaf Node Problem Statement You are provided with a ... read more
asked in TCS
Q5. Consonant Counting Problem Statement Given a string STR comprisin ... 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)

 (7)

 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

I applied via Campus Placement and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Who is the current CEO of TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

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

Interview Questionnaire 

1 Question

  • Q1. Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy interview

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Design cycle, digital, resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your btech /mtech subjects

Graduate Trainee Interview Questions & Answers

TCS user image Tejomayi Wandhile

posted on 24 Sep 2015

Interview Questionnaire 

9 Questions

  • Q1. Why is main function required in c program
  • Ans. 

    Main function is required in C program as it is the entry point of the program.

    • Main function is where the program starts executing.

    • It contains the code that initializes variables, calls functions, and performs other necessary tasks.

    • Without main function, the program would not know where to start executing.

    • Main function must return an integer value to indicate the status of the program execution.

    • Example: int main() { //

  • Answered by AI
  • Q2. Function to find the string length in c
  • Ans. 

    The strlen() function is used to find the length of a string in C.

    • Include the header file

    • Use the strlen() function with the string as argument

    • The function returns the length of the string excluding the null character

  • Answered by AI
  • Q3. Osi layer
  • Q4. Function of router
  • Ans. 

    A router is a networking device that forwards data packets between computer networks.

    • Routes data packets between networks

    • Uses IP addresses to determine where to send packets

    • Can be used to create a local network

    • Can be configured to prioritize certain types of traffic

    • Examples include Cisco, Netgear, and TP-Link routers

  • Answered by AI
  • Q5. Details about the project
  • Q6. Tell me something about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing.

    • I have completed internships in marketing at two different companies

    • I am proficient in Adobe Creative Suite and have experience creating marketing materials

    • I am a team player and enjoy collaborating with others to achieve goals

  • Answered by AI
  • Q7. Who inspires you the most
  • Ans. 

    My parents inspire me the most.

    • Their hard work and dedication to provide for our family motivates me to work hard.

    • Their unwavering support and encouragement have helped me overcome challenges.

    • Their values of honesty, integrity, and compassion have shaped my character.

    • Their sacrifices and selflessness have taught me the importance of giving back to society.

  • Answered by AI
  • Q8. Project based question
  • Q9. Are you willing to locate somewhere else
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to exploring new places and cultures

    • I understand that relocation may be necessary for career growth

    • I am willing to consider factors such as cost of living and job opportunities in the new location

    • I have relocated in the past for work or education purposes

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: The panel was very friendly and I had a great time answering the questions.
Tips: Revise the basics of any programming language you know. Also be through about the resume.

Round: HR Interview
Experience: The panel was good.
Tips: Be confident.

General Tips: Be confident, know your resume, know basic concepts.
Skill Tips: Be confident.
Skills: Clarity Of Concepts, Confidence, Technical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Very innovative company and has lot of opportunities for growth.
Funny Moments: none.

Skills evaluated in this interview

Graduate Trainee Interview Questions & Answers

TCS user image Pranali Sudhakar Haldankar

posted on 24 Sep 2015

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a strong academic background and a passion for learning and development.

    • Recent graduate with a Bachelor's degree in Business Administration

    • Strong academic performance with a GPA of 3.8

    • Completed internships at two reputable companies, gaining practical experience in marketing and finance

    • Participated in various extracurricular activities, including leadership roles in student organizations

    • Exce...

  • Answered by AI
  • Q2. Tell me about your project

Interview Preparation Tips

Round: Test
Experience: It was good. Time was sufficient to solve the quant and verbal writing was good
Tips: study all material which is related to that company
Duration: 90 minutes
Total Questions: 30

Round: HR Interview
Experience: It was very nice to have an HR interview.
Tips: Do well prepared with resume

Round: Technical Interview
Experience: As I was knowing all about my project so it was good.
Tips: Do all study about technical material.

Skills:
College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself in brief
  • Q2. Tell me about yourself
  • Q3. Final year project

Interview Preparation Tips

Round: Technical Interview
Experience: It was an exciting experience to be a part of the process

Round: HR Interview
Experience: It was a good experience.

Skills: Java Programming, confidence
College Name: Vidyalankar Institute Of Technology
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Wipro PARI

No Interviews

LIST OF COMPANIES

Toyota Industries Engine India

Overview

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Toyota Industries Engine India

INTERVIEWS

Xoriant

No Interviews

SALARIES

Hexaware Technologies

SALARIES

Schneider Electric

SALARIES

Toyota Industries Engine India

DESIGNATION

SALARIES

Avalara Technologies

No Salaries

Tell us how to improve this page.

Siemens Graduate Trainee Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Join Siemens #TransformTheEverydayWithUS
Siemens Graduate Trainee Salary
based on 24 salaries
₹4.5 L/yr - ₹6 L/yr
38% 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
Senior Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
604 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
481 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent