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.
I applied through an employee referral. The process took 2 weeks. I interviewed at GE HealthCare (Chicago, IL) in May 2018
Interview
Very laid back - almost a conversation between the manager and myself, and then between myself and the team members I would be working with. Following that, I waited for a call from my future manager as to when I would be starting.
Interview questions [1]
Question 1
Asked me about BDD testing as well as my front end experience, later asked me about ability to communicate with support teams - Questions will vary by team
I applied through college or university. The process took 1 day. I interviewed at GE HealthCare (Bengaluru) in Feb 2015
Interview
On campus hiring, it was easy and not lengthy. The person who interviewed me asked decent questions and pseudo code was sufficient. HR interview was generic, asked about strengths and weakness and result was announced the same day
Interview questions [1]
Question 1
Linked list traversals, tree searches, web crawling techniques.