Ho presentato la mia candidatura di persona. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Sentra (Tel Aviv) nel mese di nov 2025
Colloquio
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.
Domande di colloquio [2]
Domanda 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.