Me postulé a través de una facultad o universidad. El proceso tomó 1 día. Acudí a una entrevista en Qualcomm en nov 2011
Entrevista
The interviewer asked several basic coding questions including reversing a linked list and many bit manipulation questions. Also a simple math related question at the end.
Preguntas de entrevista [1]
Pregunta 1
given a 16-bit integer, compare each of the four bits and output the maximum one. e.g. 0xFE10, should output 0xF(1111 in binary).