I applied through a recruiter. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo) in Aug 2025
Interview
1 online assesment , folowed by 2 interviews , in the first interview you'r asked to present a project that youve worked on , then asks 1 leetcode style question and another question where he give you a command and asks you to search the web to find what the command does .
in the second interview you'll first chat about your resume , then you have 2 questions 1 leetcode style and another question about file system handling
Interview questions [1]
Question 1
given a file system , we need to identify if 2 files have the same content . no need to write code . but describe the method your to use and analyze its complexity .
I applied online. I interviewed at Check Point Software Technologies (Tel Aviv) in Jun 2025
Interview
The interview started with a brief overview of the role, followed by my self-introduction. I talked about a project I worked on during my studies. Although the interviewer initially asked about a C++ project, most of my experience was in Python, so I discussed one of my Python projects instead.
Next, the interviewer presented a few Bash commands and asked me to explain what they do. This part was quite technical and fairly niche, in my opinion, and focused more on specific command knowledge that can easily be looked up nowadays.
Then we concluded with a LeetCode style question of medium difficulty.
Interview questions [1]
Question 1
Tell me about a difficulty you had in your project and how did you deal with it
I applied through an employee referral. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo) in Jul 2021
Interview
-> phone call - went over my CV
-> home codability test 3 questions 2 easy 1 medium
-> zoom professional interview 2 coding questions
-> didn't move forward from there
Interview questions [1]
Question 1
2 sticks of different length, create a square of maximal size using full sticks only .
create a DS that can set a value get a value and set all values in O(1)