Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Healthineers Interview Questions and Answers for Experienced

Updated 11 May 2025
Popular Designations

14 Interview questions

A Senior Software Development Engineer was asked 1mo ago
Q. Explain Dependency Injection.
Ans. 

Dependency Injection is a design pattern that allows for the decoupling of components in software development.

  • Promotes loose coupling by injecting dependencies rather than hardcoding them.

  • Improves testability by allowing mock objects to be injected during testing.

  • Facilitates easier maintenance and scalability of code.

  • Example: In a web application, a service class can be injected into a controller instead of being ...

View all Senior Software Development Engineer interview questions
A Senior Software Development Engineer was asked 1mo ago
Q. Explain OOPS concepts.
Ans. 

OOPs concepts are fundamental principles in software design that promote code reusability and modularity.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same interface for differe...

View all Senior Software Development Engineer interview questions
A Senior Test Engineer was asked 4mo ago
Q. What are the R1 release milestones?
Ans. 

R1 release milestones are key events or goals that need to be achieved before the initial release of a product or software.

  • R1 release milestones typically include completing all planned features, passing all necessary tests, and fixing any critical bugs.

  • Examples of R1 release milestones may include code freeze, completion of user acceptance testing, and finalizing documentation.

  • These milestones help ensure that th...

View all Senior Test Engineer interview questions
A Siemens was asked 11mo ago
Q. What is polymorphism in C++?
Ans. 

Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

  • Polymorphism allows for functions to be called on objects of different classes through a common interface.

  • Examples include function overloading, virtual functions, and inheritance.

  • Dynamic polymorphism is achieved through virtual functions and inheritance.

  • Static polymorphism is achieved through function overloadi...

View all Siemens interview questions
A Senior Information Technology Operations Engineer was asked 12mo ago
Q. How do you confirm that an IT application is Zero Trust compliant?
Ans. 

Confirming Zero Trust compliance involves verifying network segmentation, least privilege access, continuous monitoring, and strict authentication protocols.

  • Verify network segmentation to ensure that resources are isolated and access is restricted based on policies

  • Implement least privilege access controls to limit user permissions to only what is necessary for their role

  • Utilize continuous monitoring tools to detec...

View all Senior Information Technology Operations Engineer interview questions
A Senior Information Technology Operations Engineer was asked 12mo ago
Q. What do you understand by ITSM?
Ans. 

ITSM stands for Information Technology Service Management, which is a set of policies, processes, and procedures for managing IT services.

  • ITSM focuses on aligning IT services with the needs of the business

  • It involves implementing and managing IT services to meet agreed service levels

  • ITSM includes processes such as incident management, problem management, change management, and service level management

  • ITSM framewor...

View all Senior Information Technology Operations Engineer interview questions
A Software Development Engineer was asked
Q. Given a string like 'Aaabbcc', find the count of consecutive occurrences of each character. For example, for the input 'Aaabbcc', the output should be a:3, b:2, c:2.
Ans. 

Count the occurrences of each character in a given string and display the results in a formatted manner.

  • Use a dictionary to store character counts.

  • Iterate through the string and update counts for each character.

  • Example: For 'Aaabbcc', the counts are: a-3, b-2, c-2.

  • Consider case sensitivity if required (e.g., 'A' vs 'a').

  • Output can be formatted as a string or printed directly.

View all Software Development Engineer interview questions
Are these interview questions helpful?
A Senior Software Developer was asked
Q. Write code similar to a HackerRank test.
Ans. 

Code similar to HackerRank test

  • Create an array of strings for test cases

  • Write code to evaluate each test case

  • Compare output with expected output

  • Return results

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. Tell me about your experience with Scrum and Agile methodologies.
Ans. 

Scrum is an Agile framework for managing software development, emphasizing collaboration, flexibility, and iterative progress.

  • Scrum involves roles like Product Owner, Scrum Master, and Development Team, each with distinct responsibilities.

  • It uses time-boxed iterations called Sprints, typically lasting 2-4 weeks, to deliver incremental product improvements.

  • Daily Stand-ups are short meetings to discuss progress, obs...

View all Senior Software Developer interview questions
A Logistics Executive was asked
Q. How do you maintain all warehouse activities?
Ans. 

Maintaining warehouse activity requires proper organization and management.

  • Implement a warehouse management system to track inventory and orders

  • Train staff on proper handling and storage of goods

  • Regularly inspect and maintain equipment and facilities

  • Establish safety protocols and enforce them consistently

  • Monitor and analyze warehouse performance to identify areas for improvement

View all Logistics Executive interview questions

Siemens Healthineers Interview Experiences for Experienced

21 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about your projects
  • Ans. 

    I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Built a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q2. OS,DBMS questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you confirm the IT app is Zero Trust compliant?
  • Ans. 

    Confirming Zero Trust compliance involves verifying network segmentation, least privilege access, continuous monitoring, and strict authentication protocols.

    • Verify network segmentation to ensure that resources are isolated and access is restricted based on policies

    • Implement least privilege access controls to limit user permissions to only what is necessary for their role

    • Utilize continuous monitoring tools to detect and...

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

