I applied through an employee referral. I interviewed at Check Point Software Technologies in May 2024
Interview
Home test - 3 questions of increasing difficulty that must be answered in 2 hours. Questions that mention leetcode, there is a sample question at the beginning to understand how the interface works
Interview questions [1]
Question 1
frog game - given an array blocks where each cell represents the height of the current block, we have two frogs starting on the same block (what ever block) .The frog can only jump to another adjacent block if it is higher or equal to the one she is on.
return the max distance that can be between the two frogs if they can start together