Upload Button Icon Add office photos

Siemens Healthcare

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Healthcare Software Developer Interview Questions and Answers

Updated 10 Jun 2022

Siemens Healthcare Software Developer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Convert Number to words

Round 2 - One-on-one 

(1 Question)

  • Q1. SOLID principles with real time examples
  • Ans. 

    SOLID principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: A class should be open for extension but closed for modification.

    • Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • Interface Segregation Principle: Clients should not be forced to depend on interfaces ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Healthcare Software Developer interview:
  • SOLID Principle
Interview preparation tips for other job seekers - SOLID, OOPS, .NET, C#, Multithreading

Software Developer Jobs at Siemens Healthcare

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. Oops related insharitance encapsulation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked easy to medium DSA . It includes arrays, strings, recursion.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 

(6 Questions)

  • Q1. React hooks, Explain using code
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components

    • useState() is a hook that allows you to add state to functional components

    • useEffect() is a hook that allows you to perform side effects in functional components

    • useContext() is a hook that allows you to use the context API in functio

  • Answered by AI
  • Q2. Factory Patterns?
  • Q3. Liskov Substitution Principle
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes must be able to replace their base classes without affecting the program's behavior.

    • Violating this principle can lead to unexpected behavior and errors in the code.

    • Example: If a program expec...

  • Answered by AI
  • Q4. Oops Concept and give examples
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes.

    • Oops stands for Object-Oriented Programming

    • Key concepts include inheritance, encapsulation, polymorphism, and abstraction

    • Examples: Class Car with properties like make, model, and methods like start(), stop()

    • Example: Inheritance - Class SUV extends Car and adds property numSeats

  • Answered by AI
  • Q5. JQuery - Ajax mechanisms
  • Q6. Docker and Kubernetes - Azure concepts

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is oops, what is abstraction
  • Ans. 

    OOPs stands for Object-Oriented Programming. Abstraction is the concept of hiding complex implementation details and showing only necessary features of an object.

    • OOPs is a programming paradigm that uses objects and classes to design and develop applications.

    • Abstraction is the process of hiding the implementation details and showing only the necessary features of an object.

    • For example, a car can be represented as an obj...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - jsdfjs jshfjsjdbf kjifnwnejs isdsjdjeogkr ijfjsofnksdng isjfsjogjsng joijsdglmksejoigj nijgibsjfduysdhdgj hoirgnkjdfbfoirjbkbrfb knuiwhfhbeufhiwuegee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Anna University and was interviewed in Aug 2022. There were 3 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 

Two Easy questions to be solved

Round 3 - Technical 

(3 Questions)

  • Q1. Some Technical based questions
  • Q2. It was amazing . Interviewer asked me to code for heap sort and asked me to explain.
  • Q3. Write a code for heap sort algorithm and explain it?
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap sort works by building a binary heap from the array and then repeatedly extracting the maximum element and placing it at the end of the array.

    • The heap is maintained as a complete binary tree, where each parent node is greater than or equal to its children.

    • The time complexity of heap sort is O(n log n) and it is an in-place sor...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GE Healthcare Software Developer interview:
  • C++
  • C
  • Python
Interview preparation tips for other job seekers - Learn very well and expertise in one coding language. To be have a clear vision on theory concepts like OS, DBMS, OOPS, CN...etc.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Difference b/w full and partial selectors
  • Ans. 

    Full selectors select all descendants of a specified element, while partial selectors select only direct children.

    • Full selectors use a space between the parent and child elements, while partial selectors use the > symbol.

    • Full selectors are more general and can target multiple levels of descendants, while partial selectors are more specific and target only direct children.

    • Example of full selector: div p selects all

      ele...

  • Answered by AI
  • Q2. What is Screen scraping and data scraping
  • Ans. 

    Screen scraping is extracting data from a website's HTML code, while data scraping is extracting data from various sources.

    • Screen scraping involves extracting data from the visual representation of a website, usually using automation tools like web scrapers.

    • Data scraping involves extracting data from various sources such as databases, APIs, and documents.

    • Both screen scraping and data scraping are used to collect and an...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude related questions asked in form of mcq.

Round 2 - Coding Test 

Coding questions are given

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about sql queries
  • Q2. Asked about oops concept
Round 4 - Final round with CTO 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Asked about goals

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

30 Aptitude problems and two coding questions

  • Q1. 

    Count Inversions Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of inversions that exist in the array.

    An inversion is defined for a pair of integers in the...

  • Q2. 

    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]
    Out...
Round 2 - Face to Face 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Data structure and algorithms plus object oriented problems

  • Q1. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Q2. 

    Problem Statement: Delete Node In A Linked List

    Given a singly linked list of integers and a reference to a node, your task is to delete that specific node from the linked list. Each node in the linked li...

