J'ai postulé via la recommandation d'un employé. Le processus a pris 4 semaines. J'ai passé un entretien chez Qualcomm (Hyderâbâd) en janv. 2019
Entretien
I applied for WLAN Firmware developer.
To be called for interview I had to clear online coding test.
Practicing hackerrank practice problems are enough for passing the test.
OS and C concepts are mandatory for Interview. For WLAN basics of WiFi maybe needed.
Description of projects in college or in previous industry.
What problems you face and how did you solved them.
Questions d'entretien [23]
Question 1
C code for adding and deleting nodes in a linked list. Modify the same for circular linked list
There is a mod 60 hardware counter. It generates a overflow interrupt. I can access the count value register of the counter. Write a program to show the time in Hour Minute and Seconds to user.
Which one will behave how in which OS, which one crashes faster. Why?
while(1)
int *p = (int*)malloc(10);
while(1){
int *p = (int*)malloc(10);
memset(p, 1, 10);
}