Conducted a 40-minute one-on-one Zoom interview with a team leader. It began with an introduction to the company and the role, followed by a coding exercise on an online IDE. Nothing unusual.
Interview questions [1]
Question 1
Coding interview about the Hash management in a bitwise array
I applied in-person. I interviewed at DriveNets (Ra`ananna) in May 2022
Interview
- technical interview over phone (30m) - team member interview over phone
- 1st technical interview (90m) - team members (2) interview with technical coding question
- 2nd technical interview (90m) - team leader interview over high-level design
- HR interview (30m)
- referral
Interview questions [1]
Question 1
given a 2d matrix (nxn) with each cell has 1,0 locate all isolated islands of 1's.
Overall, the interview process was positive and professional.
The questions focused more on real problem-solving and system thinking rather than just textbook algorithms.
I especially liked that the technical challenges reflected practical scenarios (like building components from scratch), which gave a good sense of day-to-day work.
Challenging but fair — a solid experience overall.
Interview questions [1]
Question 1
I was asked to implement a CSV parser — without using Python’s built-in csv library.