NVIDIA Interview Question for Interns


Country: United States
Interview Type: Phone Interview




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

The difference is the way we access the data , we can access the data randomly in array using the index, but in linked list we have to loop sequentially to get into the data...
However, the linked list is more efficient in saving memory in the way they use pointer to save the address of the next node (ie don't have to allocate memory for all the data that we dont' use or not use yet.

- Andrew May 24, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
2
of 2 vote

just check this one...

kodeyard.blogspot.in/2011/10/array-vs-linked-list.html

- Eagle Man April 12, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

array cannot be expanded after initiallization. linked list can. linked list can do dynamic insertion and deletion effectively.

- Anonymous March 31, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

What kinda question is this anyway?

Seriously, if anyone who looking for a computer science/engineering job can't get this one right then they should apply at their local Walmart as a greeter.

- Computer henious April 04, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

just check this one...

kodeyard.blogspot.in/2011/10/array-vs-linked-list.html

- Eagle Man April 12, 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