Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso NVIDIA (Bengaluru) nel mese di gen 2019
Colloquio
Recruitment Drive, invited through a recruitment agency.
Resume shortlisting
1. Round 1
C objective questions
Few subjective
Bug fixing
Writing a small program
2. Round 2
Discussion on the question Paper
OS questions
3. Round 3
Discussion on IPC
Virtual Memory
Past project discussion
Was selected based on technical round, after 1 month of the interview process the HR says that recruitment is halted because of new years financial review. This was disappointing management experience.
Domande di colloquio [2]
Domanda 1
As a developer how would you prevent segmentation fault.
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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso NVIDIA (Haifa) nel mese di giu 2026
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso NVIDIA (Santa Clara, CA) nel mese di giu 2026
Colloquio
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.
Domande di colloquio [1]
Domanda 1
What is the difference between a const pointer int vs a pointer const int?