I applied through university. The process took 2 weeks. I interviewed at SK hynix memory solutions (San Jose, CA) in Apr 2014
Interview
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.
Interview questions [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.
I applied through an employee referral. The process took 2 days. I interviewed at SK hynix memory solutions (San Jose, CA) in Dec 2014
Interview
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.
Interview questions [1]
Question 1
Standard C questions. Reverse a string, bit manipulation, write a simple stack with functions.