Candidatei-me por meio de recrutador(a). O processo levou 2 meses. Fui entrevistado pela NVIDIA (Cambridge, East of England, England) em nov. de 2011
Entrevista
Telephone interview first - technical + HR questions, then face to face, first with hiring manager alone, other HR oriented questions + written test on C programming. After passing the test, you get interviewed by a panel of usually three people on technical matters only. If this stage is passed , you finally get to a short interview with the most senior management , which will then offer you the position .
Perguntas de entrevista [1]
Pergunta 1
C programming test is easy, but is fundamental to show not only programming skill but also though process ones.
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.
Candidatei-me online. Fui entrevistado pela NVIDIA (Haifa) em jun. de 2026
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me online. Fui entrevistado pela NVIDIA (Santa Clara, CA) em jun. de 2026
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
What is the difference between a const pointer int vs a pointer const int?