Software Developer applicants have rated the interview process at Check Point Software Technologies with 3.2 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 51% positive. To compare, the company-average is 54.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 20 days to get hired, when considering 178 user submitted interviews for this role. To compare, the hiring process at Check Point Software Technologies overall takes an average of 21 days.
Common stages of the interview process at Check Point Software Technologies as a Software Developer according to 178 Glassdoor interviews include:
Skills test: 23%
One on one interview: 23%
Phone interview: 18%
Presentation: 9%
Personality test: 7%
Background check: 7%
Group panel interview: 5%
Other: 4%
IQ intelligence test: 3%
Drug test: 1%
Here are the most commonly searched roles for interview reports -
The process took 4 weeks. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo) in Oct 2022
Interview
Online Assessment (OA): A test of coding and problem-solving skills, covering algorithms and data structures.
First Technical Interview: Focused on technical concepts, coding exercises, and problem-solving.
Home Assignment: A take-home project to demonstrate practical skills in a real-world scenario.
Second Technical Interview: A deeper dive into technical abilities and past experiences.
HR Interview: A final round to assess cultural fit, communication skills, and motivation
Interview questions [1]
Question 1
Give me a home Assignment to build a system include front and backend
I applied through a recruiter. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo) in Jul 2026
Interview
1.5 hour Interview, we talked about the group and the role and my previous projects.
was asked 3 technical questions during the interview.
The hiring manager was patient and nice and transparent
Interview questions [3]
Question 1
(task: idea, no code)
2 linked lists of unknown lengths. you need to decide if the two linked lists intersects.
(task: spot the bugs and write your production level version for the correct code.)
a short function called strcat (it takes two char* as input and it's task it to merge the two strings) that has a few bugs in C.
for example if string 1 = "abc" and string 2 = "def" the return value (char * ) should contain "adcdef".
(task: idea, topic data structures)
you get a list of event, an event is made up of the following (userID,timestamp) you need to return a list of all userIDs that had 3 events or more in an interval of 60 minutes. suggest a solution (using data structures) that solves this in the best time complexity.
I interviewed at Check Point Software Technologies (Tel Aviv-Yafo)
Interview
3 interview
system design interview - desing a system from screatch to a modular problem
your own experience project - tell the architecture + deep dive questions
leetcode question - you have to solve under 30 minutes
I interviewed at Check Point Software Technologies (Tel Aviv-Yafo)
Interview
In a job interview, I was asked about the readers-writers problem, the use of locks and mutexes for synchronization, and implementing the atoi function that converts a string to an integer.
Interview questions [1]
Question 1
In a job interview, I was asked about the readers-writers problem, the use of locks and mutexes for synchronization, and implementing the atoi function that converts a string to an integer.