Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa DriveNets.
Entrevista
1. call with HR for 30 min on the phone
2. technical interview of 90 minute with a someone from the team on zoom . the question not representing senior experience at all.
Perguntas de entrevista [1]
Pergunta 1
implement a structure that can work as a map but having an order (linked list).
Candidatei-me por meio de recrutador(a). Fui entrevistado pela DriveNets em mar. de 2026
Entrevista
There was several steps. First with intermedia company as initial screening. Than there was a live coding, which I enjoyed, simplified version of problem company had to actually solved. After that there was an interview with a manager focused on my past projects.
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