J'ai postulé via la recommandation d'un employé. Le processus a pris 2 jours. J'ai passé un entretien chez SK hynix memory solutions (San Jose, CA) en déc. 2014
Entretien
1st Interview was a Phone Conversation with the Hiring manager. This was about my resume, skill set and basic behavioral questions.
I was invited for a on-site interview which I divided over 2 days (each day, 2 hours)to accommodate a tight schedule.
This process was over a period of 3 weeks.
After the second on-site, I had a interview with the hiring manager again(face-to-face).
The technical interviews were not hard. Common C questions and design questions. Mostly asking me to describe my projects at work.
I got declined for the position. Technically all OK, hiring manager rejected.
Questions d'entretien [1]
Question 1
Standard C questions. Reverse a string, bit manipulation, write a simple stack with functions.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez SK hynix memory solutions (San Jose, CA) en avr. 2014
Entretien
Got a call from hr after career fair.My profile don't match the position and I was surprised to get a call.Anyways I attempted the interview so that it would be a practice for other good companies.
Questions d'entretien [1]
Question 1
given rand(4) function,write code for rand(9) so that the random numbers are generated with equal probability.
write a function to determine pow(x,n)
find an element in a rotated sorted array.
rotate a linked list.
merge sort a linked list.
any sorting algorithm
Assume you don't have a multiplication operator.Now write a power function.