NVIDIA Interview Question for Software Engineer / Developers






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

a6 a5 a4 a3 a2 a1 a0
| | | | | | |
--FA-- --FA--
(c1)(s1) (c2)(s2) %has the count of ones in respective input lines(3 each)

now add (a6 c1 s1) with (0 c2 s2) using HA and 2 FA to get the result

- WiredControl October 16, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Use a0 a1 a2 and 1 FA to get c2 s2.
Use a5 a4 a3 and 1 FA to get c1 s1.
Which have the number of Ones in those six digits.
now add (a6 c1 s1) with (0 c2 s2) using HA and 2 FA to get the result

- Wiredcontrol October 16, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

we hv to use half adders

- SJ December 12, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

15 half adders.
6 for a6 to a0 to get the LSB of result. adding all sums of half adders.
5 for carries from the previous 6 half adders to get the next result bit.
4 for carries from the previous 5 half adders to get the MSB of result

- Dil February 11, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

implement a 2 bit full synchronous adder; put A=B=0, Cin = Data(bit stream)
Cout S0 S1 will give desired result

- abhityagi85 January 11, 2012 | 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