Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso NVIDIA (Ra`ananna) nel mese di feb 2024
Colloquio
first got a phone from the HR and then a phone interview with the team leader that asked about networks IOS and operating systems, threads and processes, tcp and udp protocols and more.
Ho sostenuto un colloquio presso NVIDIA (Tel Aviv)
Colloquio
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
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 5 settimane. Ho sostenuto un colloquio presso NVIDIA (Tel Aviv) nel mese di nov 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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)
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso NVIDIA (Israel)
Colloquio
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.
Domande di colloquio [1]
Domanda 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