Candidatei-me por meio de recrutador(a). Fui entrevistado pela DriveNets em fev. de 2025
Entrevista
The process itself was quite quick.
phone interview. 3 tehcnical interviews.
They were very nice during the process, and get backt o me between 1 to 2 days after each.
eventually said that I was not technical enough
Perguntas de entrevista [2]
Pergunta 1
How would design a system that represet multiplication and sum operation between two operands?
Note that you need to support parthesis
given a DB where you can do the following operations.
insert(key, value)
update(key, value)
remove(key)
how would you design a system where you have a transacation which consists of multiple operations. only when calling the commit() function you should update the DB
Candidatei-me pessoalmente. Fui entrevistado pela DriveNets (Ra`ananna) em mai. de 2022
Entrevista
- 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
Perguntas de entrevista [1]
Pergunta 1
given a 2d matrix (nxn) with each cell has 1,0 locate all isolated islands of 1's.