I applied through an employee referral. I interviewed at Sentra (Tel Aviv-Yafo) in June 2026
Interview
I interviewed at their offices twice, the process consisted of 2 stages: Stage 1: An interview presenting the architecture of a project I was working on, and Stage 2: An architecture interview with the team leader. During the presentation of the architecture, they didn't let me speak at all, and every time I explained my steps, they just interrupted me and didn't let me continue talking, even though I answered the questions they asked in the explanation. The company is very unprofessional.
Interview questions [1]
Question 1
The process consisted of 2 stages: Stage 1: An interview presenting the architecture of a project I was working on, and Stage 2: An architecture interview with the team leader.
I applied through a recruiter. The process took 1 week. I interviewed at Sentra (Tel Aviv-Yafo) in Apr 2026
Interview
I met amazing people, the process was very nice and their offices amazing. While i was on the process they found a person for the position and the cancelled my process.
I applied in-person. The process took 2 days. I interviewed at Sentra (Tel Aviv-Yafo) in Nov 2025
Interview
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.
Interview questions [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.