Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso NVIDIA nel mese di lug 2025
Colloquio
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$"
Altre recensioni di colloqui per Software Engineer(Internship) presso 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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso NVIDIA
Colloquio
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
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso NVIDIA (Yoqne`am) nel mese di ago 2025
Colloquio
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