Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en NVIDIA (Israel) en ene 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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
Preguntas de entrevista [1]
Pregunta 1
test with 3 python code questions (like Leetcode easy/medium ) and question about Linux and operation systems
Me postulé a través de una agencia de empleos. Acudí a una entrevista en NVIDIA (Pune) en abr 2018
Entrevista
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