I applied online. The process took 1 week. I interviewed at NVIDIA (Israel, TX)
Interview
1. HR short phone call - 5 minutes.
2. General conversation with the team lead - 30 minutes.
3. Technical interview with the team lead and another senior engineer. were asked 2 LeetCode style questions (easy-medium).
Interview questions [1]
Question 1
1.Input of matrix MxN -> for each index i such that the matrix value is 0 - change all values in row i and col i to 0.
2.Input of string contains only 0-9 chars -> write a function that return all valid IP Addresses that can be constructed from the input string.