The interview process included, a conversation with HR, One coding interview, and one leetcode style interview, the next stages were supposed to be non technical (interview with cto and such).
Interview questions [2]
Question 1
On the first interview, they gave me a half implmented client and server that was supposed to display precentages based on data and i had to make the code function.
I applied through an employee referral. I interviewed at Cyera (Tel Aviv-Yafo)
Interview
It was an in-person interview with a team leader. We discussed my experience, and he explained about the company itself. Then, he presented me with a data structures “riddle” on the board (without coding).
Interview questions [1]
Question 1
to implement a data structure that has these methods:
set (value, index)
get(index)
setAll(value)
the functions need to be O(1)