Upload Button Icon Add office photos

Filter interviews by

Siemens Healthineers Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Siemens Healthineers Interview Questions and Answers

View all 41 questions

Siemens Healthineers Interview Experiences

Popular Designations

61 interviews found

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

General program like Fibonacci, string

Test Professional Interview Questions asked at other Companies

Q1. Any application software,Power quality, Energy metering monitoring software works.
View answer (1)

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of Oops. Ex: Encapsulation, Abstraction, Polymorphism with real time examples.
  • Q2. Multithreading concepts in Java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Synchronization is used to prevent race conditions and ensure thread safety.

    • Java also provides several classes and interfaces for managing thread exec...

  • Answered by AI
  • Q3. 2 Coding Questions were asked. first was easy and was medium type.
  • Q4. Questions related to my project in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - They had asked Questions according to my resume. So, be confident with the skills you mentioned. Be Confident and cool. The interviewers were very friendly.

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

I applied via Naukri.com and was interviewed before Aug 2022. 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 - Coding Test 

It's very simple logical reasoning and oops concepts

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts and design principles
  • Ans. 

    Oops concepts and design principles are fundamental concepts in software engineering.

    • Object-oriented programming principles include encapsulation, inheritance, and polymorphism.

    • Design principles like SOLID (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) help in creating maintainable and scalable code.

    • Understanding these concepts helps in designing robust and effici

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamentals needs to be clear, and basic DS questions like linked list, stacks etc

Lead Design and Development Engineer Interview Questions asked at other Companies

Q1. Oops concepts and design principles
View answer (1)

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C++ related basic questions
Round 2 - Behavioral 

(1 Question)

  • Q1. C++ and project related advanced questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't pretend like you know everything. Just tell your skills and work experience truely.

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)

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)

 Automation Test Engineer

 (1)

 C Developer

 (1)

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse an array
  • Ans. 

    Reverse an array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Use the built-in reverse() method of the array object

    • Swap the first and last elements, then the second and second-to-last elements, and so on until the middle of the array is reached

  • Answered by AI
  • Q3. Check if a given binary tree is binary search tree or not
  • Ans. 

    Check if a binary tree is a binary search tree

    • Traverse the tree and check if each node satisfies the BST property

    • For each node, check if its left child is less than the node and right child is greater than the node

    • Use recursion to check all nodes in the tree

  • Answered by AI
  • Q4. Questions about projects present in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview took for about an hour. Interviewer was very friendly

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Get interview-ready with Top Siemens Healthineers Interview Questions

Interview Questionnaire 

2 Questions

  • Q1. How mentain the wharehouse all of the activity
  • 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

  • Answered by AI
  • Q2. Follow up the 5s ruls

Logistics Executive Interview Questions asked at other Companies

Q1. Did you work on busy software and advance excel before?. How much rating will you give yourself for advance excel. Did you know tally? Did you work on tally before? How much your is your typing speed on computer?
View answer (3)

I applied via Approached by Company and was interviewed before Nov 2021. 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 - Coding Test 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

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)

I applied via Referral and was interviewed in Sep 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go
Through basics
electronics and electrical questions

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. On SAP Data Services

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium difficulty level Questions were asked. so be prepared and be confident

Data Migration Consultant Interview Questions asked at other Companies

Q1. Explain how to migrate on premise application on to cloud
View answer (1)

I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Not interested in disclosing because I don't want to ruin others life

Round 2 - One-on-one 

(2 Questions)

  • Q1. Hell. Not Interested in disclosing
  • Q2. Hell. Not Interested.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company. A company with good crafted reputation, but not really the best workplace to work. No work life balance. Lot of dependencies with many cross department teams. Less availability of infrastructure. And FYI canteen food sucks. Benefits vary from department to department. A department with good work life balance will not have any benefits, the one that can make you sit up an all nighter will gift you with goodies and speakers. And many teams have toxic work culture and politics. Beware of what you wish for.

Design & Development Engineer Interview Questions asked at other Companies

Q1. If the product is a failure how will you make up for it?
View answer (1)

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 33 interviews in last 1 year

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 424 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 407 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 407 Reviews and Ratings
Software Developer
450 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Senior Software Engineer
218 salaries
unlock blur

₹9.6 L/yr - ₹28 L/yr

Software Engineer
143 salaries
unlock blur

₹7.5 L/yr - ₹28.5 L/yr

Design & Development Engineer
101 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Senior Engineer
96 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
Did you find this page helpful?
Yes No
write
Share an Interview