Ik heb via een hogeschool of universiteit gesolliciteerd. Ik heb gesolliciteerd bij NVIDIA
Sollicitatiegesprek
2 hour interview
2 interviewers
first talked about the company, then I talked about myself. The the interview started.
There were in total 4 questions that the interviewers added on layers after i answered the basic questions.
Sollicitatievragen [1]
Vraag 1
logic/math questions
bit functions
coding questions in c
I was asked to solve 2 medium leetcode question in hacker rank platform, one about rolling windows method and one about sorting array with no extra space using pointers all in C
Ik heb via een werknemersdoorverwijzing gesolliciteerd. De procedure duurde 5 weken. Ik heb gesolliciteerd bij NVIDIA (Tel Aviv) in nov 2025
Sollicitatiegesprek
They were very nice. Asked to write the code but didnt care about syntax. They did want to get to know me. They asked a lot about run time complexity and space complexity.
Sollicitatievragen [1]
Vraag 1
write a data structure that you can implement these function in the most efficient way:
getVal(int index)
setVal(int index, char val)
setAllVal(char val)
Ik heb online gesolliciteerd. De procedure duurde 2 weken. Ik heb gesolliciteerd bij NVIDIA (Israel)
Sollicitatiegesprek
2 hours, they tell you about the team. then ask about yourself, then
two technical questions. They were nice, said that they work hard.
Then you have the same interview kind of thing with the boss.
Sollicitatievragen [1]
Vraag 1
Given 25 horses, you want to find the top 3 horses overall
you can race only 5 horses at a time, and got only relative ranking between those 5, not absolute times.
How many races you need (minimum) to know who's the top 3 horses