J'ai passé un entretien chez Check Point Software Technologies
Entretien
2-3 hour programming exercise in their office. The exercise included some debugging, some data structures knowledge and some bash scripting exercises.
Following that there was a face to face interview, where you are asked some programming questions, and then an HR interview
Questions d'entretien [1]
Question 1
Mostly 3 programming questions:
1. populate an array with 1-n numbers, with no repeating instances.
2. given an array of n-1 numbers, populated by 1-n numbers, find the number that is missing.
3. given two linked lists that are connected, find the common link between the lists.