J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Zafran Security (Tel Aviv-Yafo) en juil. 2025
Entretien
First interview with the Team Lead, great talk, deep dive into system design and questions about personal projects.
Second one with the Head of Engineering, similar to the first interview but with different questions :)
Besides that, short interview with the CTO.
All in all, great process, great people!
Questions d'entretien [1]
Question 1
To talk about a project or a challenging task I worked on lately
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Zafran Security (Tel Aviv-Yafo) en janv. 2026
Entretien
You are given a laptop with a locally running microservices-based system and asked to understand the architecture and request flow, then explain it to the interviewer. Later, a system design question is given based on the same principles and use case.
Questions d'entretien [1]
Question 1
The frontend has an “Export all” button for a large table of cyber threats.
Clicking it starts an asynchronous export, shows a progress bar, and downloads the file when ready.
The backend is built from microservices communicating via gRPC.
The task was to:
Trace the export flow across services & explain how progress is tracked and reported to the UI
Design the complete export solution, including async execution, progress updates, file generation, and download
Discuss scalability and design tradeoffs