Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Check Point Software Technologies nel mese di mag 2024
Colloquio
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
Domande di colloquio [1]
Domanda 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