The process took 4 weeks. I interviewed at NVIDIA in Apr 2012
Interview
Two phone interview, one onsite, and one coding problem afterwards. The whole process takes about a month, and it went pretty well. Meet a lot of good engineers and have good discussion about technique details, resume, coding problem, etc. It not very hard, but requires a lot of preparation and lucky, I am glad I got the offer at the end, although I did not accept it.
Interview questions [1]
Question 1
I'd better not say too much about it, but some questions like the details of the project you did, and how could you extend it to make it better, or what's your understanding of some implementation or optimization.
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. 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?