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 Freshers

Updated 16 Mar 2025

Siemens Healthineers Interview Experiences for Freshers

Popular Designations

9 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

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
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

Technical Intern Interview Questions asked at other Companies

Q1. Coding question: Find the 2nd lowest and 2nd highest elements in an array
View answer (1)
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

Regulatory Affairs Manager Interview Questions asked at other Companies

Q1. DMF submission purpose what is the additional requirements
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work here?
  • Q2. Why do you want to work as a software engineer intern?

Interview Preparation Tips

Interview preparation tips for other job seekers - practice basic DSA questions (easy) and basic concepts in programming like object oriented programming, recursion, easy debugging questions.

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Siemens Healthineers interview questions for popular designations

 Software Developer

 (10)

 Senior Software Engineer

 (8)

 Software Engineer

 (7)

 Senior Test Engineer

 (3)

 Test Professional

 (2)

 Design & Development Engineer

 (2)

 Senior Engineer

 (1)

 Graduate Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to core concepts like OS, DBMS and OOPs

Data Scientist Intern Interview Questions asked at other Companies

Q1. In case deadline is approaching, whether you will compromise with project quality?
View answer (1)
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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 was an MCQ based test. Code Snippets as well as OOPS, OS, DBMS questions were there

Round 3 - One-on-one 

(1 Question)

  • Q1. How to implement a stack OS Questions Problem Solving Questions OOPS concepts DS questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Smart Pointers About the project done in college

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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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 Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers interview for freshers?
Siemens Healthineers interview process for freshers usually has 2-3 rounds. The most common rounds in the Siemens Healthineers interview process for freshers are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Siemens Healthineers interview for freshers?
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 for freshers?

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

  1. Check if a given binary tree is binary search tree or ...read more
  2. Reverse an ar...read more
  3. First Technical Interview: All the C# basic and OOP's questions with written e...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 for Freshers

based on 8 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Max Healthcare Interview Questions
4.0
 • 143 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 126 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
Paras Hospital Interview Questions
4.4
 • 82 Interviews
Pacific BPO Interview Questions
3.5
 • 80 Interviews
GE Healthcare Interview Questions
4.0
 • 73 Interviews
Advantmed Interview Questions
3.6
 • 51 Interviews
View all

Siemens Healthineers Reviews and Ratings

based on 428 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.6

Salary

4.3

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 428 Reviews and Ratings
Software Developer
467 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
237 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Software Engineer
152 salaries
unlock blur

₹7.5 L/yr - ₹28.5 L/yr

Design & Development Engineer
106 salaries
unlock blur

₹8 L/yr - ₹20.3 L/yr

Senior Software Developer
87 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Siemens Healthineers with

UnitedHealth

4.0
Compare

Max Healthcare

4.0
Compare

Paras Hospital

4.4
Compare

Dr Lal PathLabs

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview