Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso Moovit (Tel Aviv) nel mese di ott 2021
Colloquio
The technical process took a full day, from 9:30 to 19:30. It included 3 assignments.
The first one: 3 leetcode questions and 1 debug question.
The second and the third revolved around building a client which connects to a server that gives you the ETA of busses. the main goal of those tasks were to test OOP and design knowladge.
Domande di colloquio [1]
Domanda 1
Given a file and a char c, count the number of times that c appear in the file.
Given a string which conssits of : (, ), * where - * is a joker char, write a progarm that returns true if the string is valid false otherwaise.
A valid string consists of the same number of '(' and ')' where * could be either one of them.