The entire process consisted of reaching out through a recruiter and one phone screen interview with the hiring manager and a past intern (current employee). I heard back within a couple days.
Questions d'entretien [1]
Question 1
what is the difference between pass by value and pass by reference?
J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez Qualcomm en sept. 2013
Entretien
I submitted my resume at a career fair after a friend who worked there recommended me. About a week later I got an email to schedule an on campus interview. The interviewer asked which classes I was currently taking (which was data structures II at the time), and asked accordingly. Many of the questions were about data structures: heaps, linked/array lists, binary trees, time complexities, common sorts. The behavorial section asked the normal stuff: greatest weakness, handling some situation, etc.
A week after the interview, I was notified of my internship offer.
Questions d'entretien [1]
Question 1
You are iterating through a list reading each value in order. There are two implementations of the list: a linked-list and array-list. Alth`ough ? Assume this is in C.
J'ai postulé en ligne. J'ai passé un entretien chez Qualcomm
Entretien
Phone Interview coding on paper then picture. He would call and I would write down on a piece of paper how the methods I would solve it. Finally I would take a picture of the program and text it to him.
J'ai postulé en ligne. J'ai passé un entretien chez Qualcomm (San Diego, CA)
Entretien
Two Technical Interviews:
1. Describing resume and technical aspects of projects
2. Emphasis on C/C++, pointers, recursion, basics, they asked me questions based on what I knew from my resume
- whiteboarding coding questions
- gave hints when I got stuck
- questions vary based on your interviewer
- value thought process
Questions d'entretien [1]
Question 1
What is a static variable in C? What is a global variable?