Qualcomm Interview Question for Software Engineer / Developers


Country: United States
Interview Type: Phone Interview




Comment hidden because of low score. Click to expand.
2
of 2 vote

The ability of an operating system to execute different parts of a program, "called threads", simultaneously is called multithreading. The programmer must carefully design the program in such a way that all the threads can run at the same time without interfering with each other. Multithreading aims to increase utilization of a single core by using thread-level as well as instruction-level parallelism.

- victor November 05, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Some Intel's core series (i7, i5 and i3) can handle two threads per core while AMD's Athon, Phenom, Sempron are designed to run 1 thread per core. The threads can run at the same time, share the same source without interfering with each other.

- Anonymous November 19, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Do not forget Pentium 4 which has hyper threading.

- DoodleKana February 11, 2013 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More