Round 3 - Face to Face 

(2 Questions)

Round duration - 60 miinutes
Round difficulty - Easy

Database questions and discussion about projects

  • Q1. What is a normal form in database management systems, and can you explain Boyce-Codd Normal Form (BCNF)?
  • Q2. What is the difference between the 'WHILE' keyword and the 'HAVING' keyword in SQL?

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Kamla Nehru Institute of Technology, Sultanpur (U.P.). I applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 70% marksUnitedHealth Group interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, SQL,Operating SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Competitive Programming
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : To be precise, mention your technical skills, achievements, dont write anything unnecessary plus write your professional summary good mention your project details in not more than 2 lines and make sure those sentences make sense to reader.
Tip 2 : Resume should be not more than one page. Write everything within one page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Whole database design of one of my project. Asked some SQL queries also
  • Q2. You are given a triangle with height h and base length b and a square of side length a. How many squares can you fit in triangle? Need to derive formula
  • Ans. 

    Formula to calculate number of squares that can fit inside a triangle

    • Calculate the area of the triangle and the area of the square

    • Divide the area of the triangle by the area of the square to get the number of squares that can fit inside the triangle

    • Formula: (h*b)/(a*a)

  • Answered by AI
  • Q3. A pattern matching problem with special characters. He wanted the full working code. Similar question: -----/
  • Q4. What is SVM (Support Vector Machines
  • Ans. 

    SVM is a machine learning algorithm used for classification and regression analysis.

    • SVM finds the best hyperplane that separates data into different classes.

    • It works by maximizing the margin between the hyperplane and the closest data points.

    • SVM can handle both linear and non-linear data using kernel functions.

    • It is widely used in image classification, text classification, and bioinformatics.

    • SVM has been shown to be ef...

  • Answered by AI
  • Q5. ANN(Artificial Neural Networks)
  • Q6. GP(Genetic Programming)
  • Q7. Differences between them and how it is better than linear regression
  • Ans. 

    Logistic regression is used for classification while linear regression is used for regression analysis.

    • Logistic regression predicts the probability of an event occurring, while linear regression predicts the value of a continuous variable.

    • Logistic regression uses a sigmoid function to map input values to a probability between 0 and 1.

    • Linear regression assumes a linear relationship between the independent and dependent ...

  • Answered by AI
  • Q8. Questions related to AI and Machine Learning
  • Q9. He also asked few java OOPS questions

Interview Preparation Tips

Round: Test
Experience: Contained basic logic based questions. 30 problems. Difficulty Level ->Medium
Duration: 60 minutes
Total Questions: 30

Round: Test
Experience: 1) 15 multiple choice questions. Difficulty level -> Medium-Hard

2) 3 programming problems: Difficulty level -> Easy

a) You have an array of integers. Find that index for which sum of all the elements before it will be equal to sum of all elements after it.

b) Implement queue using stacks.

c) Find minimum value in a binary tree.

3) There were 2 networking related questions. We need to write the answers in detail. I don’t remember the questions.
Duration: 30 minutes
Total Questions: 15

College Name: NA

Skills evaluated in this interview

Siemens Healthcare Interview FAQs

How many rounds are there in Siemens Healthcare Software Developer interview?
Siemens Healthcare interview process usually has 2 rounds. The most common rounds in the Siemens Healthcare interview process are Coding Test and One-on-one Round.
How to prepare for Siemens Healthcare Software Developer 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 Healthcare. The most common topics and skills that interviewers at Siemens Healthcare expect are C++, Healthcare, OOPS, Dicom and Programming.

Tell us how to improve this page.

Siemens Healthcare Software Developer Salary
based on 232 salaries
₹6 L/yr - ₹23 L/yr
66% more than the average Software Developer Salary in India
View more details

Siemens Healthcare Software Developer Reviews and Ratings

based on 15 reviews

4.0/5

Rating in categories

2.9

Skill development

4.3

Work-life balance

3.2

Salary

4.4

Job security

4.3

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer-C++

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
232 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
155 salaries
unlock blur

₹9.1 L/yr - ₹27.4 L/yr

Senior Systems Engineer
105 salaries
unlock blur

₹8 L/yr - ₹22.2 L/yr

Software Engineer
73 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Senior Software Developer
51 salaries
unlock blur

₹8.9 L/yr - ₹27 L/yr

Explore more salaries
Compare Siemens Healthcare with

GE Healthcare

4.1
Compare

Philips

3.9
Compare

Siemens Healthineers

4.0
Compare

Toshiba Medical Systems

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