Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela NVIDIA (Tel Aviv-Yafo) em mai. de 2024
Entrevista
The interview started with simple technical questions where it moved to a stage of questions about personality and teamwork, after some logical content questions and basic questions in programming and logic of operations. A question on the architecture of a basic computer
Perguntas de entrevista [1]
Pergunta 1
Concise Explanation and Question
In verification, we build test environments to ensure that hardware will function correctly after production. One common testing tool is the PRBS (Pseudo Random Binary Sequence) mechanism, which generates a predetermined bit sequence that simulates real communication. This mechanism allows the receiver to verify the correctness of the received bits based on previous bits without needing additional information from the transmitter, thus saving valuable resources on the chip.
Question:
Design a digital circuit that implements the following formula with an initial value of 2:
X
new
=
X
[
7
]
⊕
X
[
6
]
X
new
=X[7]⊕X[6]
Next, design a test circuit that outputs two indications:
prbs_ok: An output that will be 1 when the next bit matches the expected one, and 0 otherwise.
Counter (counter): Increments by one each time an error in bit detection is identified.
Candidatei-me online. Fui entrevistado pela NVIDIA (Haifa) em jan. de 2026
Entrevista
The interview lasted two hours. The interviewers were very kind, professional, and supportive. it was a good experience overall. the place looks good and at first you introduce yourself for about 15 min and then the interview starts.
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 6 semanas. Fui entrevistado pela NVIDIA (Tel Aviv-Yafo) em jan. de 2026
Entrevista
I waited for over a month for the recruiter to get back to me after completing three technical interviews. In the last interview, they clearly told me that I had successfully passed the technical process and that the next step would be an HR interview. After that conversation, they completely stopped responding to my messages and emails and basically ghosted me.
The interview began with my self-introduction, and then they explained about the company and the position I’m applying for. After that, there were two technical questions, and finally, there was time for me to ask questions.
Perguntas de entrevista [1]
Pergunta 1
There is a component that receives two input numbers and outputs them sorted as max and min. Using this component, we were asked to design a system that sorts four input numbers. In the second part, we had to sort six input numbers using the 4-number sorting component together with the 2-number sorting component.