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.
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
Interview questions [1]
Question 1
they asked C++ coding questions and memory and mutex-based theory questions
I applied online. The process took 3 weeks. I interviewed at Qualcomm (San Diego, CA) in Aug 2022
Interview
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.
Interview questions [1]
Question 1
int multiply(int a, int b)
{
return a * b;
}
Would this function work? (Yes, it's literally how he has phrased the question)