Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Check Point Software Technologies (Tel Aviv) nel mese di giu 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 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.