Qualcomm Interview Question for Software Engineer / Developers






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

http://en.wikipedia.org/wiki/Read-copy-update

- desi grad September 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

RCU's updates are quite expensive. @ desi grad
RCU: Read-copy-update

- klpd September 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

@klpd
RCU is expensive only if there are frequent writes but works well with more reader and
occasional writers.

How about this
http://en.wikipedia.org/wiki/Optimistic_concurrency_control#Examples

- desi grad September 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

@desi grad
now that looks fine!

- klpd September 07, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

but again how do you assume that there will be no frequent writes? the question doesn't say so, nah ..

- klpd September 07, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Didn't the problem say

"because of the large num of readers and writers"

- thankGod September 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Depending on the nature of readers and writers and their inputs, Hashing can be introduced into the the shared storage and each hash bucket will be assigned a lock. The readers/writes should only lock concerned bucket. This will, if the hashing is done properly, ensure good level of concurrency.

- Vyas September 17, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

We could design LRU caches for reads and writes, and a priority queues to schedule threads/processes

- Anonymous October 08, 2009 | Flag Reply


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