I applied through an employee referral. The process took 2 weeks. I interviewed at NVIDIA (Israel) in Jan 2025
Interview
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.
Interview questions [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
Interview questions [1]
Question 1
test with 3 python code questions (like Leetcode easy/medium ) and question about Linux and operation systems
I applied through a staffing agency. I interviewed at NVIDIA (Pune) in Apr 2018
Interview
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