Upload Button Icon Add office photos

GE Healthcare

Compare button icon Compare button icon Compare

Filter interviews by

GE Healthcare Trainee Interview Questions and Answers

Updated 21 Apr 2023

GE Healthcare Trainee Interview Experiences

2 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement 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 - Aptitude Test 

English version and logically type questions.

Round 3 - Group Discussion 

Company disscus and social media and marketing questions about.

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop your skills and qualities

Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2023

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

I appeared for an interview in Oct 2022.

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

(2 Questions)

  • Q1. WHAT WOULD LIKE TO WORK IN OUR ORGN
  • Q2. WHAT ARE UR HOBBIES

Interview Preparation Tips

Interview preparation tips for other job seekers - ALWAYS BE PREPARED

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction, about covid, about last weekend, about worst journey.
Round 2 - One-on-one 

(1 Question)

  • Q1. About covid and simple hr questions in Manager round
Round 3 - Aptitude Test 

Simple reasoning, aptitude and english questions.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Explain end to end automation cycle
  • Ans. 

    End to end automation cycle involves automating the entire software development process from planning to deployment.

    • The cycle starts with requirements gathering and planning

    • Next, the code is developed and tested using automation tools

    • Continuous integration and delivery are used to deploy the code to production

    • Monitoring and feedback are used to improve the process

    • Examples of automation tools include Jenkins, Selenium,

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company.

Skills evaluated in this interview

I applied via Fb and was interviewed in May 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 - Aptitude Test 

Easy question

Round 3 - Technical 

(2 Questions)

  • Q1. What is aray in Java
  • Ans. 

    An array in Java is a collection of similar type of elements stored in contiguous memory locations.

    • Arrays can be of primitive data types like int, float, etc. or reference types like String, Object, etc.

    • Arrays have a fixed size and can be accessed using an index starting from 0.

    • Arrays can be initialized during declaration or later using the new keyword.

    • Example: String[] names = {"John", "Mary", "Bob"};

    • Example: int[] nu...

  • Answered by AI
  • Q2. Byte code flot and double

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy understanding and prepare basic concepts is very good ?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 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 - Technical 

(1 Question)

  • Q1. Core Java, Spring Boot, SQL questions mainly. The basics should be clear. Learn the concepts of OOPS. Mostly from the resume.
Round 3 - Technical 

(1 Question)

  • Q1. Interview with the hiring manager. Scenario-based questions related to my previous jobs. Some system design-related questions.

Interview Preparation Tips

Topics to prepare for Labcorp Java Developer interview:
  • Java
  • Spring Boot
  • REST API
  • Object Oriented Programming
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare the basics. Have a strong knowledge of core concepts.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Some questions on array sorting and some are with array
  • Q2. Sql to find latest record in a table with and without subquery
  • Ans. 

    SQL query to find latest record in a table with and without subquery

    • Without subquery: SELECT * FROM table_name ORDER BY date_column DESC LIMIT 1

    • With subquery: SELECT * FROM table_name WHERE date_column = (SELECT MAX(date_column) FROM table_name)

  • Answered by AI
  • Q3. OOPS concepts
  • Q4. Written test question paper with 3 questions(Logical to make programs)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with oops concept and SQL

Skills evaluated in this interview

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 for actions within the form, while links are used for navigation.

    • Buttons can trigger JavaScript functions or perform form validation before submission

    • Buttons can have different styles and behaviors compared to links

    • Buttons are more accessible for users with disabilities

  • 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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2022. 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 

(3 Questions)

  • Q1. Question related to tech stack were asked?
  • Q2. Question related to dbms and sql?
  • Q3. Questions about healthcare domain?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn coding concepts in depth, be good in data structures and algorithms, databases.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. Oops,project related,basic program
Round 3 - Technical 

(1 Question)

  • Q1. Oops,multithreading,threads, tasks, project related,basic program
Round 4 - HR 

(1 Question)

  • Q1. Package details , relocation, benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to gain insight on what project you are going to work on

GE Healthcare Interview FAQs

How many rounds are there in GE Healthcare Trainee interview?
GE Healthcare interview process usually has 2-3 rounds. The most common rounds in the GE Healthcare interview process are Resume Shortlist, HR and Aptitude Test.

Tell us how to improve this page.

GE Healthcare Trainee Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.8
 • 157 Interviews
Abbott Interview Questions
4.1
 • 148 Interviews
UnitedHealth Interview Questions
4.0
 • 81 Interviews
Paras Hospital Interview Questions
4.4
 • 80 Interviews
Pacific BPO Interview Questions
3.4
 • 77 Interviews
Medtronic Interview Questions
4.0
 • 70 Interviews
Advantmed Interview Questions
3.6
 • 50 Interviews
View all
GE Healthcare Trainee Salary
based on 10 salaries
₹1.7 L/yr - ₹4.4 L/yr
24% more than the average Trainee Salary in India
View more details

GE Healthcare Trainee Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.9

Skill development

4.5

Work-life balance

4.8

Salary

4.9

Job security

4.5

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
471 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Senior Software Engineer
348 salaries
unlock blur

₹13 L/yr - ₹37.5 L/yr

Staff Software Engineer
150 salaries
unlock blur

₹22 L/yr - ₹53.7 L/yr

Software Engineering Specialist
69 salaries
unlock blur

₹7.7 L/yr - ₹14.3 L/yr

Software Developer
67 salaries
unlock blur

₹5.9 L/yr - ₹22.1 L/yr

Explore more salaries
Compare GE Healthcare with

UnitedHealth

4.0
Compare

Johnson & Johnson

4.0
Compare

Nephroplus

3.9
Compare

Pacific BPO

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