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.
I applied through an employee referral. The process took 1 day. I interviewed at NVIDIA in Jul 2025
Interview
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$"
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