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.
I applied online. I interviewed at NVIDIA (Haifa) in Oct 2024
Interview
three technical interviews , two interviewers each interview,
first interview talk about task in your current job and C questions
Q1: array with set,get,setall with o(1) time complex
Q2: Given String, find the first unique letter in the string (not repeated)