Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 4 semanas. Acudí a una entrevista en NVIDIA (Los Angeles, CA) en mar 2014
Entrevista
got an interview call after college career fair.
had first phone interview about 45mins long
then was asked for 2 more in weeks time.
had back to back interviews with 2 different people each lasting about an hour.
was not expecting an offer as I didnt know any "Test" related subjects and entire last interview was about testing but I guess they were impressed by approach rather than actual answers.
Preguntas de entrevista [1]
Pregunta 1
phone interview 1 -
cache related question (extending the question solved at career fair, the guy had my paper with him)
Explain cache replacement policies.
which cache replacement policy is better ?
show it by giving some memory accesses.
Virtual memory question (extension of career fair question)
Explain virtual memory mechanism
phone interview 2
C++ coding questions
write a swap function
write Fibonacci function (recursively and non recursively)
Data structure questions
explain linked list
can you code it (I told I dont know how to)
phone interview 3
Test related questions
Do you know TAP controller ? (I didnt at that time)
if there are n inputs and m outputs how many patterns will be needed to test the circuit completely? (I replied 2^n :p )
explain stuck at fault models (I didnt know this either)
he explained stuck at model to me and ask me how will you find if the wire is suck at 0 or not
didnt know the answer but tried explaining my approach (which was correct as I learnt later activate and propagate).