I applied online. I interviewed at NVIDIA (Santa Clara, CA) in Feb 2026
Interview
Two hour-long interviews. Both follow the same format: no behavioral questions just technical. Interviewers looked at my resume and asked me to describe a technical project. In the second round, interviewer also drew a circuit and gave a problem to solve. Very fair and doable if you revise analog circuitry content.
Interview questions [1]
Question 1
What is a diode? What are the gates of a transistor? Calculate the current going through this resistor (circuit had a transistor and op-amp).
I applied through a recruiter. I interviewed at NVIDIA (Tel Aviv) in Oct 2025
Interview
Interview with 2 interviewers from 2 teams for 1.5 hour.
Had to describe about your previous projects, some questions about streaming and real time data ingestions,
Also Questions about data architecture.
The interview process was well-structured and professional. It started with an initial HR screening call that focused on background, experience, and motivation.
The technical stage included one to two coding interviews covering data structures, algorithms, and problem-solving. Questions required writing clean, efficient code and explaining trade-offs. There were also discussions around system design and past project experience.
In addition, the interviewers asked in-depth questions about core concepts relevant to the role (e.g., multithreading, OOP principles, memory management, or performance optimization
Interview questions [1]
Question 1
Given an array of integers, return the length of the longest strictly increasing subsequence.
Explain your approach, analyze time and space complexity, and discuss possible optimizations.