Solicité el puesto en persona. El proceso duró 2 días. Acudí a una entrevista en Sentra (Tel Aviv) en nov 2025
Entrevista
HR contacts you via email. You chose the day and hour that works for you. Then the team leader conducted a phone interview for 15 minutes. After that, 90-minute interviews in the office.
Preguntas de entrevista [2]
Pregunta 1
You have an array of numbers and bucket numbers. You need to split the numbers in the buckets with number of range. Bucket 1 is in the range of 0-9, bucket 2 is in the range of 10-20, etc. Return an array of the lengths of numbers in each bucket.
System design. You have two functions: download(url) and getLinks(html). You need to implement a system design where you download all the wiki pages and then get all the links from the pages. Note, the links can point to pages that have already been downloaded.