Le processus a pris 2 semaines. J'ai passé un entretien chez CyberArk (Tel Aviv-Yafo) en juin 2024
Entretien
HR Call -> Technical Interview with two senior team members or with the team lead and a team member -> Home assignment-> Interview about the home assignment -> HR interview at the office.
* All interviews were via Microsoft Teams and only the final HR interview was at the office.
* The home assignment was to create a client-server Todo List
application with a database.
Questions d'entretien [4]
Question 1
A lot of general Python, AWS, and OOP questions.
for example "What is the difference between an abstract class and an interface" or "What is a list comprehension" etc.
Coding question, reverse a string with a catch.
The catch is that the white spaces need to stay at the same index and if at index I the char was capitalized then at the reversed string the chat at index I should be capitalized as well and the other way around.