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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Software Developer Interview Questions and Answers

Updated 17 Dec 2024

24 Interview questions

A Software Developer was asked 9mo ago
Q. Write a program to find duplicate elements in an array.
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

A Software Developer was asked
Q. 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

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 Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked
Q. Write a simple program.
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

A Software Developer was asked
Q. Explain the concepts of Object-Oriented Programming (OOP).
Ans. 

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

  • OOPs focuses on creating objects that interact with each other to solve a problem

  • Key principles include Inheritance, Encapsulation, Polymorphism, and Abstraction

  • Inheritance allows a class to inherit properties and behavior from another class

  • Encapsulation hides the internal state of an objec...

A Software Developer was asked
Q. 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 p...

A Software Developer was asked
Q. What are the concepts of OOPS?
Ans. 

OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.

  • Encapsulation - bundling of data and methods that operate on that data

  • Inheritance - ability of a class to inherit properties and methods from its parent class

  • Polymorphism - ability of objects to take on multiple forms or behaviors

  • Abstraction - hiding of complex implementation details and showing...

A Software Developer was asked
Q. Do you know anything about cloud computing?
Ans. 

Yes, cloud computing refers to the delivery of computing services over the internet.

  • Cloud computing allows users to access data and applications from anywhere with an internet connection.

  • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

  • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

Are these interview questions helpful?
A Software Developer was asked 10mo ago
Q. 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

A Software Developer was asked 11mo ago
Q. Design Patterns in C#
Ans. 

Design patterns in C# are reusable solutions to common problems in software design.

  • Design patterns help in creating maintainable and scalable code.

  • Some common design patterns in C# include Singleton, Factory, Observer, and Strategy.

  • Each design pattern has its own purpose and can be applied in different scenarios.

  • Design patterns promote code reusability and improve code organization.

A Software Developer was asked 11mo ago
Q. Oops concept in C#
Ans. 

Oops concept in C# refers to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Encapsulation hides the internal state of an object and only exposes necessary functionalities.

  • Abstraction f...

Siemens Software Developer Interview Experiences

28 interviews found

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.
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
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

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

I applied via Campus Placement 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
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
  • Ans. 

    A C++ constructor initializes objects and can be overloaded for different initialization scenarios.

    • Constructors have the same name as the class.

    • They can be parameterized to allow different initialization: `ClassName(int x) { ... }`.

    • Default constructors have no parameters: `ClassName() { ... }`.

    • Copy constructors create a new object as a copy of an existing object: `ClassName(const ClassName &obj) { ... }`.

    • Destructor...

  • Answered by AI
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 appeared for an interview 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 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

What people are saying about Siemens

View All
spaciousswift
Verified Icon
6d
works at
SEW Eurodrive india
Seeking Insights on Siemens – Sales & Business Development Roles
Hi everyone, I’m currently exploring opportunities in Sales and Business Development roles at Siemens, and I’d really appreciate any insights from current or former employees (or anyone familiar with the organization). I’m particularly curious about: Typical salary range or compensation structure (fixed + variable, bonus, etc.) Work culture within the sales & business development teams Career growth opportunities and internal mobility Work-life balance Benefits (healthcare, insurance, learning support, etc.) Any other pros or cons worth considering If you’ve had experience at Siemens or have reliable input, I’d love to hear your honest feedback—either here or via DM if you prefer. Thanks in advance for your time and help! #Siemens #SalesCareers #BusinessDevelopment #WorkCulture #CareerAdvice #SalaryInsights #JobSearch
Got a question about Siemens?
Ask anonymously on communities.

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.

Overall Interview Experience Rating

4/5

based on 25 interview experiences

Difficulty level

Easy 9%
Moderate 91%

Duration

Less than 2 weeks 82%
2-4 weeks 18%
View more
Join Siemens #TransformTheEverydayWithUs
Siemens Software Developer Salary
based on 1.8k salaries
₹3.8 L/yr - ₹26.9 L/yr
51% more than the average Software Developer Salary in India
View more details

Siemens Software Developer Reviews and Ratings

based on 177 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.7

Work satisfaction

Explore 177 Reviews and Ratings
Software Developer
1.8k salaries
unlock blur

₹3.8 L/yr - ₹26.9 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹9.4 L/yr - ₹35 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹24.8 L/yr

Manager
585 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Senior Process Associate
455 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

Johnson Controls

3.6
Compare

Honeywell Automation

3.8
Compare
write
Share an Interview