First, an interview with HR, followed by a 1.5-hour technical interview.
Then, another interview with HR, followed by a full day at the company, which includes a major exercise.
After completing the exercise, there is a meeting with the group lead to discuss it.
Thank you for taking the time to share a review of your recent interview experience. Your feedback is important as we constantly evaluate our candidate experience and strive to make it the best it can be.
Other Software Engineer Interview Reviews for Taboola
first was an interview with the manager and later a task to do at home that included giving insights and creating a Tableau dashboard and in the end predictions of Headquarters and hiring and terminations with any model you want
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.