I applied through a recruiter. The process took 3 months. I interviewed at NVIDIA (Santa Clara, CA)
Interview
Interview process was so so disorganized that it was hard to believe Nvidia would fall under this category. Had a round of phone interview and was called on site for a whole day of interviews. I thought I did all the interviews pretty well and was hoping to hear about an offer. They call me after two weeks saying they want to schedule another day of on site interviews. Very strange but I was relieved that they got back to me finally! Did a whole day of interviews on -site and phone interview with a senior manager of the whole team.
After an agonising 2 weeks of waiting, they got back me via phone and email saying I got the offer. I was super excited as I liked the job profile of the position immensely. The HR then called me to ask about what I was expecting and explained the benefits etc. After I week, I still had no offer letter or communication except the email before, and I tried to get in touch with the HR. They never picked up or replied to my emails. Finally after one more week, the HR got back to me saying the position was removed and like you can try applying to other positions in the company.
Seriously, a very unfair move on their side. Making me attend interview one after the other, prolong the process for 2.5 months, give me the offer and take it back afterwards. Totally lost all my regards for the recruiting process and HR, wasting my time,their time and playing with my morale!! They should have atleast helped consider me for other positions within the company but they never did!
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?