Candidatei-me online. Fui entrevistado pela Softimize (Petah Tikva) em ago. de 2019
Entrevista
You are given a home assignment to implement 3 data structures that add and find maximum value in different complexities.
If you pass, you are invited to a frontal interview where you are asked different programming questions.
Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Softimize (Petah Tikva) em jun. de 2018
Entrevista
First, they gave me a home task - based on databases usage and efficiency,
took about 2 hours.
The second interview, with team leader:
three questions based on multithreading and OOP.
Unforthenetly the interviewer wasn't nice and asked the question in a way that I couldn't understand what he wants.
Perguntas de entrevista [1]
Pergunta 1
How to implement overrides method that activates the parent object method without call it with its name explicitly inside.
Candidatei-me de outra forma. O processo levou 3 semanas. Fui entrevistado pela Softimize (Tel Aviv-Yafo) em jul. de 2019
Entrevista
The hiring process began with a mail (not even a phone call) demanding a homework assignment.
The next stage in the process was an on site interview asking about java knowledge and os (thread and process)
The next stage was a *large(!)* project to implement Cache of Entities.
(Design in the office and work at home)
Didn't pass this one. After working a week on it :(
The next stage was intended to be talking on project of your own and after that an HR interview.
Perguntas de entrevista [1]
Pergunta 1
The home work ask to write 3 different implementation to a Data Structure supporting only push and PopMax.
The first implementation is for one that will be called push most frequently and popMax very rare,
The second is for one that will be called this method in equal frequency,
And the third is an opposite to the first.
The main demand is that if one method call more frequent that the other than it must be faster (and vice reverse)