Me postulé a través de una facultad o universidad. El proceso tomó 5 semanas. Acudí a una entrevista en NVIDIA (Santa Clara, CA) en nov 2018
Entrevista
Initial phone screen with the managers (non-technical). Then proceed to a phone interview that is technical and 1 hour in length. Usually C fundamentals and systems architecture. Then proceeded to an on-site (4-5 hours) where they asked me algorithms, behavioral, and backend-related questions. After that, received the offer.
Preguntas de entrevista [1]
Pregunta 1
Count number of bits in an integer. You want a fast solution.
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.
Me postulé en línea. Acudí a una entrevista en NVIDIA (Haifa) en jun 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.
Preguntas de entrevista [1]
Pregunta 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.
Me postulé en línea. Acudí a una entrevista en NVIDIA (Santa Clara, CA) en jun 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.
Preguntas de entrevista [1]
Pregunta 1
What is the difference between a const pointer int vs a pointer const int?