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.
Expérience négative
Entretien difficile
Candidature
J'ai postulé en personne. Le processus a pris 1 semaine. J'ai passé un entretien chez Rapyd (Tel Aviv-Yafo) en oct. 2025
Entretien
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!
Questions d'entretien [2]
Question 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.
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