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

Updated 17 Dec 2024

Top Siemens Software Developer Interview Questions and Answers

  • Q1. Count Inversions Problem Statement Given an integer array ARR of size N , your task is to find the total number of inversions that exist in the array. An inversion is de ...read more
  • Q2. Maximum Subarray Sum Problem Statement Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum su ...read more
  • Q3. Remove Character from String Problem Statement Given a string str and a character 'X', develop a function to eliminate all instances of 'X' from str and return the resul ...read more
View all 25 questions

Siemens Software Developer Interview Experiences

28 interviews found

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

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

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 - Coding Test 

Create applications related to ekart applications applying design pattern and OOPS concept

Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles and C# Eelated questions
  • Q2. What is new in C# 10
  • Ans. 

    C# 10 introduces new features like file-scoped namespaces, global using directives, and interpolated string handlers.

    • File-scoped namespaces allow defining namespaces at the file level instead of wrapping everything in a namespace block.

    • Global using directives simplify the process of importing namespaces across the entire project.

    • Interpolated string handlers provide a way to customize how interpolated strings are proces

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just salary discussion

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Basic aptitude and common CS fundamentals questions.

Round 2 - Group Discussion 

Share the current technology related topic.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question on OOPS
  • Q2. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on CS fundamentals. Basic simple data structures questions asked in the interview.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

2 coding questions based on dp and string

Round 2 - Technical 

(2 Questions)

  • Q1. Oops, dsa and questions on my projects like how will you improve your project
  • Q2. Why do you want to join company
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work environment.

    • Exciting projects and innovative technologies being used

    • Collaborative work environment with opportunities for growth

    • Positive company culture and values align with my own

    • Strong reputation in the industry

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of .Net Programming Language
Round 2 - Behavioral 

(1 Question)

  • Q1. Basics of previous work
Round 3 - HR 

(1 Question)

  • Q1. Basics of my personal interest

Siemens interview questions for designations

 Senior Software Developer

 (4)

 Software Developer Intern

 (1)

 Developer

 (1)

 Software Engineer

 (20)

 Software Architect

 (2)

 Lead Software

 (1)

 Java Developer

 (2)

 Angular Developer

 (1)

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

(1 Question)

  • Q1. Write program for finding duplicates
  • Ans. 

    Program to find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - read oops and design patterns

Skills evaluated in this interview

Get interview-ready with Top Siemens Interview Questions

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

I applied via campus placement at Walchand College of Engineering, Sangli and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

20 MCQ on aptitude ,cn,os,DBMS ,2 easy medium coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Oops related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core subjects

Software Developer Jobs at Siemens

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. As I joined as a Mendix developer, questions are related to mendix and front end.
Round 2 - Technical 

(1 Question)

  • Q1. Some hands on questions on mendix and rest apis
Round 3 - Behavioral 

(1 Question)

  • Q1. Typical managerial question answer.. nothing new
Round 4 - HR 

(1 Question)

  • Q1. More like salary negotiations
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

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

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program to Reverse linked list

Siemens Interview FAQs

How many rounds are there in Siemens Software Developer interview?
Siemens interview process usually has 2-3 rounds. The most common rounds in the Siemens interview process are Technical, HR and Coding Test.
How to prepare for Siemens Software Developer 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, Healthcare, Coding, Consulting and Debugging.
What are the top questions asked in Siemens Software Developer interview?

Some of the top questions asked at the Siemens Software Developer interview -

  1. Do you know anything about cloud computi...read more
  2. What is oops conce...read more
  3. What is new in C#...read more
How long is the Siemens Software Developer interview process?

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

Tell us how to improve this page.

Siemens Software Developer Interview Process

based on 25 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Join Siemens #TransformTheEverydayWithUS
Siemens Software Developer Salary
based on 1.6k salaries
₹4.7 L/yr - ₹22.5 L/yr
69% more than the average Software Developer Salary in India
View more details

Siemens Software Developer Reviews and Ratings

based on 165 reviews

4.0/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.5

Salary

4.2

Job security

4.3

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 165 Reviews and Ratings
Software Developer

Bangalore / Bengaluru

4-7 Yrs

₹ 8.4-17 LPA

Software Developer PL11 ( Full stack, Web UI)

Bangalore / Bengaluru

2-7 Yrs

₹ 4.5-17 LPA

Software Developer PL11 (Full stack, C#.Net)

Bangalore / Bengaluru

3-4 Yrs

₹ 7-14.11 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.8 L/yr - ₹22.5 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹23.5 L/yr

Manager
602 salaries
unlock blur

₹8.2 L/yr - ₹32 L/yr

Senior Executive
483 salaries
unlock blur

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