It had 2 rounds, 1st one is a written test round and the second one is the technical interview round. Written test had 4 sections: Aptitude, Logical reasoning, coding, computer science concepts. Technical interview round was mainly focused on C language concepts and about some bit manipulation questions
I applied through an employee referral. I interviewed at NVIDIA in Dec 2020
Interview
Phone interview, talked about the position (cuda kernels for deep learning) and 2 coding problems. Very friendly. I was unprepared for technical interviews at the time unfortunately. Overall the interviewer was very professional, never once hinted that he was impatient due to my lack of preparation and answered all my questions very thoroughly.
Interview questions [1]
Question 1
Find list of elements in an array in order and out of order.
a few questions were asked.
very nice and inviting
nice nice interviewer
nice workplace
given n pairs of numbers and one extra number in an array (size of array is 2n + 1)
how can you know in O(n) with one iteration over the array which number did not come in pair
Interview questions [1]
Question 1
given n pairs of numbers and one extra number in an array (size of array is 2n + 1)
how can you know in O(n) with one iteration over the array which number did not come in pair