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.
I applied online. The process took 1 week. I interviewed at NVIDIA (Santa Clara, CA) in Jan 2011
Interview
Got a response within a week after applying online. Was then set up a phone interview, Phone interview was done by a very senior person (with 30+ years in industry), the guy was very cool. He asked mostly from my resume and a few C questions. After that got an onsite interview setup within a week. Had 4 1-1 interviews, 2 in the morning were easy was asked mainly simple c q's and about projects. afternoon interviews were tough , questions like traverse a binary tree without recursion and algorithms.
Interview questions [2]
Question 1
questions related to RTOS, was asked to write a solution for producer-consumer problem.
bit manipulation questions like, write a macro to check if nth bit was set , write a function to count no of 1's in a variable and what was the complexity of the implementation etc .
I applied online. I interviewed at NVIDIA (Haifa) in Jun 2026
Interview
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.
Interview questions [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.
I applied online. I interviewed at NVIDIA (Santa Clara, CA) in Jun 2026
Interview
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.
Interview questions [1]
Question 1
What is the difference between a const pointer int vs a pointer const int?