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

C Developer Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2023

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

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 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 

(3 Questions)

  • Q1. Object oriented programming in c++
  • Ans. 

    Object-oriented programming in C++ is a programming paradigm that uses objects to represent real-world entities.

    • Encapsulation, inheritance, and polymorphism are the three main pillars of OOP in C++.

    • Classes and objects are the building blocks of OOP in C++.

    • OOP in C++ allows for code reusability, modularity, and easier maintenance.

    • Example: A car can be represented as an object in C++ with properties like make, model, and...

  • Answered by AI
  • Q2. Operator overloading Restrict inheritance Const in copy constructor Minimum swap to make 3 string of equal size similar Late binding
  • Q3. Const pointer and pointer to const Join in Multithreading
  • Ans. 

    Const pointer and pointer to const in multithreading

    • A const pointer cannot change the memory address it points to, but can change the value at that address

    • A pointer to const can change the memory address it points to, but cannot change the value at that address

    • In multithreading, const pointers can be used to ensure thread safety by preventing multiple threads from modifying the same memory location

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Puzzle 4 tier and one spare tier
  • Q2. Why 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 thread...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Healthineers C Developer interview:
  • C++
  • Oops
  • Multithreading
  • Dsa
  • Puzzle
Interview preparation tips for other job seekers - Be crisp and clear what you are telling. They will cross question from any point so be sure what u are telling to interviewer.

Skills evaluated in this interview

C Developer Interview Questions asked at other Companies

Q1. Merge K Sorted ArraysYou have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sorted in ascending order. Input ... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is C# use 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 a we

  • Answered by AI

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 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. Program to print 0 to left
  • 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'

  • Answered by AI
  • Q2. Program to click on 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

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. First Technical Interview: All the C# basic and OOP's questions with written examples 1. Boxing and unboxing 2. Abstraction 3. Polymorphism 4. Delegate 5. Generic 6. Interface Logical question 1. Memory ...
  • Q2. Second Technical Interview: C# based interview: 1. Ask to make reverse pyramid design pattern. 2. Factorial 3. A lot of questions on Interface with example of my current project. Why we use interface, and ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They were looking for the candidate who worked on WPF and had strong C# skills.

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
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:
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 - 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 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)

Get interview-ready with Top Siemens Healthineers Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Direction
Blood relation
Arithmetic

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question Question related to Spealisation
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself Goals for next 5 years
  • Ans. 

    I am a motivated and ambitious individual with a strong interest in the commercial field. In the next 5 years, I aim to develop my skills, gain experience, and take on more responsibilities.

    • I have a Bachelor's degree in Business Administration and have completed internships in marketing and sales.

    • I am eager to learn and grow in the commercial field, and I am open to taking on new challenges and opportunities.

    • In the nex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mine was on campus interview. I prepared the best to aptitude. Then cracking other rounds are not tough
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Input output pointers related
  • Q2. Polymorphism,casting class,
Round 2 - One-on-one 

(1 Question)

  • Q1. Data structure used for snake and ladder

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)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - Coding Test 

IT was basic question from string and array

Round 2 - One-on-one 

(2 Questions)

  • Q1. Data structure question find all leaf node from tree.
  • Ans. 

    Use depth-first search to traverse the tree and identify leaf nodes.

    • Implement depth-first search algorithm to traverse the tree.

    • Identify nodes with no children as leaf nodes.

    • Store leaf nodes in an array for retrieval.

  • Answered by AI
  • Q2. Print sentence word in reverse order without using default function. eg: input:-> I live in New York. output:-> I evil ni weN kroY.
  • Ans. 

    Reverse each word in a sentence without using default function.

    • Split the sentence into words

    • Iterate through each word and reverse it

    • Join the reversed words back into a sentence

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

(2 Questions)

  • Q1. Programming question :Fibonacci series using recursion.
  • Ans. 

    Fibonacci series using recursion is a classic programming problem where each number is the sum of the two preceding ones.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

    • Call the function recursively with n-1 and n-2 until base case is reached

  • Answered by AI
  • Q2. Programming question: Find 1st 2nd and 3rd highest from array of integer.
  • Ans. 

    Find 1st, 2nd, and 3rd highest integers from an array.

    • Sort the array in descending order.

    • Retrieve the first three elements from the sorted array.

    • Handle cases where array length is less than 3.

  • Answered by AI
Round 4 - Mangerial Round 

(1 Question)

  • Q1. They asked Puzzle
Round 5 - HR 

(1 Question)

  • Q1. Salary Discussion

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. What is your experience?
  • Q2. Do a summary of your work experience?
  • Q3. What is your motivation to look for a new job?
  • Q4. What bring your attention to the position?
Round 3 - Group Discussion 

In it situation would you use a data vault architecture?

Interview Preparation Tips

Topics to prepare for Siemens Healthineers Data Architect interview:
  • Fast
  • Concise
  • Pleasant

Data Architect Interview Questions asked at other Companies

Q1. What are the various data warehousing techniques used, and can you explain them in detail?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

2 coding questions ( 1 easy , 1 medium) along with some mcqs on Hackerearth.
The test was for c++.

Round 3 - Technical 

(2 Questions)

  • Q1. The technical round was of 1 hour. He asked OOPS concepts and 4 coding questions.(3 easy, 1 medium)
  • Q2. Core OOPS concepts. Polymorphism and it's types Constructors , copy constructors, etc.. along with implementations. Deadlocks and how to prevent it. 1. Given n-1 positive numbers all from 1 to n, find t...
Round 4 - Behavioral 

(1 Question)

  • Q1. Went through the resume and asked questions related to it. Since I mentioned DSA, he asked one question related to BST. Rest were just conversation.
Round 5 - HR 

(1 Question)

  • Q1. Just talked over phone about salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS and practice all its implementations to demonstrate OOPS concepts.

Practice easy and easy-medium DSA problems.

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