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 9 Jul 2025
Popular Designations

15 Interview questions

A Senior Technical Writer was asked 1w ago
Q. Describe a time you created a flowchart that involved making a decision.
Ans. 

A flow chart illustrates decision-making processes, guiding users through options and outcomes.

  • Start with a clear objective, e.g., 'Determine if a patient needs medication.'

  • Use diamonds to represent decision points, e.g., 'Is the patient's condition severe?'

  • Branch out with 'Yes' or 'No' paths leading to different actions, e.g., 'Administer medication' or 'Monitor condition.'

  • End with outcomes or next steps, ensurin...

View all Senior Technical Writer interview questions
A Senior Technical Writer was asked 1w ago
Q. What is the difference between marketing content and technical content?
Ans. 

Marketing content aims to persuade and engage, while technical content focuses on clarity and detailed information.

  • Marketing content is designed to attract and engage customers, e.g., advertisements and promotional materials.

  • Technical content provides detailed information about a product or service, e.g., user manuals and technical specifications.

  • Marketing content often uses persuasive language and emotional appea...

View all Senior Technical Writer interview questions
A Senior Software Development Engineer was asked 2mo 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 2mo 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 5mo 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 12mo 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
Are these interview questions helpful?
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
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

Siemens Healthineers Interview Experiences for Experienced

22 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
  • Ans. 

    I am a retired professional with a passion for travel, gardening, and volunteering in my community.

    • Background: I spent 30 years in the education sector, teaching high school mathematics.

    • Hobbies: I love to travel; my favorite trip was to Italy, where I explored ancient ruins.

    • Community Involvement: I volunteer at the local food bank, helping to distribute meals to those in need.

    • Family: I have three grandchildren who keep...

  • Answered by AI
  • 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
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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.6/5

based on 16 interview experiences

Difficulty level

Easy 20%
Moderate 70%
Hard 10%

Duration

Less than 2 weeks 40%
2-4 weeks 40%
4-6 weeks 10%
6-8 weeks 10%
View more

Interview Questions from Similar Companies

Advantmed Interview Questions
4.3
 • 152 Interviews
Dr Lal PathLabs Interview Questions
4.1
 • 149 Interviews
Johnson & Johnson Interview Questions
4.0
 • 103 Interviews
Pacific BPO Interview Questions
3.4
 • 91 Interviews
Paras Hospital Interview Questions
4.3
 • 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 462 reviews

4.0/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.6

Salary

4.2

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 462 Reviews and Ratings
Software Developer
474 salaries
unlock blur

₹10.6 L/yr - ₹21 L/yr

Senior Software Engineer
270 salaries
unlock blur

₹17 L/yr - ₹29 L/yr

Software Engineer
159 salaries
unlock blur

₹12.3 L/yr - ₹22.5 L/yr

Senior Engineer
126 salaries
unlock blur

₹16.4 L/yr - ₹27 L/yr

Design & Development Engineer
108 salaries
unlock blur

₹13 L/yr - ₹21 L/yr

Explore more salaries
Compare Siemens Healthineers with

UnitedHealth

4.0
Compare

Paras Hospital

4.2
Compare

Dr Lal PathLabs

4.1
Compare

Johnson & Johnson

4.0
Compare
write
Share an Interview