Upload Button Icon Add office photos

Filter interviews by

Siemens Healthineers Interview Questions, Process, and Tips

Updated 9 Dec 2024

Top Siemens Healthineers Interview Questions and Answers

View all 39 questions

Siemens Healthineers Interview Experiences

Popular Designations

59 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a web application for tracking and managing inventory in real-time

    • Implemented a user-friendly interface for adding, updating, and deleting inventory items

    • Utilized RESTful APIs to communicate with backend database for seamless data retrieval and storage

    • Incorporated barcode scanning functionality for quick and accurate inventory management

  • Answered by AI
  • Q2. Write singleton pattern
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance variable of the class

    • Make the constructor private to prevent instantiation from outside the class

    • Provide a static method to access the instance, creating it if necessary

  • Answered by AI
  • Q3. Handle thread safety in singleton pattern
  • Ans. 

    Use synchronized block or double-checked locking to ensure only one thread can access singleton instance at a time.

    • Use synchronized block to ensure thread safety in getInstance() method

    • Implement double-checked locking to minimize synchronization overhead

    • Consider using Enum singleton for thread safety without synchronization

  • Answered by AI
  • Q4. What is a delegate? Write a syntax
  • Ans. 

    A delegate is a type that represents references to methods with a specific parameter list and return type.

    • Delegates are similar to function pointers in C++ or pointers to member functions in C++.

    • Delegates are used to pass methods as arguments to other methods.

    • Delegates can be used to define callback methods.

    • Syntax: delegate return_type delegate_name(parameter_list);

  • Answered by AI
  • Q5. What is event ? Write a sample event
  • Ans. 

    An event is an occurrence or happening that can be detected and responded to by software.

    • Events can be user actions (clicking a button, typing in a text box)

    • Events can be system-generated (timer expiration, network packet arrival)

    • Events are typically handled by event handlers or listeners in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in Oops concepts

Skills evaluated in this interview

Top Siemens Healthineers Senior Software Engineer Interview Questions and Answers

Q1. 1. Design qestion. 2. Design pattern uses per use case.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
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 

(2 Questions)

  • Q1. Past experience and team size
  • Q2. Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know what 's there in your resume.

Project Manager Scrum Master Interview Questions asked at other Companies

Q1. What is agile? How you trained your team for agile development? What action item came out of sprint retro and how you handled? What techniques you follow in estimation? Who are stake holders of PI planning?
View answer (1)

Senior Engineer Interview Questions & Answers

user image Sandip Chandale

posted on 6 May 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Explain 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, Selenium,

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company.

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops,project related,basic program
Round 3 - Technical 

(1 Question)

  • Q1. Oops,multithreading,threads, tasks, project related,basic program
Round 4 - HR 

(1 Question)

  • Q1. Package details , relocation, benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to gain insight on what project you are going to work on

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Siemens Healthineers interview questions for popular designations

 Software Developer

 (10)

 Senior Software Engineer

 (7)

 Software Engineer

 (6)

 Design & Development Engineer

 (2)

 Senior Test Engineer

 (2)

 Test Professional

 (2)

 C Developer

 (1)

 Commercial Trainee

 (1)

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Template concept in c++
  • Q2. Questions related to string

Top Siemens Healthineers Software Developer Interview Questions and Answers

Q1. Print sentence word in reverse order without using default function. eg: input:-> I live in New York. output:-> I evil ni weN kroY.
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Siemens Healthineers Interview Questions

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. OOPS questions 2. SOLID and Design Pattern questions 3. Project explanation 4. Basic Pattern coding 5. Test question, UTest, ITest
  • Q2. Resume discussion and question from resume skill set.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Design qestion. 2. Design pattern uses per use case.
  • Ans. 

    Design patterns are used to solve common software design problems. Each use case requires a specific pattern.

    • Design patterns are reusable solutions to common software design problems.

    • Each use case requires a specific pattern to be used.

    • Examples of design patterns include Singleton, Factory, and Observer.

    • The choice of pattern depends on the problem being solved and the requirements of the system.

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

(1 Question)

  • Q1. Managerial round 1. Reason to switch. 2. Immediate joining 3. Conflict management with manager
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS, Design pattern and language specific question to sail through.

Skills evaluated in this interview

Top Siemens Healthineers Senior Software Engineer Interview Questions and Answers

Q1. 1. Design qestion. 2. Design pattern uses per use case.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
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 - Coding Test 

C++ related aptitude test. OOPs questions.

Round 2 - Coding Test 

Questions related to linked list. Virtual functions and virtual destructor.
Reversing a LinkedIn list.

Round 3 - Technical 

(3 Questions)

  • Q1. Project related interview.
  • Q2. Which stack used?
  • 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

  • Answered by AI
  • Q3. How threads were 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.

    • Example...

  • Answered by AI

Skills evaluated in this interview

Top Siemens Healthineers Software Developer Interview Questions and Answers

Q1. Print sentence word in reverse order without using default function. eg: input:-> I live in New York. output:-> I evil ni weN kroY.
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Steward Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. They will ask about your SAP experience.
Round 2 - Technical 

(1 Question)

  • Q1. They will ask about your SAP experience
Round 3 - One-on-one 

(1 Question)

  • Q1. They will ask about your SAP experience

Steward Interview Questions asked at other Companies

Q1. Difference between champagne and sparkling wine ..???? Why we serve champagne in a champagne saucer not whisky glass...???? Types of service ..???? I went for interview in ITC thats why they asked why ITC ........why not other brand ..???? ... read more
View answer (2)

Siemens Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Pointers input output
  • Q2. Polymorphism in cpp
  • 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 overloading an

  • Answered by AI
Round 2 - Coding Test 

Snake and ladders, detect duplicate in array

Skills evaluated in this interview

Siemens Interview Questions asked at other Companies

Q1. Polymorphism in cpp
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Practice writing delegates,events,static,private constructors practice questions on array like find duplicates in array, polymorphism,abstraction,encapsulation,singleton,factory pattern code
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code similar to 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

  • Answered by AI
  • Q2. Array data structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial questions
  • Q2. Same managerial round scrum,agile what it is

Interview Preparation Tips

Interview preparation tips for other job seekers - learn to write code instead of just words

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

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. Object oriented programming in ...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.

Siemens Healthineers Interview Process

based on 31 interviews in last 1 year

Interview experience

4.4
  
Good
View more

People are getting interviews through

based on 41 Siemens Healthineers interviews
Job Portal
Referral
Campus Placement
Recruitment Consultant
WalkIn
Company Website
29%
20%
10%
5%
2%
2%
32% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 421 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Abbott Interview Questions
4.2
 • 142 Interviews
GE Healthcare Interview Questions
4.1
 • 71 Interviews
Medtronic Interview Questions
4.1
 • 69 Interviews
View all

Siemens Healthineers Reviews and Ratings

based on 405 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-Life balance

3.6

Salary & Benefits

4.3

Job Security

4.0

Company culture

3.3

Promotions/Appraisal

3.7

Work Satisfaction

Explore 405 Reviews and Ratings
Software Developer
450 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
212 salaries
unlock blur

₹9.6 L/yr - ₹30 L/yr

Software Engineer
138 salaries
unlock blur

₹7.5 L/yr - ₹28.5 L/yr

Design & Development Engineer
100 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Senior Engineer
91 salaries
unlock blur

₹13.4 L/yr - ₹25 L/yr

Explore more salaries
Compare Siemens Healthineers with

GE Healthcare

4.1
Compare

Philips

3.9
Compare

Siemens

4.1
Compare

Fresenius Medical Care

3.7
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