I applied through an employee referral. The process took 3 weeks. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo) in Jul 2025
Interview
I had the opportunity to interview for a student software developer position at Check Point. The process began with a phone conversation with the team lead, where we discussed the team's focus, the technologies they use, and my background and interests. It was an engaging and informative discussion that gave me a good sense of the role and team dynamics.
Following that, I participated in a technical Zoom interview. During the session, I was asked to solve algorithmic and system design problems, including:
Implementing a stack that supports retrieving the minimum element in O(1) time while minimizing memory usage.
Designing a system to detect potential DDoS attacks, including functions like isDDOS(ip) to check if an IP has made over 100 requests in the last minute, and addReq(ip) to log requests.
The interview challenged my problem-solving, data structure design, and coding skills under time constraints — and I really enjoyed it. The team was professional, clear, and supportive throughout the process.
Interview questions [1]
Question 1
Designing a system to detect potential DDoS attacks, including functions like isDDOS(ip) to check if an IP has made over 100 requests in the last minute, and addReq(ip) to log requests.
I applied online. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo)
Interview
medium leetcode problem , talk about yourself , talks about the company , solving through zoom video call remote control is laggy , i was not ready for interviews at that time
I applied through a recruiter. I interviewed at Check Point Software Technologies (Tel Aviv-Yafo)
Interview
I intrivewed at check point a year ago, the intrview starts where i introduce myself then had two leetcode questions in c/c++ one of them make atoi function the second i forgot and has to do it on paper in the office.
I interviewed at Check Point Software Technologies (Tel Aviv-Yafo)
Interview
The interview process started with a reasonable-level take-home assignment, which included a few LeetCode-style algorithmic questions. After that, I was invited to an on-site interview day at the company, where they brought in over 10 candidates for one or two open positions. Unfortunately, I was eliminated fairly early in the day.
Interview questions [1]
Question 1
I can’t recall the exact wording of the question, but the problem was conceptually almost identical to LeetCode’s “Product of Array Except Self,” and required the same kind of approach to solve.