I applied online. The process took 1 day. I interviewed at NVIDIA in Mar 2020
Interview
It's a remote interview, the interviewer asked me some algorithm-related questions, but I didn't do any practice before, so I failed the tests.
The interviewer was friendly and gave me some tip.
Interview questions [1]
Question 1
Given head, the head of a linked list, determine if the linked list has a cycle in it.
There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the next pointer. Internally, pos is used to denote the index of the node that tail's next pointer is connected to. Note that pos is not passed as a parameter.
Return true if there is a cycle in the linked list. Otherwise, return false.
I applied through a recruiter. The process took 2 weeks. I interviewed at NVIDIA in Mar 2024
Interview
Interview scheduling was very smooth. Interviewer was nice and friendly. Interview questions were totally related to work experience. Nothing out of box. Questions were related to work, coding language, verification process and all.
Interview questions [1]
Question 1
Reason for joing Nvidia and expectations
from the position
having some basic knowledge of computer architecture, static time analysis and microprocessors will surely help and apart from that one need to be good at digital electronics to ace the interview.