NVIDIA Interview Question for Software Engineer / Developers






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

???????
can some1 give an explanation or a link for the above.

- me July 29, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 2 vote

while (have unbooted feet)
{
Wear sock.
Slide in unbooted foot.
Tie laces.
}

Seriously though. Why not just lookup on the web?

- LOLer July 30, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

BIOS is given the control.
BIOS loads the first 512 bytes of the Hard disk in memory location 0x7c00. This is nothing but the boot loader located in the MBR.
BIOS passes CPU control to this location and execution begins. This bootloader loads the appropriate kernel image in memory and puts CPU in protected mode from real mode.

- Booter July 30, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

http://www.pcguide.com/ref/mbsys/bios/bootSequence-c.html

- anant July 30, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

short address = 0x7c00;
//user two bytes;
short *pointer = (short*)address;
short data = *pointer;

- odie January 09, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Hear is the link for Complete understanding of boot sequence:

www(dot)geeksforembedded.blogspot.in/2013/12/linux-boot-process-how-computer-boots-up.html

- Gaurav Kumar Garg December 23, 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