Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Qualcomm em fev. de 2020
Entrevista
Phone Screen. Followed by another phone screen and on site. On site will have close to 7 to 8 rounds covering various aspects ranging from Design, assertions, coverage, randomization ,uvm,algorithms
Perguntas de entrevista [5]
Pergunta 1
1) interrupt mask register (10 bits) - Each bit corresponds to 1 interrupt
interrupt log register (10 bits ) - Each bit corresponds to 1 interrupt
Interrupt mask register masks the interrupt from reaching the output pin i.e , the output pin shows 0 although theres an interrupt
Interrupt log register logs the presence of interrupt , but the moment you do a read , the interrupt log reg bit goes to 0 .
Best strategy to verify ?
Had an online call with the hiring manager. 1 hour technical interview, goes like this; my technical past first, then some technical questions, then some questions I had. There can be more rounds. Overall positive experience, kind and professional.
Perguntas de entrevista [1]
Pergunta 1
uvm tb structure, missing code completion, pointing to errors. factory overwrites etc.
Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela Qualcomm (Hod HaSharon) em nov. de 2025
Entrevista
The interview process took place over a single day and included four consecutive interviews. Two interviews were conducted with two interviewers and lasted one hour each. Two additional interviews lasted thirty minutes each and were held with more senior team members.
Perguntas de entrevista [1]
Pergunta 1
I was asked to analyze FIFO in depth, including detailed discussion of its internal behavior and edge cases.
Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela Qualcomm (Hod HaSharon) em out. de 2025
Entrevista
4 difficult interviews, each one take a hour / half
from 7 interviewsers
i think that it was very difficult
they ask me about my last project
and then give me verification problems
and algorithm problems and also bit's problems
Perguntas de entrevista [1]
Pergunta 1
Sort a 3-element array using only the min(a,b), max(a,b) functions
Do not use the element you created, only the elements of the original array as parameters