Envié una solicitud electrónica. Acudí a una entrevista en Check Point Software Technologies (Tel Aviv) en jun 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.