Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Healthineers Interview Questions and Answers

Updated 9 Jul 2025
Popular Designations

46 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 Dot Net Fullstack Developer was asked
Q. Write a program to generate all possible combinations of a deck of cards.
Ans. 

Generate all possible combinations of a suite of cards

  • Create an array of all possible card values (e.g. '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K', 'A')

  • Create an array of all possible card suits (e.g. 'Hearts', 'Diamonds', 'Clubs', 'Spades')

  • Iterate through the card values and suits to generate all combinations (e.g. '2 of Hearts', '3 of Hearts', '4 of Hearts', ...)

View all Dot Net Fullstack Developer interview questions
A Software Developer was asked
Q. How were threads handled?
Ans. 

Threads are handled by creating and managing lightweight processes within a program to improve performance and responsiveness.

  • Threads are managed by the operating system or a thread library.

  • Threads share the same memory space within a process.

  • Threads can communicate with each other through shared memory or message passing.

  • Thread synchronization is important to prevent race conditions and ensure data consistency.

  • Ex...

View all Software Developer interview questions
A Software Developer was asked
Q. Which technology stack do you use?
Ans. 

We primarily use the MERN stack for our web development projects.

  • MERN stack includes MongoDB, Express.js, React, and Node.js

  • MongoDB is used as the database to store data

  • Express.js is used as the backend framework for building APIs

  • React is used for building the user interface

  • Node.js is used as the server-side runtime environment

View all Software Developer interview questions
A Design Engineer was asked
Q. How is C# used in legacy systems?
Ans. 

C# is used in legacy systems for maintaining and updating existing software applications.

  • C# can be used to extend the functionality of legacy systems by integrating new features and technologies.

  • It allows for easier maintenance and updates to existing codebase.

  • C# can also be used to modernize legacy systems by migrating them to newer platforms or frameworks.

  • Examples include updating a legacy desktop application to...

View all Design Engineer interview questions
A Senior Test Engineer was asked
Q. Write a program to move all 0s to the left of an array.
Ans. 

Program to print 0 to left

  • Create a loop to iterate from 0 to the desired number

  • Use string manipulation to print the numbers with spaces to the left

  • Example: If the desired number is 5, print '0 1 2 3 4 5'

View all Senior Test Engineer interview questions
Are these interview questions helpful?
A Senior Test Engineer was asked
Q. Write a program to click on an element using Selenium.
Ans. 

To click on an element using Selenium, locate the element and use the click() method.

  • Locate the element using findElement() method

  • Use the click() method to click on the element

View all Senior Test Engineer interview questions
A Senior Engineer was asked
Q. Explain the end-to-end automation cycle.
Ans. 

End to end automation cycle involves automating the entire software development process from planning to deployment.

  • The cycle starts with requirements gathering and planning

  • Next, the code is developed and tested using automation tools

  • Continuous integration and delivery are used to deploy the code to production

  • Monitoring and feedback are used to improve the process

  • Examples of automation tools include Jenkins, Selen...

View all Senior Engineer interview questions
A C Developer was asked
Q. Why do we use join in Multithreading?
Ans. 

Join is used to wait for a thread to finish execution before continuing with the main thread.

  • Join ensures that all the threads finish their execution before the main thread exits.

  • It is used to avoid race conditions and deadlocks.

  • Join can be used with detach to ensure that the thread is not left running in the background.

  • Example: Joining a thread that performs a time-consuming task before continuing with the main t...

View all C Developer interview questions

Siemens Healthineers Interview Experiences

66 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts and Design Patterns
  • Q2. Linked list coding question and scenario based design implementation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

120 minutes of interview, 3 dsa questions alongwith 20 technical and apti MCQ's

Round 2 - Technical 

