I applied through a recruiter. The process took 1 day. I interviewed at GE HealthCare (Bengaluru) in May 2012
Interview
I had applied from Naukri to an oppurtunity at GE Healthcare. I was soon contacted by the recruiter saying that my resume was shortlisted for the F2F interview.
Interview questions [2]
Question 1
Write a procedure to illustrate use of Copy constructor and overloading an assignment operator. When are these invoked?
What is Function overloading and why is return type not taken into consideration while overloading.
For eg: int function(int,int)
double function(int,int)
Here the return types vary but why its not possible to have such an overloaded function?
I applied through a recruiter. The process took 1 day. I interviewed at GE HealthCare in May 2009
Interview
Attended walkin. 3 Rounds of Technical interview and 1 round of Manager interview. Mostly based on Fundamental to advanced knowledge of Computer science.
Interview questions [1]
Question 1
Make a program to sort a random link list in ascending order.