I applied online. The process took 2 weeks. I interviewed at NVIDIA (Israel)
Interview
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.
Interview questions [1]
Question 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
I applied online. I interviewed at NVIDIA (Tel Aviv-Yafo) in Jun 2026
Interview
The interview lasted about two hours. At the beginning, the interviewers gave a brief overview and shared some details about the job role. Then, they asked me to introduce myself and talk about my background, followed by two coding questions.
Interview questions [1]
Question 1
Given an array of balls in two different colors, sort them so that all balls of one color are on one side, and all balls of the other color are on the other side.
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
I applied through an employee referral. The process took 5 weeks. I interviewed at NVIDIA (Tel Aviv) in Nov 2025
Interview
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.
Interview questions [1]
Question 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)