Sentra Senior Full Stack Engineer interview questions
based on 1 rating - Updated Nov 12, 2025
Difficultinterview difficulty
Very negativeinterview experience
How others got an interview
100%
In Person
In Person
Interview search
1 interviews
Sentra interviews FAQs
Candidates applying for Senior Full Stack Engineer roles take an average of 2 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Sentra overall takes an average of 7 days.
Common stages of the interview process at Sentra as a Senior Full Stack Engineer according to 1 Glassdoor interviews include:
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.