Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare
4.1

based on 4.6k Reviews

Filter interviews by

Siemens Senior Software Engineer Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top Siemens Senior Software Engineer Interview Questions and Answers

View all 7 questions

Siemens Senior Software Engineer Interview Experiences

13 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Virtual is what type
  • Ans. 

    Virtual is a type of function in C++

    • Virtual functions are used in C++ to achieve polymorphism

    • They are declared in a base class and overridden in derived classes

    • Example: virtual void display() = 0;

  • Answered by AI
  • Q2. What is static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables retain their values across all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • Example: 'static int count = 0;' decl

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops in detail ?
  • Ans. 

    Object-oriented programming paradigm focuses on objects and classes to organize code and data.

    • OOPs stands for Object-Oriented Programming

    • It focuses on objects and classes to organize code and data

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are key principles of OOPs

    • Example: Class Car with properties like color, model, and methods like start(), stop()

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Assignment 

They will be providing an assignment on some random topics for which you hav eto prepare and also write the UTs

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 Jan 2023. There were 5 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 - Technical 

(1 Question)

  • Q1. As python developer, basic questions asked and all concepts are to be explained to interviewwr with example
Round 3 - Technical 

(1 Question)

  • Q1. Sql and python interview questions to solve in code editor.
Round 4 - Technical 

(1 Question)

  • Q1. Related projects and my role into it
Round 5 - HR 

(1 Question)

  • Q1. HR explained about company policies and salary negotiation and notice period related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics of python and SQL and coding questions on python and SQL

Siemens interview questions for designations

 Senior Embedded Software Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (19)

 Senior Software Developer

 (4)

 Associate Software Engineer

 (3)

 Advanced Software Engineer

 (2)

 Software Development Engineer

 (1)

 Lead Software Engineer

 (1)

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept and programing
Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and core concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. More on designs related

Get interview-ready with Top Siemens Interview Questions

Round 1 - Technical 

(2 Questions)

  • Q1. WPF related question, Oops basics and C#.
  • Q2. SQL Server and PL/SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. Round interview promoted to 2 round but didn't get call

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interviewer promoted to 2nd round but didn't get call from HR for round 2

Senior Software Engineer Jobs at Siemens

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test they asked all basic questions.

Round 2 - Coding Test 

Easy coding and technical round. C# questions.

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C# Selenium Automation
Round 2 - Technical 

(1 Question)

  • Q1. BDD Specflow Framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Details/ Framework overview
Round 4 - HR 

(1 Question)

  • Q1. About your family/Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Technical part very well and attend interview very confidentaly

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic C++, Multithreaded questions, architecture and design patterns question. MVC is must for UI related positions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest. Enjoy the conversation then everything will fall into place. When you are free from pressure of cracking the interview, there is a 95% probability that you will crack it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
  • Ans. 

    Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

    • Microservices are loosely coupled and can be developed and deployed independently.

    • Monolithic applications are tightly coupled and require a full deployment for any changes.

    • Microservices allow for better scalability and fault tolerance.

    • Monolithic applications can be simpler to develop ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search
  • Ans. 

    Indexing a dictionary for faster search

    • Use hash tables for constant time lookup

    • Consider using a trie for prefix search

    • Sort the keys for binary search

    • Use a balanced tree for range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

Siemens Interview FAQs

How many rounds are there in Siemens Senior Software Engineer interview?
Siemens interview process usually has 2-3 rounds. The most common rounds in the Siemens interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Siemens Senior Software Engineer 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, HTML, Debugging, Linux and Agile.
What are the top questions asked in Siemens Senior Software Engineer interview?

Some of the top questions asked at the Siemens Senior Software Engineer interview -

  1. Indexing a dictionary for faster sea...read more
  2. Difference between microservices and monolit...read more
  3. Microservices vs monolit...read more

Tell us how to improve this page.

Siemens Senior Software Engineer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 8 Siemens interviews
Job Portal
Company Website
75%
13%
12% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Siemens Senior Software Engineer Salary
based on 1.6k salaries
₹9.4 L/yr - ₹33.5 L/yr
39% more than the average Senior Software Engineer Salary in India
View more details

Siemens Senior Software Engineer Reviews and Ratings

based on 148 reviews

4.0/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.6

Salary & Benefits

4.2

Job Security

3.9

Company culture

3.0

Promotions/Appraisal

3.6

Work Satisfaction

Explore 148 Reviews and Ratings
Senior Software Engineer (Angular)

Bangalore / Bengaluru

5-7 Yrs

₹ 24-24.2 LPA

Software Engineer Senior Java

Pune

12-15 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Explore more jobs
Software Developer
1.6k salaries
unlock blur

₹5 L/yr - ₹22 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹9.4 L/yr - ₹33.5 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.3 L/yr - ₹22 L/yr

Manager
595 salaries
unlock blur

₹8.2 L/yr - ₹31.8 L/yr

Senior Executive
450 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.2
Compare

Siemens Energy

4.2
Compare

ABB

4.1
Compare

BHEL

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview