NVIDIA Interview Question for Software Engineer / Developers






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

Differences between a ISR and a function[procedure call]:
1. ISR call can occur even between instructions.
2. ISR are transparent to the program.
3. Address generation for ISR [Vectored and non vectored interrupts]can be different from funtion call address generation
4. ISR should not take any parameters and should not return anything [Ideally].
5. ISR should be as short as possible.

- Nishit August 08, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Sometimes, ISR can be coded in assembly level language as well, for faster execution, as there is no need to convert the high level language into assembly level language. They can also be written in C, it depends on what type of ISR it is.

- Nishit August 08, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

you are correct Mr.Nishit..

- Anonymous August 08, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Another questions related to this is it possible for ISR to be written in user space ?

- CUNOMAD August 08, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

yes..

- Anonymous August 09, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

ISR run in Interrupt context. Function calls run in user-space context.

- Grooda October 16, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

It is better to say "ISR run in Interrupt context. Function calls run in _process_ context."

- Nithish March 30, 2010 | 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