Qualcomm Interview Question for Software Engineer / Developers






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

System call is nothing but OS call. To raise any service of kernel, then u need this system call. that is why sysstem calls are different from OS to OS.

- Lakshman Rao February 18, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Library calls are Language specific.
APIs calls are OS specific.
System calls are kernel specific calls.
Unless specific for each not changed, calls names will be same for each environment.

- Lakshman Rao February 18, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The above answer is not a convincing one.
System calls look like simple function calls. But, they call routines which run in the kernel space ( called Interrupt Service Routines ) and the functionality provided would be mostly related to hardware. So we can think system calls are a way in which OS provides way to talk to hardware.

- Anonymous December 02, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The above answer is not a convincing one.
System calls look like simple function calls. But, they call routines which run in the kernel space ( called Interrupt Service Routines ) and the functionality provided would be mostly related to hardware. So we can think system calls are a way in which OS provides way to talk to hardware.

- Anonymous December 02, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

System call is interface between kernel level and user level i.e. it offers kernel services to user level

- hermit_404 July 24, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

System calls -> User space applications request for kernel services.
Whenever there is a system call like open, read, close etc, with the help of system libraries the user application jumps to fixed location in kernel space by raising an interrupt (0x80 architecture dependent), where it can find what system call it is and etc

- suganath prabu .S February 04, 2013 | 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