first interview- tell me about yourself and projects during your education...,two technical questions, 1. given an array nums and int x, how can you check if x is in nums, after writing the code: how many comparisons does the code have and how can you minimize the number of comparisons in the code, 2. threads problem that requires writing a code with mutexes and locks
Interview questions [1]
Question 1
1. given an array nums and int x, how can you check if x is in nums, after writing the code: how many comparisons does the code have and how can you minimize the number of comparisons in the code, 2. threads problem that requires writing a code with mutexes and locks
the interview process was online for about 40 min, it was basic data structures and algorithms interview, the interview was not easy and required a lot of knowledge and I wasn't that good back then
Interview questions [1]
Question 1
algorithms, bfs and dfs, oop and some behavourial qns
I applied online. The process took 2 weeks. I interviewed at NVIDIA (Yoqne`am) in Aug 2025
Interview
I didn't know the interview would be a technical one so I was unprepared and the recruiter didn't answer my mail. the interview was two leetcode questions regarding arrays and two pointers and sliding windows via zoom with the team lead, next step would have been a physical interview and then hr.
arrays and two pointers- move zeros to end of array, and sliding window, longest substring without repeating characters