Acudí a una entrevista en Qualcomm (San Diego, CA)
Entrevista
The interview felt kind of informal. It was with the manager of the team itself. It lasted 2 hours, it was supposed to last only 1 hour, and they asked C++ coding questions and memory and mutex-based theory questions
Preguntas de entrevista [1]
Pregunta 1
they asked C++ coding questions and memory and mutex-based theory questions
Acudí a una entrevista en Qualcomm (San Diego, CA)
Entrevista
1. Screening
2. Full Loop 4 rounds (C++ , Embedded System)
3. Interrupts and Multithreading
4. Interview aimed at C++ and C coding and Understanding of the working of the camera.
Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Qualcomm (San Diego, CA) en ago 2022
Entrevista
One of the hiring team member reached out to schedule the first round of one-on-one technical interview. After passing the first round, another team member reached out to schedule a virtual on-site interview, which consists four interviewer back-to-back for four hours.
Preguntas de entrevista [1]
Pregunta 1
int multiply(int a, int b)
{
return a * b;
}
Would this function work? (Yes, it's literally how he has phrased the question)