Ho sostenuto un colloquio presso Qualcomm (Chennai)
Colloquio
There are 3 technical interview rounds conducted. In first round asking some basic pointer-level questions. Pointer arithmetic. Questions are mostly asked in C programming language. Asked from Data types, Wrap around, Bitwise operators, Function pointers, Wild pointers, Dangling pointers, How to avoid already freed pointers not free again, and Some logically linked list programs, Like sorting merging lists.
Domande di colloquio [1]
Domanda 1
There are two different linked list, Merge second linked list into first linked list in the given position?
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Qualcomm (San Diego, CA) nel mese di gen 2026
Colloquio
Applied via recruiter. Pro tip: Be well versed with the projects mentioned on your resume. Expect behavioral questions as well. Overall, a good experience knowing the current trend of interviews.
Domande di colloquio [1]
Domanda 1
Tell me about your background
-What was the most difficult bug you have solved and how did you debug it?
-Implement a priority scheduler. Same priority tasks are scheduled based on first come first serve.
- Implement a calculator without using if else, switch case, loop constructs.
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Qualcomm (Toronto, ON) nel mese di gen 2024
Colloquio
I had 3 rounds of interviews, each 1hr long. 1st round with principal engineer (half generic phone screen questions, half easy C language questions), 2nd round with senior engineer on the team (run through of resume and previous work experience, then 2 coding questions), 3rd round with senior engineer on the team (run through of resume and previous work experience, then 1 harder coding question), then an offer was extended a week after that.
Domande di colloquio [1]
Domanda 1
Simple C language questions (static, volatile, custom memory allocators, etc.). The technical coding questions related to bit manipulation and string manipulation.