Simulation Interview Questions
6 questions available. Practice with AI-powered feedback.
Other topics
Airbnb Coding: Max Candies From Boxes (BFS/Greedy)
Study Airbnb coding question 'Max Candies From Boxes' — learn a BFS/greedy simulation approach, handle keys/containedBoxes and edge cases, and test a Python solution.
Lyft Coding Interview: Persistent Read Wrapper (read4)
Build a persistent read wrapper using read4 that preserves leftover characters across successive read() calls. Practice stateful iterator design—solve it now.
OpenAI Coding Interview: Time-Based GPU Credit System
Replayable time-based GPU credit system for OpenAI interviews. Covers event-sourced adds/charges, expiry rules, persistence and out-of-order timestamps.
Palantir Coding Interview: War Card Game Simulation
Simulate one round of a multiplayer War card game with queue-based decks, tie resolution, and elimination rules. Read the spec, function signature, and edge cases.
Rate Limiter Dropped Requests (Coding) - Snowflake
Simulate a rate limiter: given arrival timestamps, return dropped-request timestamps under per-second (≤3) and per-10-second (≤20) limits. Read hints, optimize.
Visa Paragraph Text Alignment Formatter (OA)
Practice a Visa online assessment: implement a paragraph text alignment formatter (left/right/center/justify) with width W. Read approach and edge cases.
Get More Real Simulation Questions
Practice simulation interview questions with AI-powered hints, analysis, and feedback.
Start Free Practice