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.
Perguntas de entrevista [1]
Pergunta 1
Tell me about a time you experienced a challenge when working with a team? And, what were the results?
Candidatei-me por indicação de um funcionário. O processo levou 3 semanas. Fui entrevistado pela CyberArk (Petah Tikva) em mar. de 2025
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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
O processo levou 2 semanas. Fui entrevistado pela CyberArk (Tel Aviv-Yafo) em jun. de 2024
Entrevista
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.
Perguntas de entrevista [4]
Pergunta 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.