The process took 1 day. I interviewed at Philips (Bothell, WA) in Nov 2011
Interview
Interviewed with 3 teams (10 1:1 interview). The interview were very standard. Nothing too hard was asked. They asked you to talk about your previous work, and ask some general question.
They asked about data structure, string question. And also ask if you have any knowledge about ultrasound.
Bothell campus is focus on ultrasound.
Interview questions [1]
Question 1
count 1. Write a function to count how many 1s are there in a integer in bits.
example: countOne(1) => 1 countOne(2) => 1 countOne(4) => 1 countOne(3)=>2