(4 Questions)

  • Q1. Oops and its implementation alongwith polymorphism code
  • Ans. 

    Oops is a concept in object-oriented programming that allows for code reusability and flexibility. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Oops allows for encapsulation, inheritance, and polymorphism in programming.

    • Polymorphism allows for methods to be overridden in subclasses, providing flexibility in code.

    • Example: Oops can be implemented by creating classes for...

  • Answered by AI
  • Q2. Write matrix multiplication using multithreading
  • Ans. 

    Matrix multiplication using multithreading involves dividing the matrix into smaller parts and assigning each part to a separate thread for parallel computation.

    • Divide the matrices into smaller submatrices to be processed by different threads.

    • Assign each submatrix multiplication operation to a separate thread for parallel computation.

    • Combine the results from each thread to get the final result of the matrix multiplicat...

  • Answered by AI
  • Q3. SDE puzzles from GFG
  • Q4. Projects and why you implemented this tech stack
Round 3 - HR 

(2 Questions)

  • Q1. Introduction and project related questions
  • Q2. Gen Ai related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Automate the use case Open Google.com, search for a country and find wikipedia page for each step add validations
  • Ans. 

    Automate a Google search for a country and validate the Wikipedia page results.

    • Open a browser and navigate to 'https://www.google.com'.

    • Input the country name in the search bar and submit the search.

    • Validate that the search results contain a link to the Wikipedia page for the country.

    • Click on the Wikipedia link and validate that the page title matches the country name.

    • Check for the presence of key sections like 'History...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Healthineers Automation Test Engineer interview:
  • Selenium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions asked
  • Q2. Brain teaser asked
Round 3 - Technical 

(2 Questions)

  • Q1. Data structures asked
  • Q2. Overall managerial questions
Round 4 - HR 

(2 Questions)

  • Q1. Why you want to work here
  • Q2. Cultural fit check
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basics of C++. Solve some problem by given complexity. Find the bugs in code.

Round 2 - Technical 

(2 Questions)

  • Q1. Question from your last project.
  • Q2. Design pattern in C++.
  • Ans. 

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

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has a specific purpose and can be applied in different scenarios.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Second largest in an array
  • Ans. 

    Find the second largest string in an array of strings.

    • Iterate through the array and keep track of the largest and second largest strings.

    • Compare each string with the current largest and second largest strings.

    • Return the second largest string at the end.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Angular coding round was conducted

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Basics of C#
  • Q2. Data structures and algorithm ques
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic understanding on role and interest towards the role by the manager
  • Q2. Read through the list of work experience and products worked so far
Round 2 - Technical 

(2 Questions)

  • Q1. Indepth question on EU MDR, USFDA, 510k, other country regulations
  • Q2. List of experience related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare well on arrays, lists and its operations
  • Q2. Get to know well about your current project

Top trending discussions

View All
Interview Tips & Stories
4d (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?
Siemens Healthineers interview process usually has 2-3 rounds. The most common rounds in the Siemens Healthineers interview process are Technical, One-on-one Round and HR.
How to prepare for Siemens Healthineers 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 Healthineers. The most common topics and skills that interviewers at Siemens Healthineers expect are C#, Sales, Angularjs, Design Patterns and Dicom.
What are the top questions asked in Siemens Healthineers interview?

Some of the top questions asked at the Siemens Healthineers interview -

  1. Const pointer and pointer to const Join in Multithread...read more
  2. Why we use join in Multithread...read more
  3. Print sentence word in reverse order without using default function. eg: input:...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.3/5

based on 62 interview experiences

Difficulty level

Easy 15%
Moderate 82%
Hard 3%

Duration

Less than 2 weeks 58%
2-4 weeks 29%
4-6 weeks 8%
6-8 weeks 5%
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 461 reviews

3.9/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 461 Reviews and Ratings
Software Developer
480 salaries
unlock blur

₹10.7 L/yr - ₹19.4 L/yr

Senior Software Engineer
248 salaries
unlock blur

₹17 L/yr - ₹28 L/yr

Software Engineer
159 salaries
unlock blur

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

₹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.1
Compare

Johnson & Johnson

4.0
Compare
write
Share an Interview