J'ai postulé via un recruteur. Le processus a pris plus d'une semaine. J'ai passé un entretien chez GE HealthCare (Bengaluru) en mars 2019
Entretien
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.
Questions d'entretien [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.
Questions d'entretien [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.
J'ai postulé en ligne. J'ai passé un entretien chez GE HealthCare (Budapest)
Entretien
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.
Questions d'entretien [1]
Question 1
Programming related questions, Linux and networking as well
J'ai passé un entretien chez GE HealthCare (Haïfa)
Entretien
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.