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 Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Siemens Interview Questions and Answers

View all 365 questions

Siemens Interview Experiences

Popular Designations

416 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Starting From Tell me about Your self Basic Electronics Components - Register etc Digital Electronics - Flip Flops , Number System conversation - Hex to Binary Flip Flops Memory Basic Eletrical Project Re...
  • Q2. Tell me about yourself
  • Q3. Explai Your Project I have Mentioned 2 project

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Accountant Interview Questions & Answers

user image Mohammad Hasnain

posted on 28 Oct 2024

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

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What is your name
  • Q2. What is your work
  • Q3. Why are you joined this job

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (24)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about embedded systems and eager to learn and grow in the field.

    • Recent graduate in Computer Science

    • Passionate about embedded systems

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. College project

Interview Preparation Tips

Interview preparation tips for other job seekers - Their are some academic criteria so I am not selected

Embedded Software Engineer Trainee Interview Questions asked at other Companies

Q1. Data structures through c language
View answer (1)

Production group supervisor Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

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

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. About last role and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join in Production. Production culture in Siemens specially in kalwa is worst . Words are not enough to describe that culture . You will ruin your career after joining in production.

Siemens interview questions for popular designations

 Software Developer

 (28)

 Software Engineer

 (20)

 Senior Software Engineer

 (13)

 Senior Executive

 (8)

 Electrical Engineer

 (7)

 Graduate Engineer Trainee (Get)

 (7)

 System Engineer

 (6)

 Consultant

 (5)

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

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Techincal interview was smooth. Interviewer was friendly. He asked me about my projects in depth with technical details. Then he asked me some cpp concepts. And at the end he asked me a puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the Puzzles from gfg

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

Get interview-ready with Top Siemens Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Implementation of OOPS
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on the use of classes and objects to organize code and data

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPS

    • Example: Inheritance allows a class to inherit properties and methods from another class

  • Answered by AI
  • Q2. Cppy constructor implementation
Round 2 - HR 

(2 Questions)

  • Q1. Aspirations, goals
  • Q2. Background ques

Skills evaluated in this interview

Top Siemens Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Siemens

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

I was interviewed in Jan 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. They asked me to write simple programs in c , python ,java I wrote finally it was good
  • Q2. Write basic code
  • Ans. 

    Basic code example using an array of strings

    • Declare an array of strings in the preferred programming language

    • Initialize the array with some string values

    • Access and manipulate elements in the array as needed

  • Answered by AI
  • Q3. Write simple profram
  • Ans. 

    A simple program to print 'Hello, World!'

    • Create a new file with a .py extension

    • Write 'print('Hello, World!')' inside the file

    • Save the file and run it using a Python interpreter

  • Answered by AI
  • Q4. They aasked wts ur strenth and weakness So for that i teplied my strengthis my smartwork

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

Top Siemens Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. DC motor working?
  • Ans. 

    DC motor converts electrical energy into mechanical energy through the interaction of magnetic fields.

    • DC motor operates based on the principle of Lorentz force

    • It consists of a stator (field) and a rotor (armature)

    • When current flows through the armature winding, a magnetic field is created which interacts with the stator field to produce rotational motion

    • Speed of DC motor can be controlled by varying the voltage or curr...

  • Answered by AI
  • Q2. Resistance and capicutance
  • Q3. What do you know about this company?
Round 2 - HR 

(1 Question)

  • Q1. Family background

Diploma Trainee Engineer Interview Questions asked at other Companies

Q1. Wich of the following laws states that: in any electrical network the algebraic sum of the current meeting at a poin is zero ?
View answer (9)

Software Developer Interview Questions & Answers

user image Satwik krishna

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Gcd questions - 120 min

Round 2 - Coding Test 

Palindrome bt conversion

Round 3 - HR 

(1 Question)

  • Q1. Resume question

Top Siemens Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Intern Interview Questions & Answers

user image Arin Raqshan

posted on 10 Feb 2024

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 were 3 interview rounds.

Round 1 - Aptitude Test 

It was of 3 section 18-25 questions , just basic QA and verbal ability

Round 2 - Aptitude Test 

Again aptitude of similar level

Round 3 - Technical 

(1 Question)

  • Q1. They asked me questions based on my previous internship and projects

Interview Preparation Tips

Topics to prepare for Siemens Intern interview:
  • Control System
  • Rectifiers
  • Plc scada
  • Converter
  • Embedded Systems
  • Power Electronics
Interview preparation tips for other job seekers - They rejected all the males and selected only female to fulfill their diversity hiring criteria even though they had no knowledge about the subject

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Siemens Interview FAQs

How many rounds are there in Siemens interview?
Siemens interview process usually has 2-3 rounds. The most common rounds in the Siemens interview process are Technical, HR and Resume Shortlist.
How to prepare for Siemens 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 Siemens, Automation, HTML, Consulting and Agile.
What are the top questions asked in Siemens interview?

Some of the top questions asked at the Siemens interview -

  1. How to run a docker command remotely. i.e. Docker is installed on both your lap...read more
  2. If were to write a function to tell if the number is odd or even, how would u c...read more
  3. Puzzle - A drawer contains 10 pairs each of red and blue socks. What is the min...read more
How long is the Siemens interview process?

The duration of Siemens interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Siemens Interview Process

based on 358 interviews

Interview experience

4.2
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Siemens

Join Siemens #TransformTheEverydayWithUS

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
ABB Interview Questions
4.1
 • 231 Interviews
BHEL Interview Questions
4.1
 • 109 Interviews
View all

Siemens Reviews and Ratings

based on 4.7k reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.6

Salary

4.1

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 4.7k Reviews and Ratings
Sales Manager | Mumbai | Marine Industry

Mumbai

10-15 Yrs

₹ 11.5-20.15 LPA

Software Developer (C#,.Net, Angular)

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Solution Engineer

Gurgaon / Gurugram

8-12 Yrs

₹ 9.3-20.44456 LPA

Explore more jobs
Senior Software Engineer
1.6k salaries
unlock blur

₹9.7 L/yr - ₹33.6 L/yr

Software Developer
1.6k salaries
unlock blur

₹4.7 L/yr - ₹22.7 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹23.4 L/yr

Manager
604 salaries
unlock blur

₹8.2 L/yr - ₹32 L/yr

Senior Executive
484 salaries
unlock blur

₹5 L/yr - ₹20.1 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