I applied online. The process took 3 days. I interviewed at Moovit (Tel Aviv-Yafo) in Oct 2021
Interview
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.
Interview questions [1]
Question 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.