I applied through a recruiter. The process took 1 week. I interviewed at NVIDIA (Pittsburgh, PA) in Mar 2016
Interview
After I connected to a hiring manager at NVIDIA, the HR directly sent me his email address. I asked him I was currently looking for an internship opportunity and whether they had openings for software engineer intern or data scientist intern. He told me both and asked me to send my resume to his email address. I did so and soon received an interview appointment. My interviewer is a software engineer. There was only one round on my application.
Interview questions [1]
Question 1
Just some normal questions at first such as tell me about yourself and introduction to the projects I have finished. More than this, he also asked me how to implement/design a garbage collection in JAVA and only a small algorithm question about binary number operation.
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 (Haïfa) 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?