Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en NVIDIA (Santa Clara, CA) en sep 2023
Entrevista
applied online, recruiter reached out and set up a phone interview on Teams. Interviewer was nice and polite. Interview was moderate except one advanced question, so did not get the offer I guess.
Preguntas de entrevista [1]
Pregunta 1
typical ice breakers like volatile, static etc. question about compiler optimization. what happens if compiler can't store variable in a register ? then gave me a code snippet to find bug. was an array out of bounds access in a for loop. then in last 10 mins or so, asked me to write malloc and free for a fixed buffer array and return offset to user.
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en NVIDIA (Santa Clara, CA) en ago 2025
Entrevista
30min teams interview
Starting with my introduction about my most related experience, which is followed up by very extensive and detailed questions about the technical detail and division of labor
Then a free form 10 min basic coding question for both python and c++
Ending with me asking questions about the position
Preguntas de entrevista [1]
Pregunta 1
What's the division of labor and what's your contribution?
Me postulé en línea. El proceso tomó 2 meses. Acudí a una entrevista en NVIDIA (Taipei) en ene 2024
Entrevista
First interview with hiring manager, followed by four engineers for technical interviews.
Programming problems included data structures, bit-wise operations, API designing, and CPU optimization techniques. There were LeetCode-style problems but really not too many of them.
Preguntas de entrevista [1]
Pregunta 1
They showed me a relatively simple function, with some resource allocation logic inside, and asked how I would design the function's signature so that a caller would be able to access the allocated resource but leave the release of it to the same callee.
Me postulé en línea. Acudí a una entrevista en NVIDIA (Bengaluru)
Entrevista
MS teams first round, asked few questions on memory management, spin locks, mutex, semaphores, I2C multi master, clock stretching,ARM architecture, privileges, registers, memory protection unit Then taken to the C programming
Preguntas de entrevista [1]
Pregunta 1
Insert node in linked list swap odd and even bits declare pointer to a dynamically allocated 2D array