J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez NVIDIA (Israel) en janv. 2025
Entretien
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.
Questions d'entretien [1]
Question 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.
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
Questions d'entretien [1]
Question 1
test with 3 python code questions (like Leetcode easy/medium ) and question about Linux and operation systems
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez NVIDIA (Pune) en avr. 2018
Entretien
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