El proceso duró 3 días. Acudí a una entrevista en Voxer (Tel Aviv)
Entrevista
Everything was arranged very well. I was alone in front of the computer. The first part of the interview was filling some forms with personal details. The second part of the interview was English quiz. It was a quite simple quiz on business English that you may find online. The third part was a technical test. Then came some man from their tech team and talked about the problem that need to be solved in a technical test.
Preguntas de entrevista [1]
Pregunta 1
The task was to build a command line utility to search for string. The input is text file (where every line is a new string) and some prefix. The program should print the shortest word in a text file that starts with the given prefix. The main idea was to build a perfect data structure to store the strings from text file and to make a look up. It is supposed that text file could be very big and looking for a string in a set of strings is not suitable.