Me postulé en persona. El proceso tomó 1 semana. Acudí a una entrevista en Rapyd (Tel Aviv) en oct 2025
Entrevista
HR phone call, 15 minutes, and then an invitation to an in-person interview in the office. At the offices, you have a test on the papers with system design, SQL questions, promises questions, 2 LeetCode questions - all that for 40 minutes!
Preguntas de entrevista [2]
Pregunta 1
You have a processPayment() function. This function has 3 API's for payments. Each API costs money. 1 is 10$, 2 is 20$, and 3 is 100$. Each API is limited by rate: 1 is 10 queries at a time, 2 is 100, etc. You need to implement this function to be scalable, async, fast, and cost-efficient.
The interview process consisted of 5 rounds — 3 technical rounds and 2 HR rounds. The first technical round focused on coding. The second and third technical rounds were one-on-one discussions covering Low-Level Design (LLD) and High-Level Design (HLD), along with technical problem-solving and architecture discussions.
1. Initial zoom interview with HR
2. They will then schedule an online technical exam that you have to take within 48hrs. The exam is multiple choice and you have to solve several programming problems