I had about 2 HR calls before meeting with the hiring manager. I then had the interview with hiring manager to talk about my experience with some of my projects. Alongside some further behavioral questions. There is then a technical round but really an easy.
Questions d'entretien [1]
Question 1
Tell me about a time you experienced a challenge when working with a team? And, what were the results?
J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez CyberArk (Petah Tikva) en mars 2025
Entretien
1. Phone call from a recruiter
2. Technical interview
3. Team leader interview - technical interview
4. Group leader interview - technical interview
5. HR interview (at the company offices)
The process was very fast.
Questions d'entretien [1]
Question 1
Technical interview:
* Find a bug in a client-server system in java,
* In order to add some feature to the system, do research on the internet between 2 tools and decide which one will be better.
* Design how you would add this feature and implement it.
Team leader interview:
* Design a tiny-url system, includes discussion of implementation details and required tests
Group leader interview:
* Few simple questions about race condition
* Design a CRM (Customer Relationship Management) system
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.