J'ai postulé via la recommandation d'un employé. Le processus a pris 1 jour. J'ai passé un entretien chez Qualcomm (San Diego, CA) en oct. 2011
Entretien
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.
Questions d'entretien [1]
Question 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.