I applied through college or university. The process took 3 weeks. I interviewed at Qualcomm in Jan 2010
Interview
applied through college career website and got a phone call to have a technical interview with the team member. i had few technical questions int he first phone calls. dint get all the questions right but the interviewer helped me in solving the questions. a week later i received a mail from the HR that i cleared the first round and then fixed the time for the second round. the second round was also technical and asked me to write a basic algo problem. couple of weeks later i went onsite had three rounds of interviews and also had lot of fun activities like skiing and skating.. the whole interview process was fun
void foo(char*a, char*b){
while(*a++ = *b**);
return;
}
int main(){
char buf[20];
foo(buff,"Hello");
printf("%s",buff);
}
what is the output for this program?
you are provided with a string write a program to identify the most frequently occurring char in the string?
in Java and also in c/C++.. explained the algo over phone and submitted the program later
Pretty good only one hr as it was contract position the he was knowledgeable guy and help me where I was lack or can say guided me did not bully like I know the stuff or remove his frustration.
Interview questions [1]
Question 1
What is Modulation how it work how it affects the TP
I applied online. I interviewed at Qualcomm (San Dimas, CA) in Sep 2024
Interview
One of the worst recruiter experience I ever had. There were two recruiters coordinating with me to schedule interviews. Recruiters never responded to my email. Even they did not send me a rejection email until I followed up two times in two weeks. Then they sent me an auto generated email. I completed all the stages including final panel interview. Few interviewers were asking very specific questions that only product developers should be able to answer even though it is a test engineer position. Felt like they were looking for software developer at test engineer salary.
Interview process took roughly an hour with 2 interviewers. Questions mainly related to what was on my resume, mainly those related to the role, like my internship experience and final year project in my last year at university. Was asked to draw and explain my project as well as write down in code or pseudo code to a simple calculation problem.
Interview questions [1]
Question 1
Looking back at your final year project now, what technical improvements could you have made?