I applied through college or university. I interviewed at Qualcomm
Interview
1. Questions about resume
2. some basic algorithms
the overall interview went well, the manager was very nice and ask some basic OS, algorithms, and coding questions
also, remember to make sure that you everything on your resume, I was a little embarrassed because I kind lost mind of something I've done during undergraduate years, maybe it's the biggest mistake
Interview questions [1]
Question 1
what's the different between Class and Structure in Objective C
I applied online. The process took 2 weeks. I interviewed at Qualcomm (Boulder, CO) in Nov 2012
Interview
Phone Screen was setup . Started with previous background and courses etc.
Questions from the phonescreen :
What is static,volatile.Give examples where static and volatile are used ?
I asnwered
If 2^4 has 2 digits(decimal) ,how many digits are there in 2^1000?
I gave answer ceiling of 1000*log 2 (base 10).
Interview questions [1]
Question 1
Given a uni processor architecture.
A process X has code at memory location 10,000 , the PC(program counter) is pointing to it and executing instruction from there. A process Y has code at memory location 20,000. The OS(kernel) has its own code at some memory location.
How does the PC change from process from code at location 10,000 or 10,050(after some time of execution),to the kernel location during a context switch to Process B ?
Please let me know if you have the answer.
Bamboozled by this question,don't know if I get onsite :(