Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Check Point Software Technologies en may 2024
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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