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 online. The process took 5 days. I interviewed at NVIDIA (San Jose, CA) in Mar 2024
Interview
Hr contacted me to sign up for the first interview, then met with one of the engineers. Discussed about resume and were asked 1 medium leetcode question. The experience was great as the interviewer was very helpful when solving the leetcode and didn’t give a lot of pressure. Didn’t get the offer, but the process was very smooth
Interview questions [1]
Question 1
Resume question and 1 medium leetcode question or the first round
I applied online. I interviewed at NVIDIA (Israel, TX)
Interview
2 technical interviews. In the first 2 classic leet code question. In the second one leet code question and one professional question that relate to the job.
question:
get two indexes that sum of them give the sum argument,
find the first node that two linked list merged.
Given an integer that can represent for the most 32 bits. tell if the number is power law of 2
second something with two cpu that connects to the same data source
Interview questions [2]
Question 1
question:
get two indexes that sum of them give the sum argument,