I applied through a recruiter. I interviewed at CyberArk (Petah Tikva)
Interview
I got 2 Leetcode questions around medium level, one was to get the max level of water in an array of integers, and you need to try and find the max level of water
I applied through an employee referral. The process took 3 weeks. I interviewed at CyberArk (Petah Tikva) in Mar 2025
Interview
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.
Interview questions [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
The process took 2 weeks. I interviewed at CyberArk (Tel Aviv-Yafo) in June 2024
Interview
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.
Interview questions [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.