Fiz uma entrevista na empresa Check Point Software Technologies.
Entrevista
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
Perguntas de entrevista [1]
Pergunta 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.