J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez NVIDIA (Santa Clara, CA)
Entretien
3 Phone interviews, first 2 were technical interviews with various members of the team, third interview ended up being more HR oriented with minimal technical questions. The offer came in after the third interview.
Doing the interviews on the phone was a little akward, especially when I had to write a C++ implementation of breadth first search and read my solution line by line. There was also an instance where my interviewer missed my second interview and we had to reschedule. All in all though, these things happen, and I felt the interviews were effective at testing my knowledge and they were pretty prompt about getting back to me.
Questions d'entretien [1]
Question 1
I wouldn't say there was a most difficult question. There were numerous data structure/algorithm questions involving linked lists, hash tables, and operations on binary representations of algorithms. There were also questions about operating systems. I remember virtual memory and paging came up more than once.
Multiple steps, intro, team meet. Two coding sessions. Hard coding interview. Leet code style. Nice people. Took long time to schedule next. Felt that I was appreciated. Remote, people different parts over world.
J'ai postulé en ligne. J'ai passé un entretien chez NVIDIA (Haïfa) en juin 2026
Entretien
Online assessment consisting of 3 data structures and algorithms questions. First question an easy array question. Second was a hard heap question and the third was a medium 2D dynamic programming question.
Questions d'entretien [1]
Question 1
DP problem: You are given several service options. For each option i, bandwidth[i] is the amount of bandwidth required, and request[i] is the number of requests that can be handled using that bandwidth.
Given a maximum bandwidth limit totalBandwidth, choose a subset of the options so that the total bandwidth used does not exceed totalBandwidth, while the total number of handled requests is as large as possible.
Return the maximum number of requests that can be handled.
J'ai postulé en ligne. J'ai passé un entretien chez NVIDIA (Santa Clara, CA) en juin 2026
Entretien
I only made it to the screening round, which involves two technical rounds, I was interviewed by a director and a senior engineer. I could not answer the questions, but the interviewers were very professional and patient throughout the whole process.
Questions d'entretien [1]
Question 1
What is the difference between a const pointer int vs a pointer const int?