I submitted my resume and then a recruiter called for a short phone call
Then they sent me a online code test,
It took a few days for them to get back to me with an answer about the test
Domande di colloquio [1]
Domanda 1
test with 3 python code questions (like Leetcode easy/medium ) and question about Linux and operation systems
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso NVIDIA (Israel) nel mese di gen 2025
Colloquio
2 hours on teams meeting. discussion about the role and the team and then technical part. they first gave me a code to explain whats wrong with it and then I had to write two classes according to their descriptions, one of which is an extended class of the first. they were extremely nice during the interview.
Domande di colloquio [1]
Domanda 1
they first gave me a code to explain whats wrong with it and then I had to write two classes according to their descriptions, one of which is an extended class of the first.
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso NVIDIA (Poona) nel mese di apr 2018
Colloquio
Total 3 round happened in a day, 2 round were python coding round and 1 round by HR
Questions were interesting, I could answer most of the question. Still I didn't get job offer
Write a c program to add all the digit of a number till it become single digit
e.g. - If input = 1923
then program should add it like -
1+9+2+3 = 15
1+5 = 6
Final answer should be 6