Ramp Software Engineer Interview Questions
Practice the exact questions companies are asking right now.
Find exit URL via BFS API calls
Question Design and implement a function that, given a starting URL "/", performs BFS or DFS by repeatedly sending HTTP GET requests of the form GET "...
Navigate maze via HTTP API
Question Implement a program that repeatedly calls a provided HTTP API which returns the next URL in a maze; continue following the URLs until reachin...
Detect recurring transactions from a ledger
You are given a list of credit/debit card transactions. Each transaction has: - transaction_date (YYYY-MM-DD) - merchant (string) - amount (decimal, p...
Implement a React flag loader with typewriter effect
Scenario You are given a small React + TypeScript project with a Mocha test runner (and an autograder). The task is a practical front-end mini-project...
Design an in-memory cloud storage system
In-Memory Cloud Storage: Files, Discovery, Users, and Compression Context: Design an in-memory storage library that maps fully qualified POSIX-style f...