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