Ik heb via een werknemersdoorverwijzing gesolliciteerd. De procedure duurde 1 dag. Ik heb gesolliciteerd bij NVIDIA in jul 2025
Sollicitatiegesprek
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$"
Overige sollicitatiereviews voor Software Engineer(Internship) bij 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.
Ik heb online gesolliciteerd. Ik heb gesolliciteerd bij NVIDIA
Sollicitatiegesprek
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
Ik heb online gesolliciteerd. De procedure duurde 2 weken. Ik heb gesolliciteerd bij NVIDIA (Yoqne`am) in aug 2025
Sollicitatiegesprek
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