J'ai postulé en personne. Le processus a pris 2 jours. J'ai passé un entretien chez Sentra (Tel Aviv-Yafo) en nov. 2025
Entretien
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.
Questions d'entretien [2]
Question 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.