I applied through other source. The process took 3 weeks. I interviewed at Softimize (Tel Aviv-Yafo) in July 2019
Interview
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.
Interview questions [1]
Question 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)