I applied through a recruiter. The process took 1+ week. I interviewed at GE HealthCare (Bengaluru) in Mar 2019
Interview
1. Written Test
2. Technical round with Senior Person
3. Technical round with Architect
4. Managerial round with Director
5. HR round
In this first 2 rounds happened on same day. Next 2 rounds happened in next week. Then 5th HR round happened next day.
Interview questions [7]
Question 1
Sorting the numbers with the time complexity of O(logn)
Given a number 8 as input and output should be 2. You should find the Factorial of that number and check how many zeros are present in that result and print the output.
For eg.,
Input 8 - factorial of 8 is 40320. It contains 2 zeros, so the output is 2.
Given a number n and find the power of the given number 2 power n.
Asked to write the program with time complexity of O(logn).
Asked to not use any Math functions.
Went through a 5 round interview process — recruiter screen, 2 coding rounds, a system design round, and a behavioral interview. Had a pleasant experience with all interviewers who were friendly and helpful. However, heard nothing for weeks only to receive an automated rejection with no feedback. It's unfortunate that the communication at the end was so unprofessional, as it left a bad taste after what was otherwise a positive experience.
Interview questions [1]
Question 1
LeetCode style coding questions, a system design round, and behavioral questions such as describing a time you had to lead a small team.
I applied online. I interviewed at GE HealthCare (Budapest)
Interview
The process was very smooth, First round was a phone call with the director and the manager.
Second round was an on-site interview to explain the project. They got back to me really quick with the offer.
Interview questions [1]
Question 1
Programming related questions, Linux and networking as well
2 front techincal interviews (if you are senior then 3) and then HR interview.
simple questions such as convert string to int. but could be question such as find duplicated numbers in array.