Solicité el puesto a través de la recomendación de un empleado. El proceso duró 1 día. Acudí a una entrevista en Qualcomm (San Diego, CA) en oct 2011
Entrevista
First interview with HR to talk about job/salary/benefit expectation. Then you will be picked up by the team leader/manager of the position you interview to continue the process. There are usually 3-4 technical interview conducted by the manager, team lead, future teammate. Typical interview questions related to link list, array, binary search tree, and hash table, and followed by coding or debugging of some mathematic problem.
Preguntas de entrevista [1]
Pregunta 1
1. Write a code on the white board and ask you what this function is trying to achieve. In my case, it is a function to reverse an array.
2. Give you a print out source code segment and ask you to find the errors in the code. Such as missing error handle, pointer, and memory leak.