J'ai postulé en ligne. J'ai passé un entretien chez Check Point Software Technologies (Tel Aviv-Yafo) en juin 2021
Entretien
First I did a codility test, 3 questions.
Since, I passed the test they called me in for an interview, via zoom. The interviewer asked me to talk about myself, and then gave me two technical questions.
Questions d'entretien [1]
Question 1
Q: Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1). and implement.
Q: check if palindrome, recursion.