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 for Experienced

Updated 17 Dec 2024

Top Siemens Software Developer Interview Questions and Answers for Experienced

Siemens Software Developer Interview Experiences for Experienced

6 interviews found

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

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
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

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 Dec 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal questions , maths, English, reasoning

Round 2 - Coding Test 

Do easy medium problem solving

Round 3 - Technical 

(1 Question)

  • Q1. Questions on dp, recursion, dbms
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions, relocation, other

Siemens interview questions for designations

 Senior Software Developer

 (4)

 Software Developer Intern

 (1)

 Developer

 (1)

 Software Engineer

 (22)

 Software Architect

 (2)

 Lead Software

 (1)

 Java Developer

 (2)

 Angular Developer

 (1)

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What is oops concepts
  • 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 only...

  • Answered by AI
  • Q2. Encapsulation , Inheritance , Polymorphism ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java , Multithreading , Collections , Generics

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

Software Developer Jobs at Siemens

View all

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenario-based questions. ex: how you will differentiate two different login 2. Remove duplicates from the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple if you are fresher and average/difficult for experienced.
3 to 4 rounds of interviews can take place.

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPs concepts and program on linked list reversal and c pointer concepts
Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts,C basis, IPC and signals
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts, c basics, data structures
Round 4 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have gone though 3 levels of technical interviews followed by manageral discussion and HR discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About projects, how do they work, what all have you implemented
  • Q2. One simple question on average of array elements
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

Siemens Interview FAQs

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

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

  1. What is oops conce...read more
  2. write program for finding duplica...read more
  3. Write basic 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 for Experienced

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Join Siemens #TransformTheEverydayWithUs
Siemens Software Developer Salary
based on 1.6k salaries
₹5.3 L/yr - ₹25.2 L/yr
65% more than the average Software Developer Salary in India
View more details

Siemens Software Developer Reviews and Ratings

based on 173 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 173 Reviews and Ratings
Software Developer (C# .NET)

Bangalore / Bengaluru

2-5 Yrs

₹ 4.25-20 LPA

Software Developer - PHP & Python

Pune

2-4 Yrs

₹ 4.5-17 LPA

Software Developer (C#,.Net, Angular)

Bangalore / Bengaluru

2-6 Yrs

₹ 4.25-29 LPA

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹9.5 L/yr - ₹35 L/yr

Software Developer
1.6k salaries
unlock blur

₹5.3 L/yr - ₹25.2 L/yr

Software Engineer
1.5k salaries
unlock blur

₹5.8 L/yr - ₹25 L/yr

Manager
617 salaries
unlock blur

₹8 L/yr - ₹33 L/yr

Senior Process Associate
462 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.5
Compare

Honeywell Automation

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