Remitly Software Engineer Interview Questions
Practice the exact questions companies are asking right now.
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...
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...
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 ...
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...
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 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...