Ramp logo

Ramp Interview Question Bank

Ramp front-loads a CodeSignal "industry coding framework" online assessment — a four-level progressive object-modeling problem — often before any resume review, then runs a small, heavily-repeated set of live coding rounds. Prompts are deliberately under-specified: printing and exploring the data format yourself is the real signal, and the bar rewards fast, debuggable, pragmatic code over elegance. The loop also explicitly probes how you collaborate with AI tools.

More
24
Before you start
Showing 15 of 15
Coding
LowFree preview

Flight Tracker — User Location at a Given Time

Given a list of flights (departure/arrival airport + time, user_id), answer where a given user was at a given time, plus which user took the most flights. Binary search over each user's chronologically-sorted flights, with careful edge cases.

SWE
binary-search
array
simulation
io
+1
3 related discussions

Ramp Featured Guides