Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Qualcomm (Cleveland, OH) em nov. de 2018
Entrevista
Applied online, went to the national SHPE conference (look that up) and had an interview there. Single 45 minute interview, C programming questions. Glazed over behavioral and went into some technical questions. Got a call from my contact a few weeks later with the offer.
Perguntas de entrevista [3]
Pergunta 1
Given the following code, why won't it work?
Write one line to fix it
int main() {
uint8 x = 0;
while (x < 255) {
x = x + 2;
print(x); // yes I know this is wrong
}
}
Tell me about a time you spent an excruciating amount of time debugging, only to find the error to be something minimal, or a single line. (Doesn't have to be coding)
Fiz uma entrevista na empresa Qualcomm (Markham, ON).
Entrevista
The interviews had both behavioral and technical questions, also some of the interviews required me to do live coding. Specifically for the position I interviewed, there was three interviews with three different team leaders.
Perguntas de entrevista [1]
Pergunta 1
They asked me how to swap two variable value. Then they extended the question to how to do it on bit level
Candidatei-me online. Fiz uma entrevista na empresa Qualcomm (Seul).
Entrevista
I received email explaining recruiting process and link to the online coding test. The test was not difficult but there was no option to go back and solve previous problems that I was not expecting
Perguntas de entrevista [1]
Pergunta 1
Algorithms, sorting, asked questions related to information and dev stack from CV.
Fiz uma entrevista na empresa Qualcomm (San Diego, CA).
Entrevista
For the qualcomm swe intern interview process it was a couple of rounds, OOP and blind 75 question. They did ask some follow up, but most important part is communication, they value that a lot.