(1 Question)

  • Q1. What do you understand by ITSM?
  • Ans. 

    ITSM stands for Information Technology Service Management, which is a set of policies, processes, and procedures for managing IT services.

    • ITSM focuses on aligning IT services with the needs of the business

    • It involves implementing and managing IT services to meet agreed service levels

    • ITSM includes processes such as incident management, problem management, change management, and service level management

    • ITSM frameworks li...

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

(2 Questions)

  • Q1. About previous projects
  • Q2. Basic technical questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is R1 release milestones?
  • Ans. 

    R1 release milestones are key events or goals that need to be achieved before the initial release of a product or software.

    • R1 release milestones typically include completing all planned features, passing all necessary tests, and fixing any critical bugs.

    • Examples of R1 release milestones may include code freeze, completion of user acceptance testing, and finalizing documentation.

    • These milestones help ensure that the pro...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you suggested anything to your developer regarding your defect?
  • Ans. 

    Yes, I have suggested improvements to developers to prevent similar defects in the future.

    • Suggested adding more comprehensive unit tests to catch similar issues early on

    • Recommended implementing code reviews to catch potential defects before they reach testing phase

    • Proposed using static code analysis tools to identify potential defects in the codebase

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 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. SQL related questions on snowflake and databricks
Round 3 - Technical 

(1 Question)

  • Q1. Database architecture and design related questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Databricks experience, domain knowledge and mostly experience related questions.
Round 5 - HR 

(1 Question)

  • Q1. Expectations and how you would be a good fit. All general HR questions that you can find

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills and sale yourself well.

Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Basic introduction
  • Q2. Introduction round
  • Q3. Previous experience
Round 2 - One-on-one 

(1 Question)

  • Q1. About our previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - possess a good knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain your project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write Simple Programs in c#

Round 2 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 3 - HR 

(1 Question)

  • Q1. What are your weaknesses
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task to ensure it is flawless.

    • I sometimes struggle with delegating tasks because I want to make sure they are done correctly.

    • I am working on improving my ability to accept constructive criticism and not take it personally.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and 10 mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algorithms and oops concept in details.
  • Ans. 

    Sorting algorithms and OOPs concepts

    • Sorting algorithms are used to arrange data in a specific order.

    • OOPs concepts provide a way to structure and organize code using classes and objects.

    • Examples of sorting algorithms include bubble sort, insertion sort, and quicksort.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and why you want to join the organization.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. 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 

(1 Question)

  • Q1. Wpf C# concept and sone codes for binding
  • Ans. 

    WPF C# is a framework for building desktop applications. Binding is a way to connect UI elements to data sources.

    • WPF stands for Windows Presentation Foundation

    • C# is the programming language used for WPF development

    • Binding allows for automatic updates of UI elements when data changes

    • Example code for binding:

    • DataContext is used to set the data source for binding

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

(1 Question)

  • Q1. Previous project and managerial rout
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Siemens Healthineers?
Ask anonymously on communities.

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers interview for experienced candidates?
Siemens Healthineers interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Siemens Healthineers interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Siemens Healthineers 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 Healthineers. The most common topics and skills that interviewers at Siemens Healthineers expect are C#, Angularjs, Design Patterns, Dicom and Full Stack.
What are the top questions asked in Siemens Healthineers interview for experienced candidates?

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

  1. How do you confirm the IT app is Zero Trust complia...read more
  2. Coding questions like in string Aaabbcc find the number of same characters Outp...read more
  3. same managerial round scrum,agile what it...read more
How long is the Siemens Healthineers interview process?

The duration of Siemens Healthineers 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/5

based on 15 interview experiences

Difficulty level

Easy 22%
Moderate 67%
Hard 11%

Duration

Less than 2 weeks 33%
2-4 weeks 44%
4-6 weeks 11%
6-8 weeks 11%
View more

Interview Questions from Similar Companies

Advantmed Interview Questions
4.3
 • 152 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 149 Interviews
Johnson & Johnson Interview Questions
4.0
 • 103 Interviews
Pacific BPO Interview Questions
3.4
 • 90 Interviews
Paras Hospital Interview Questions
4.4
 • 89 Interviews
UnitedHealth Interview Questions
4.0
 • 84 Interviews
GE Healthcare Interview Questions
4.0
 • 77 Interviews
Clove Dental Interview Questions
3.9
 • 56 Interviews
Redcliffe Labs Interview Questions
4.0
 • 55 Interviews
View all

Siemens Healthineers Reviews and Ratings

based on 459 reviews

4.0/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.6

Salary

4.3

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 459 Reviews and Ratings
Software Developer
479 salaries
unlock blur

₹10.8 L/yr - ₹21 L/yr

Senior Software Engineer
248 salaries
unlock blur

₹17 L/yr - ₹28 L/yr

Software Engineer
158 salaries
unlock blur

₹6.7 L/yr - ₹28.5 L/yr

Senior Engineer
126 salaries
unlock blur

₹16.4 L/yr - ₹27 L/yr

Design & Development Engineer
108 salaries
unlock blur

₹8 L/yr - ₹20.8 L/yr

Explore more salaries
Compare Siemens Healthineers with

UnitedHealth

4.0
Compare

Paras Hospital

4.3
Compare

Dr Lal PathLabs

4.2
Compare

Johnson & Johnson

4.0
Compare
write
Share an Interview