came for couple of hours to build a project on their own computer, after that we sat together and did together code review. they were quiet nice and quiet polite
Interview questions [1]
Question 1
to build a system that gets clicks all over the world
I applied through a recruiter. I interviewed at Taboola in Nov 2025
Interview
1:30 hours, first half deep dive on a project you worked on. second half coding questions. Weirdly, the stream reading question did not feel very related to Taboola's business itself.
Interview questions [1]
Question 1
- given N, print first N lines from a stream (reads line after line, ending at null)
- given N, print last N lines from a stream (requires queue N size to save last N lines)
I applied through an employee referral. The process took 1 week. I interviewed at Taboola (Israel) in Nov 2025
Interview
The interview process for Taboola began with a presentation of a relevant project I have worked on lately, describing my contribution to it and its impact.
The session continued with a LeetCode-style coding challenge on strings and arrays, testing algorithmic efficiency and code clarity within time limits.
Interview questions [1]
Question 1
Given an array and an integer n, output the first n elements.