O processo levou 1 dia. Fui entrevistado pela Philips (Bothell, WA) em nov. de 2011
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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