Me postulé en línea. El proceso tomó más de 1 semana. Acudí a una entrevista en Rippling (Bengaluru) en ene 2025
Entrevista
Initially there are 2 elimination rounds, first- DSA(60 minutes) second- hiring manager round(45 minutes)
If you got eliminated in the above rounds you will get a mail saying the same, else they will call you for in office round:
In a day you will go through 2 DSA and 1 system design round.
Preguntas de entrevista [1]
Pregunta 1
You are given a spotify like service, where you will have to do the following:
1. create functions to:
Add_song(song_name: str)
play_song(song_id: int, user_id: int)
print_analytics()
2. write a function such that you can return last_three_played songs
Me postulé a través de un reclutador. Acudí a una entrevista en Rippling en may 2026
Entrevista
Recruiter reach out and then first round technical. Did not pass after technical round. Expectation is technical on hackerrank, eventually followed by system design, another technical portion, and behavioral in final round.
Preguntas de entrevista [1]
Pregunta 1
Given a set of rules and expenses, validate expenses against the set of rules.
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Rippling (París) en jul 2025
Entrevista
I had a 1st round with the HR, then a Live coding asked to solve a real life scheduling problem - it went very well, I implemented what was asked of me while optimizing the solution as well... to not get a response afterwards! imho they're just gonna waste your time.
Preguntas de entrevista [1]
Pregunta 1
Implement a delivery managment tool for truck drivers (handle shippments, cost, and paying drivers)
Average experience. Interviewer asked to solve a problem where, I had to code a question, it was not clear what type of coding the interviewer was expecting, specifically if its a DSA question, or LLD. Interviewer initially asked me to code as I would in my company, but later, when I started handling concurrency, intervierer told that this would be a time taking process, to not check for any concurrency. So, I gave an approach with the fastest algorithm. It was quite confusing.
Preguntas de entrevista [1]
Pregunta 1
Given a Food Delivery Platform, write 3 methods where :-
addDriver(driver_id,pay_per_hour)
recordDelivery(driver_id,start_time,end_time)
fetchTotalCostIncurredForAllDeliveries()