Upload Button Icon Add office photos

Filter interviews by

GE Healthcare Software Development Engineer Interview Questions and Answers

Updated 25 Aug 2023

GE Healthcare Software Development Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

It was easy and can be cracked if you have a little grasp of aptitude

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly resume based and some DSA questions like number of prime numbers between 1 to 100

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Oops questions, c# questions
  • Q2. Coding questions like in string Aaabbcc find the number of same characters Output:a-3, b-2, c-2
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture questions
  • Q2. Design patterns and solid principles
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round and package discussion

Interview Preparation Tips

Topics to prepare for Siemens Healthineers Software Development Engineer interview:
  • C#
Interview preparation tips for other job seekers - Be confident and keep yours answers to the point.
If don't know answers tell don't know
And concentrate on c# only.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic C# and oops questions , mostly on inheritance , abstraction ,encapsulation , properties
  • Q2. Coding questions related to strings finding longest substring without repeating characters , find the count of vowels in string with using dictionary kr hash ( used ascii value approach)
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly on project .
  • Q2. Was asked about design patterns , had to create a design for a simple . How would I structure all the folders classes , interfaces logics etc .
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is java script?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity, animations, and dynamic content to websites.

    • JavaScript is often used in conjunction with HTML and CSS.

    • Popular JavaScript frameworks include React, Angular, and Vue.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain js , virtual dom?
  • Ans. 

    JS is a programming language used for web development. Virtual DOM is a concept in React to improve performance.

    • JS (JavaScript) is a popular programming language used for web development.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created and updated to improve performance.

    • Virtual DOM allows React to efficiently update the actual DOM by only re-rendering components that have changed.

  • Answered by AI

Skills evaluated in this interview

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

(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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the use of button when link can submit the form?
  • Ans. 

    Buttons are used when an action needs to be performed, while links are used for navigation.

    • Buttons are more suitable for actions like submitting a form, saving data, or triggering a function.

    • Links are used to navigate to different pages or sections within a website.

    • Buttons provide visual feedback when clicked, while links do not.

    • Buttons can be styled and customized more easily than links.

    • Buttons can have different stat

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you optimize a SQL procedure with 5000 lines in code?
  • Ans. 

    Optimize a SQL procedure with 5000 lines of code by identifying bottlenecks and implementing performance improvements.

    • Identify and analyze the most time-consuming parts of the procedure

    • Optimize queries by adding appropriate indexes, rewriting queries, or using query hints

    • Break down the procedure into smaller, more manageable parts

    • Use temporary tables or table variables to reduce the amount of data processed at once

    • Cons...

  • Answered by AI
  • Q2. Keep SQL procedures short, use multiple small procedure with specific functionality being used, avoid use of temp tables and Joins, use select statements wisely. do not use sub queries, do not use dynamic ...
  • Ans. 

    To optimize SQL procedures, keep them short, use small procedures with specific functionality, avoid temp tables and joins, use select statements wisely, avoid subqueries and dynamic SQL.

    • Break down complex procedures into smaller ones with specific functionality

    • Avoid using temporary tables and joins whenever possible

    • Use select statements wisely to retrieve only the necessary data

    • Avoid subqueries and find alternative ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't wear casual clothes in the interview. I was wearing photo-chromatic glasses which turned dark in sunlight, interviewer had objection to that as well. One girl/newly married lady wearing saree for interview was asked personal questions on the interview day, which I felt was unnecessary. She and I both got selected eventually but the interview process was horrible.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There were 3 technical rounds and 2 techno-managerial rounds conducted for the post of Senior Software Engineer. The techno-managerial rounds were straight forward with an aim to understand your comfort le...
  • Q2. In technical round 1, there were questions from Core Java, Microservices, DB, and from few techs that I had mentioned in my resume especially the CI/CD work that I have been doing.
  • Q3. In tech round 2, they started with asking questions from the Java collections framework, Kafka, Jenkins, Docker, Git, etc. Few Ques: 1. Internals of HashMap. 2. Programming ques with arrays, String, and ha...
  • Q4. Tech round 3 was to test if I can work as a manager in the team, so they gave me scenario-based questions like designing a movie ticket booking system using spring boot. And what all steps/entities I would...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to keep honest with the interviewer, do your homework well. If you have worked on 5 technologies in your last project make sure you brush your concepts b4 your interview. Your code doesn't have to be working if you can get the logic right and create an algorithm you can proceed. Just make sure you are verbal during the coding part make sure the interviewer is on the same page and understands what you are writing b4 you write anything. That would be all, best of luck. :)

Interview Questionnaire 

1 Question

  • Q1. Explain about ur project..?
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented user authentication and authorization using JWT

    • Integrated with GitHub for version control

    • Used React for front-end and Node.js for back-end

    • Implemented real-time chat feature using Socket.io

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Duration: 2 hours minutes

Skills: Algorithms And Data Structures
College Name: IIT Madras
Funny Moments: HR asked what are languages u like?
i answered Tamil,English.

GE Healthcare Interview FAQs

How many rounds are there in GE Healthcare Software Development Engineer interview?
GE Healthcare interview process usually has 3 rounds. The most common rounds in the GE Healthcare interview process are Resume Shortlist, Aptitude Test and One-on-one Round.

Tell us how to improve this page.

GE Healthcare Software Development Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Optum Interview Questions
4.0
 • 418 Interviews
Philips Interview Questions
3.9
 • 156 Interviews
Abbott Interview Questions
4.1
 • 144 Interviews
UnitedHealth Interview Questions
4.1
 • 83 Interviews
Paras Hospital Interview Questions
4.5
 • 79 Interviews
Pacific BPO Interview Questions
3.4
 • 73 Interviews
Pristyn Care Interview Questions
3.9
 • 72 Interviews
Medtronic Interview Questions
4.1
 • 69 Interviews
View all
GE Healthcare Software Development Engineer Salary
based on 12 salaries
₹10.5 L/yr - ₹19.9 L/yr
19% more than the average Software Development Engineer Salary in India
View more details

GE Healthcare Software Development Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
478 salaries
unlock blur

₹8.4 L/yr - ₹26 L/yr

Senior Software Engineer
327 salaries
unlock blur

₹13.3 L/yr - ₹37.4 L/yr

Staff Software Engineer
144 salaries
unlock blur

₹22 L/yr - ₹48.2 L/yr

Software Developer
68 salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Software Engineering Specialist
63 salaries
unlock blur

₹7.7 L/yr - ₹15.2 L/yr

Explore more salaries
Compare GE Healthcare with

Siemens Healthineers

4.0
Compare

Philips

3.9
Compare

Medtronic

4.1
Compare

Johnson & Johnson

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