Ramp Interview Questions
Practice 41 real interview questions from Ramp. Covers Coding & Algorithms, Software Engineering Fundamentals, System Design, Behavioral & Leadership. For roles including Software Engineer, Frontend Engineer.

"I got asked a hardcore MCM DP question and I saw it on PracHub as well. Solved that question in 5 minutes. Without PracHub I doubt I could solve it in 5 hours. Though somehow didn't get hired, perhaps I guess I solved it too fast? /s"

"Believe me i'm a student here jn US. Recently interviewed for MSFT. They asked me exact question from PracHub. I saw it the night before and ignored it cause why waste time on random sites. I legit wanna go back and redo this whole thing if I had chance. Not saying will work for everyone but there is certainly some merit to that website. And i'm gonna use it in future prep from now on like lc tagged"

"10 years of experience but never worked at a top company. PracHub's senior-level questions helped me break into FAANG at 35. Age is just a number."

"I was skeptical about the 'real questions' claim, so I put it to the test. I searched for the exact question I got grilled on at my last Meta onsite... and it was right there. Word for word."

"Got a Google recruiter call on Monday, interview on Friday. Crammed PracHub for 4 days. Passed every round. This platform is a miracle worker."

"I've used LC, Glassdoor, and random Discords. Nothing comes close to the accuracy here. The questions are actually current — that's what got me. Felt like I had a cheat sheet during the interview."

"The solution quality is insane. It covers approach, edge cases, time complexity, follow-ups. Nothing else comes close."

"Legit the only resource you need. TC went from 180k -> 350k. Just memorize the top 50 for your target company and you're golden."

"PracHub Premium for one month cost me the price of two coffees a week. It landed me a $280K+ starting offer."

"Literally just signed a $600k offer. I only had 2 weeks to prep, so I focused entirely on the company-tagged lists here. If you're targeting L5+, don't overthink it."

"Coaches and bootcamp prep courses cost around $200-300 but PracHub Premium is actually less than a Netflix subscription. And it landed me a $178K offer."

"I honestly don't know how you guys gather so many real interview questions. It's almost scary. I walked into my Amazon loop and recognized 3 out of 4 problems from your database."

"Discovered PracHub 10 days before my interview. By day 5, I stopped being nervous. By interview day, I was actually excited to show what I knew."

"I recently cleared Uber interviews (strong hire in the design round) and all the questions were present in prachub."
"The search is what sold me. I typed in a really niche DP problem I got asked last year and it actually came up, full breakdown and everything. These guys are clearly updating it constantly."
Find a User's Airport at a Given Time from Flight Records
Given flight records with departure airport, departure time, arrival airport, arrival time, and user id, implement a function that returns where a giv...
Build a Wordle-Style Game in React
Build a Wordle-Style Game in React Build a small Wordle-style game from scratch in React. The secret is a five-letter word, and the player has at most...
Design a Tunable Recurring-Transaction Detector
Design a Tunable Recurring-Transaction Detector You receive a file of transactions and need to identify likely recurring payments such as subscription...
Build a Resilient Chain of Clue-Driven HTTP Requests
Build a Resilient Chain of Clue-Driven HTTP Requests Implement or design a client that starts from one URL and follows a chain of HTTP responses. A su...
Design Calendar Event CRUD with Unit Tests
Design and implement a small calendar application that supports creating, editing, and deleting events. The interviewer expects unit tests and clean s...
Design a Low-Latency Hotel Room Availability System
Design a hotel room availability service for a travel marketplace similar to Expedia. The key requirement is low-latency availability reads. Users sho...
Design a Payment-Count Dashboard That Scales with Readers and Updates
Design a Payment-Count Dashboard That Scales with Readers and Updates Design a service that displays the total number of payments made on an administr...
Implement Spreadsheet Cells with Dependencies
Design spreadsheet-like get and set operations for cells where formulas can depend on other cells. When a cell changes, dependent cells should reflect...
Navigate a Maze Through a Next-Step API
You are given an API that returns the next location you should visit in a maze. Starting from an initial location, repeatedly call the API until you r...
Implement a Per-IP Sliding Window Rate Limiter
Given sorted request timestamps, matching IP addresses, a request limit, and a time-window length, return an array where 1 means the request is accept...
Design a Bank Account OOP Simulation with Transfers, Payments, and Merges
Design an object-oriented banking simulation. Accounts can be created, balances can be queried, money can be transferred, payments can be recorded, an...
Implement a Single-Screen Tic-Tac-Toe Game with State Management
Implement a single-screen Tic-Tac-Toe game. Maintain game state, support player moves, detect wins and draws, prevent invalid moves, and keep the impl...
Implement and Defend an AI-Assisted Repository Change
Implement a feature in an unfamiliar repository with AI assistance while remaining able to explain and defend every change. Record prompts, respect re...
Implement a Clean In-Memory Transaction Ledger
Build a clean in-memory ledger for deposits, withdrawals, transfers, and balance queries using integer cents. Preserve atomic transfers, reject overdr...
Answer a Ramp Engineering Video Interview
Prepare answers for a Ramp engineering video interview that asks: introduce yourself and why Ramp; describe how you learned a new technology; explain ...
Present a System You Designed
Present a system you personally designed, moving from the problem and constraints through architecture, ownership, and key trade-offs. A strong explan...
Reconcile Records Across Sources
In an AI-assisted ("AI coding") interview round, you are asked to reconcile person records across multiple data sources. Each source contains records ...
Count Visits in One Minute
Design a system that can report the number of website visits in the most recent 1-minute sliding window. The website may receive high traffic, and the...
Find User Airport at a Time
This question evaluates the ability to model and query time-interval flight data for multiple users, testing skills in data structures, sorting and se...
From Take-Home Script to Production: Python Trade-offs and Hardening a Data Job
From Take-Home Script to Production: Python Trade-offs and Hardening a Data Job You are in a software-engineering interview at a quantitative trading ...