I applied online. I interviewed at Qualcomm (Tel Aviv-Yafo) in Apr 2021
Interview
3-4 technical interviews, and the hr interview.
First I had a short phone conversation, than i was invited to the technical interviews on-site,
And at the end of the process I was invited to an hr interview.
I applied through a recruiter. I interviewed at Qualcomm
Interview
A 2 hours interview starting by describing what they do then what I did in my professional pass. They where very nice and really tried to help me succeed in the interview
Interview questions [1]
Question 1
1. Implement alloc and free function in c, the alloc function always return a pointer to a 1k memory chunk, the free release this memory chunk you can not use malloc, calloc, realloc and free.
2. You need to implement a timer module that has a function timer that gets as input a time and function pointer and call the function when the time is expire, what is the best data structure to use to get the next time in o(1)
2.
I applied online. I interviewed at Qualcomm in Jun 2019
Interview
The interview process consisted of two phones screens. I did not make it past the 2nd screen. Each interview went about 30-45 minutes. Both interviews involved screen sharing, interviewer was late to 2nd interview
Interview questions [1]
Question 1
How to multiply two numbers without using multiplication?
In as much detail as you can, describe the C compilation process