I applied through a recruiter. The process took 2 weeks. I interviewed at Check Point Software Technologies in Jun 2024
Interview
Home assignment after phone call from hr. No second chances. If the test failed you cannot try again for a year. 3 easy-mid leetcode question but edge cases can make the whole orocess fail.
Interview questions [1]
Question 1
A. Given to arrays of positive integers an a non negative integer. The array represents customers dustance from the seller and the amount of products they want to buy, the integer is the amount of products the seller has. You need to check how many buyers can get their order (depends uf the seller has enough products) such that the closest buyer getting his order first.
B. Given the initial point of a robot and a list of steps, determine if the robot is creating the pattern of a rectangle.
C. Two frogs can stand on any rock in a row of rocks (a cell in an integers array) and each rock has a value. The two frogs can jump to a near rock only if it's value is larger or equal. You need to find the cell were they are need to be placed such that they can jump to different directions and gain the maximum distance from each other. Be careful, the questions are not hard, but there are very few tests and a tiny edge case or a little thing you haven't noddest in the question will discard the whole test. I am not sure I want to work at such place.
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.