Candidatei-me online. Fui entrevistado pela Check Point Software Technologies (Tel Aviv-Yafo) em jun. de 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.
Perguntas de entrevista [1]
Pergunta 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.