J'ai postulé via la recommandation d'un employé. Le processus a pris 1 jour. J'ai passé un entretien chez NVIDIA en juil. 2025
Entretien
They went over my CV with me, and then asked two LeetCode questions. One of them was:You are given a sorted unique integer array nums.
A range $[a, b]$ is the set of all integers from $a$ to $b$ (inclusive).Return the smallest sorted list of ranges that cover all the numbers in the array exactly. That is, each element of nums is covered by exactly one of the ranges, and there is no integer $x$ such that $x$ is in one of the ranges but not in nums.Each range $[a, b]$ in the list should be output as:"a->b" if $a \neq b$"a" if $a = b$"
Autres retours d’entretien d’embauche pour un poste comme Software Engineer(Internship) chez NVIDIA
Nice interview. The interviewers ask a coding question about semaphore and a real number calculator. Also ask some cpp questions and going through my resume. and have a q&a at the end.
J'ai postulé en ligne. J'ai passé un entretien chez NVIDIA
Entretien
Only took part in the first part. Was asked about cpp data structures and algorithms and a lot of question from operating systems which I was not ready for but could be expected in a hardware-ish comapny
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez NVIDIA (Yoqne`am) en août 2025
Entretien
I didn't know the interview would be a technical one so I was unprepared and the recruiter didn't answer my mail. the interview was two leetcode questions regarding arrays and two pointers and sliding windows via zoom with the team lead, next step would have been a physical interview and then hr.
arrays and two pointers- move zeros to end of array, and sliding window, longest substring without repeating characters