Remitly Software Engineer Interview Questions
Practice the exact questions companies are asking right now.
Design an Elevator System and Scheduler
Design an object-oriented elevator system. Define core classes and interfaces (elevator, controller, request, floor, buttons, sensors) and their inter...
Whiteboard and Deep Dive a Past Project
System Design: End-to-End Architecture Walkthrough Prompt Whiteboard the end-to-end architecture of a complex, user-facing system you led. Cover: 1. M...
How to prepare for a PM partnership round
You’re told an onsite loop has 4 rounds: 2 coding, 1 system design, and 1 “PM partnership” round. Question 1. How is a “PM partnership” interview diff...
Describe how you prevent project delays
Answer the following behavioral questions. 1) How do you ensure your project won’t be delayed? Explain your concrete methods, habits, and mechanisms y...
Compute transfers to balance account debts
Problem: Balance accounts by generating transfers You are given a dictionary/map balances from accountId -> netBalance. - A positive balance means the...
Solve k-Nearest Places by Latitude/Longitude
Given a set of geographic coordinates and a query point, return the k nearest locations. Describe how you compute great-circle distance (e.g., Haversi...
Design a Production-Ready URL Shortener
System Design: Production-Ready URL Shortening Service Goal Design a production-ready URL shortening service that can issue short links, resolve them ...