simulation Interview Questions
305 interview questions in our bank cover simulation, most of them Coding & Leetcode-style Questions. They average 2.8/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about simulation: Amazon, Google, Optiver, Capital One, Stripe, and 15 more.
Practice these on the problems board →Companies that ask about simulation
Question mix
- Coding & Leetcode-style Questions304
- Mobile Engineering (Android/iOS)1
Difficulty
- 1/5 — warm-up3
- 2/5 — easy67
- 3/5 — medium208
- 4/5 — hard27
Questions tagged simulation
Data Labeling Task Scheduler
3/5Designed around a complex scheduling scenario reported at OpenAI, this coding task requires building a fair allocation engine for multi-party workflows involving models, humans, and specific tasks. You will implement robust distribution logic that satisfies strict quota limits, workload balancing thresholds, and uniqueness constraints across various participation phases. This problem thoroughly tests advanced greedy allocation, state management, and constraint satisfaction techniques. Access to the full problem text and complete model solution requires a subscription.
Coding & Leetcode-style QuestionsOpenAIShard Rebalance / Overlapping Key Range
3/5Solve a distributed systems puzzle focusing on dynamic range allocation and shard rebalancing, highlighted in recent engineering interviews at OpenAI. Your task involves maintaining a collection of keyed intervals, handling insertions and deletions, and executing a rebalance routine to cap maximum overlaps while minimizing data movement. This problem challenges your algorithmic thinking regarding interval sorting, gap filling, and efficient resource partitioning. Access the full problem details and expert solution architecture by subscribing today.
Coding & Leetcode-style QuestionsOpenAISquirrel Nut Storage Tracker
4/5This intricate object-oriented programming assessment from Optiver asks you to simulate a complex storage management system featuring tiered capacities and expiration tracking. You will need to implement precise inventory rules governing how items are deposited, maintained, and retrieved under layered weight constraints and cascading overflow mechanics. The challenge examines your software engineering discipline and class design skills. Gain access to the full problem text, architectural requirements, and verified solution by subscribing today.
Coding & Leetcode-style QuestionsOptiverRanked-Choice Voting (Instant Runoff)
3/5Simulate a preferential voting system frequently discussed in engineering interviews at LinkedIn. This algorithmic challenge involves tracking multi-round ballot preferences, systematically eliminating underperforming candidates, and redistributing votes until a clear majority emerges. The exercise examines your ability to manage complex state transitions, handle tie-breaking edge cases, and write robust simulation code. Review the complete specification, structural requirements, and optimized source code by obtaining a full subscription.
Coding & Leetcode-style QuestionsLinkedInRequest Routing System (Haversine Distance)
3/5Design a command-driven geographic routing engine frequently encountered in backend engineering evaluations at Stripe. This task requires implementing geometric calculations to determine great-circle distances between coordinate points on the Earth's surface. You must build a robust registry that dynamically manages endpoint health statuses and efficiently queries the nearest available server using geospatial metrics. Get access to the full problem statement and clean reference implementation by subscribing.
Coding & Leetcode-style QuestionsStripePromotion Offer Redemption Tracking
3/5Navigate complex data processing and bookkeeping logic often encountered during interviews at Affirm. This challenge requires simulating a real-time event pipeline that evaluates promotional validity windows and enforces user-specific usage limits against incoming redemption transactions. It tests your proficiency in designing robust data structures for state tracking and efficient data ingestion. View the complete problem breakdown, optimal architectural patterns, and verified source code by securing a paid subscription.
Coding & Leetcode-style QuestionsAffirmIn-Place Sub-Matrix Move with Overlap
3/5Reported from a Microsoft interview, this advanced matrix manipulation challenge requires relocating a smaller sub-grid within a larger two-dimensional array entirely in-place. The primary hurdle is managing source and destination region overlaps correctly without overwriting unread data during the shift, while also clearing out abandoned cells. It tests your spatial reasoning, index manipulation, and ability to handle complex boundary conditions without allocating auxiliary memory grids. The complete problem statement and optimized model solution require a subscription.
Coding & Leetcode-style QuestionsMicrosoftTic Tac Toe
2/5In this front-end coding interview question reported at Ramp, candidates are tasked with building a functional Tic Tac Toe game inside a single interactive screen while cleanly separating the core logic engine from the user interface. The evaluation focuses on state management and extensibility, introducing progressive feature additions such as score tracking, board size expansion, and win state highlights that require additive code changes rather than full rewrites. To access the full problem statement, architectural best practices, and a model solution, a site subscription is required.
Coding & Leetcode-style QuestionsRampContiguous Memory Allocator
3/5This Microsoft interview problem challenges you to design and manage a fixed-size memory reservation system with custom assignment and release behaviors. You will explore core systems concepts such as fragmentation management, block merging, and strategy tradeoffs like first-fit versus buddy allocation algorithms. The exercise evaluates your ability to write robust low-level resource handlers and defend your architectural choices. Unlock the full challenge details and comprehensive model solution with a subscription.
Coding & Leetcode-style QuestionsMicrosoftGeneralized M×N Tic-Tac-Toe with Win Length K
2/5Reported during interviews at Databricks, this object-oriented design challenge requires you to build a flexible, generalized version of Tic-Tac-Toe on a custom grid with a variable winning sequence length. The exercise tests your ability to manage state changes, track turns, and implement robust win-detection algorithms across rows, columns, and diagonals for boards of arbitrary dimensions. Unlock the complete problem prompt, interactive methods, and production-ready solution by subscribing today.
Coding & Leetcode-style QuestionsDatabricksNeuron Firing Cellular Automata
3/5Explore this intriguing coding challenge involving cellular automata and neural firing patterns, frequently reported from interviews at Scale AI. This exercise evaluates your ability to simulate complex state transitions over discrete time steps while managing grid boundaries and efficient updates. You will need to design an algorithm that models biological or artificial activation rules cleanly and efficiently under strict constraints. To view the complete problem description, comprehensive test suites, and an optimized model solution, a subscription is required.
Coding & Leetcode-style QuestionsScale AIAssign Requests to the Least-Busy Allowed Server
3/5This Amazon interview scenario requires candidates to simulate a dynamic load-balancing system that assigns incoming tasks to the least occupied available servers under specific boundary rules. The task evaluates proficiency in data structures like heaps or priority queues, alongside efficient tie-breaking logic to manage operational workloads. Designing an optimal scheduler helps test your ability to write scalable simulation code under pressure. To view the complete challenge details and our detailed model solution, please upgrade to a paid subscription.
Coding & Leetcode-style QuestionsAmazonMatrix Border Sort and Clockwise Fill
3/5Tackle this engaging matrix manipulation puzzle reported during Capital One software engineering interviews. This challenge evaluates your proficiency with multi-dimensional array traversal, boundary extraction, and precise coordinate mapping. You will need to carefully handle concentric layers and reinsert elements in a specific rotational direction without losing data integrity. Unlock the detailed problem statement, edge-case analysis, and fully implemented solution by securing a subscription.
Coding & Leetcode-style QuestionsCapital OneSlot Machine Simulation
2/5Building a programmatic casino slot machine emulator is an engaging coding exercise reported during interviews at Hopper. This task requires you to translate structural inputs detailing column dimensions and available symbols into a randomized, visually representative output simulation. It tests your basic data structure handling and pseudo-random generation skills in a fun context. Unlock the full implementation details and reference solution with a paid subscription.
Coding & Leetcode-style QuestionsHopperCount Out-of-Order Processes
3/5Dive into this interesting Amazon coding challenge that requires you to identify discrepancies between a mandated sequence of tasks and the actual chronological order in which they were executed. This task tests your capability to use hash sets or tracking pointers to catch dependency violations and out-of-order execution anomalies efficiently. It is a great test of logical deduction and fast array inspection skills. Unlock the full analytical breakdown and optimal programming solution with a subscription.
Coding & Leetcode-style QuestionsAmazonTrajectory Waypoint Distance Queries
3/5In this Tesla technical screening task, developers must process a spatial path represented by coordinate points alongside a collection of travel milestones. The goal is to simulate movement along the route and evaluate proximity thresholds at specific intervals. This problem tests spatial reasoning, distance calculations, and efficient data handling. Gain access to the full problem breakdown and expert code implementation by subscribing today.
Coding & Leetcode-style QuestionsTeslaMatch-Three Color Grid Elimination and Gravity
3/5This Capital One interview question evaluates your ability to simulate grid-based transformations and coordinate updates. You will work with a two-dimensional matrix where elements are marked for removal based on neighboring color matches, followed by a gravity phase that shifts remaining items downward. This challenge tests matrix traversal logic, state management, and efficient manipulation of grid data structures. The complete problem statement, comprehensive test cases, and a fully explained model solution require a subscription.
Coding & Leetcode-style QuestionsCapital OneReachability in a Time-Indexed Train Schedule
3/5This interview challenge, recently reported at Glean, explores navigation through a timed transit network. Candidates must determine whether a traveler can successfully commute from an origin point to a destination by catching connecting services under strict scheduling constraints. This task evaluates graph traversal techniques and temporal pathfinding abilities. The complete problem statement and optimal programmatic strategy require a subscription to view.
Coding & Leetcode-style QuestionsGleanDistribute Integers Between Arrays
3/5Encountered in ZipRecruiter technical rounds, this simulation challenge requires partitioning a sequence of numbers into two separate collections based on dynamic comparison rules. Candidates must track dominant elements and tie-breaking criteria as each new value is processed. This problem assesses conditional logic implementation and state tracking proficiency. The full problem text and complete reference solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsZipRecruiterVolumes Purchased Each Day
3/5This reported Amazon interview question evaluates your ability to track sequential availability and conditional acquisition logic over daily data streams. You must determine which items can be successfully claimed on each day based on the prerequisite that all preceding sequential items are already in your possession. The challenge tests efficient state tracking and array manipulation under progressive constraints. Access the complete problem description and expert model solution by securing a paid subscription.
Coding & Leetcode-style QuestionsAmazonInteger to English Words
4/5This Carvana interview problem challenges your string manipulation and numerical decomposition skills by requiring you to translate arbitrary numeric values into their precise English word counterparts. You will need to handle scale groupings, spacing rules, and edge cases gracefully using systematic math logic. Gain access to the full problem breakdown and a clean, production-ready model solution through a paid subscription.
Coding & Leetcode-style QuestionsCarvanaOrder Book Matching Simulation
3/5This Optiver interview question simulates a financial matching engine where you process streaming purchase and sale limit orders following strict price-time priority rules. The challenge tests your proficiency with heap data structures and simulation logic to compute total executed transaction values accurately. Unlock the full trading simulation problem and expert solution by purchasing a subscription.
Coding & Leetcode-style QuestionsOptiverDice Roll Simulator and Multiplication-Free Factorial Calculation
2/5This reported Nomura interview challenge tests your foundational programming logic by asking you to build a stochastic simulator for random dice outcomes accompanied by verification test cases. Additionally, it requires implementing a mathematical factorial computation using unconventional constraints that forbid standard multiplication operators. You will need to demonstrate creative problem-solving and algorithmic thinking to handle these distinct computational tasks efficiently. Access to the complete problem description, edge-case evaluations, and fully functional model solutions requires an active subscription.
Coding & Leetcode-style QuestionsNomuraDynamic Batching for Language Model Token Prediction
4/5Dive into this advanced machine learning inference challenge featured in Alibaba interviews, where you must design a dynamic batching mechanism for token prediction loops. Because different generation sequences terminate at varying intervals, your architecture must efficiently manage shifting batch sizes, fill empty slots, and handle stop conditions without stalling throughput. This problem tests your understanding of concurrency, inference optimization, and resource management in generative text pipelines. Unlock the full problem details, architectural hints, and complete production-ready model implementation with a subscription.
Coding & Leetcode-style QuestionsAlibabaProgressive In-Memory File System with TTL
3/5Reported as a Persona coding challenge, this task requires designing a structured memory storage system capable of managing hierarchical data fields. Candidates must implement core insertion, retrieval, and removal mechanisms while handling sequential instructions accurately. The exercise examines state management and efficient data organization under specific operational constraints. Unlock the comprehensive problem description and optimal source code by securing a subscription.
Coding & Leetcode-style QuestionsPersonaWebSocket Session Load Balancer
4/5Featured in Stripe technical interviews, this problem challenges you to build a connection router for real-time socket communications across multiple hosting nodes. The algorithm must respect server load thresholds while maintaining affinity rules that keep related client identifiers grouped together when capacity allows. It tests your proficiency in balancing workloads and designing efficient tracking structures. To review the full problem statement and expert implementation details, a subscription is necessary.
Coding & Leetcode-style QuestionsStripeRequests in Queue Each Second
3/5Frequently asked in Amazon technical interviews, this simulation problem tracks the behavior of time-sensitive tasks waiting in a sequential queue. Each element carries an expiration threshold, and you must model the step-by-step processing and removal of items at each time interval until the queue is completely emptied. This puzzle tests your ability to work with queues, simulate time progression, and track state changes accurately. Access the complete problem statement, optimal data structure choices, and model solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonRoller Coaster Revenue with a Cyclic Queue
3/5This Zoox interview question explores simulation and queue management through a fun roller coaster capacity scenario. You must calculate the cumulative passenger throughput over a series of rides given strict boarding rules where groups stay intact and cycle back to the waiting line. This challenge evaluates your capability to simulate cyclical processes efficiently and handle modular arithmetic. Reviewing the full problem statement and accessing the expert reference solution requires an active subscription.
Coding & Leetcode-style QuestionsZooxMaximum Book Copies After Each Update
3/5Solve a dynamic inventory tracking challenge from Amazon interviews that requires monitoring inventory fluctuations and instantly identifying the peak volume of any single item. This task evaluates your proficiency with frequency maps, streaming data updates, and efficient maximum-tracking data structures. You will discover how to maintain running maximums dynamically as elements are added and removed. Unlock the full problem description and expert solution with a subscription.
Coding & Leetcode-style QuestionsAmazonPiano Hand Movement Grouping
3/5This Google interview question evaluates your algorithmic thinking by simulating hand displacements across a sequence of musical instrument targets. You must determine the minimal number of repositioning actions required to cover a given set of indices, while a follow-up layer asks you to reconstruct and output the specific groupings formed between movements. The challenge highlights efficient array scanning and state tracking techniques. Access the comprehensive problem details and model solution by getting a subscription.
Coding & Leetcode-style QuestionsGoogleSimulate CPU Register with Bitwise Operations
2/5Encountered frequently in technical screenings for Headlands Technologies, this task involves debugging and implementing fundamental binary manipulation utilities to emulate hardware registers. You will write routines to modify, reset, invert, and inspect specific binary digits within an integer value. This exercise strengthens your grasp of low-level programming concepts, bitwise arithmetic, and mask operations. Gain full access to the problem requirements and complete code walkthrough by securing a subscription.
Coding & Leetcode-style QuestionsHeadlands TechnologiesRandomly Populate Grid with Connected Equal-Size Token Regions
4/5Learn how to partition a grid into perfectly balanced, contiguous regions for multiple distinct tokens using randomized spatial expansion techniques. Highlighted as an onsite challenge during Waymo interviews, this problem evaluates your grasp of graph traversal, multi-source breadth-first search, and retry mechanisms necessary for complex layout constraints. Developing a robust solution demands careful handling of spatial boundaries and randomized seed placement to ensure all regions remain equally sized and fully connected. Unlock the full technical explanation and reference solution code with a subscription.
Coding & Leetcode-style QuestionsWaymoDiagonal Nearest-Unvisited Redirect Simulation
4/5Simulate a dynamic pathfinding process across a coordinate plane where servers are visited sequentially based on directional vectors and step multipliers. Reported as an advanced algorithmic question from Amazon interviews, this task challenges you to locate the closest unvisited node along specific diagonal trajectories and update your current position accurately while maintaining a strict history of visited locations. Crafting an efficient solution requires smart spatial indexing to avoid performance bottlenecks during ray-tracing steps. Unlock the complete problem details and the authoritative model solution with a subscription.
Coding & Leetcode-style QuestionsAmazonTournament Progression Chart with JavaScript Simulation and UI
3/5Featured in front-end interviews at Block, this interactive UI creation challenge asks developers to build a dynamic tournament bracket visualization tool using web technologies. Candidates must programmatically simulate a multi-round competitive event involving several participants, dynamically updating the interface to reflect match progression until an ultimate winner emerges. This task evaluates DOM manipulation, event-driven programming, clean layout design, and state management in JavaScript. The full specifications, asset guidelines, and working code solution require an active subscription.
Coding & Leetcode-style QuestionsBlockBridge Car Weight Problem
3/5Highlighted as a practical coding assessment from GitHub, this scenario models vehicular traffic flow and load limits across a constrained crossing structure. Developers must process a sequential array of weights representing waiting transport units, ensuring the cumulative load never exceeds strict safety thresholds while tracking crossing order and timing constraints. This challenge tests simulation design, array traversal, and dynamic constraint checking. Full access to the problem description, constraints, and the verified model solution requires a subscription.
Coding & Leetcode-style QuestionsGitHubAlternating Triplets
2/5This JPMorgan interview question requires you to examine a sequence of numbers through a sliding window of three elements and identify local peaks and valleys based on specific relational rules. Your task is to implement a linear scan that accurately tallies every instance where the central value strictly dominates or falls below both of its immediate neighbors. This problem tests fundamental array traversal and conditional logic skills. Access to the complete problem guidelines and optimized code solution requires a subscription.
Coding & Leetcode-style QuestionsJPMorganTotal Processor Execution Time With Cohesion
3/5Simulating complex state changes across a sequential workload is a fascinating challenge often posed during Amazon software engineering interviews. This problem requires you to calculate the aggregate duration of processes running from left to right, where executing a task simultaneously reduces the execution time of related cohesive elements based on a specific mathematical rule. The task tests your simulation efficiency and algorithmic optimization skills. Explore the complete problem description and model solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonFunction Inclusive and Exclusive Time
3/5Reported as a classic interview question at LinkedIn, this exercise involves parsing chronological execution logs to measure both inclusive and exclusive processing durations for specific routines. It assesses your proficiency with stack-based data structures and event-driven timeline calculations to track nested function calls accurately. Solving this requires careful management of timestamps and hierarchical execution scopes. To view the complete problem details and the optimal model solution, a subscription is required.
Coding & Leetcode-style QuestionsLinkedInString Manipulation
2/5As seen in coding evaluations at Waabi, this straightforward text-processing challenge requires you to alter a sequence of alphabetic characters by shifting their ASCII values upward. It serves as an introductory test of basic iteration, character encoding knowledge, and string mutation techniques. Candidates must ensure proper handling of character boundaries and data types during the transformation process. The full problem statement and clean reference solution are available to subscribers.
Coding & Leetcode-style QuestionsWaabiCard Game Simulation
3/5In this engaging coding challenge reported at Affirm, developers must implement a round-based card game simulation using a standard deck to track scores and determine winners. The exercise evaluates state management, array manipulation, and the ability to gracefully handle uneven distributions and edge cases when scaling from two participants to multiple players. It serves as an excellent test of clean logic implementation and procedural thinking under time constraints. Unlock the full problem breakdown and expert-crafted model solution with a subscription.
Coding & Leetcode-style QuestionsAffirmRotate Array
2/5This Warner Bros Discovery interview question invites candidates to manipulate a linear collection of integers by shifting elements across specified index boundaries before reversing the transformation. It tests fundamental array manipulation techniques, index arithmetic proficiency, and algorithmic efficiency in handling circular data structures. Developers will practice writing concise, bug-free code that preserves data integrity during sequential transformations. Access to the full problem statement and optimized model solution requires a subscription.
Coding & Leetcode-style QuestionsWarner Bros. DiscoveryWorker Task Assignment (Load Balancing)
3/5This Stripe interview challenge focuses on efficiently distributing incoming workloads among available service agents while maintaining balanced operational capacity. Candidates are tested on their ability to simulate greedy resource allocation using priority queues or sorted tracking mechanisms to handle sequential processing constraints. You will practice managing state and resolving ties based on predefined deterministic rules. To master the optimal algorithm and view the complete reference implementation, unlock the full problem breakdown with a subscription.
Coding & Leetcode-style QuestionsStripeFinest Food Outlet (API pagination + filtering + tie-breaking)
3/5This Blink Health interview question evaluates your ability to interact with paginated remote endpoints, apply conditional criteria, and manage data sorting rules effectively. You will need to systematically retrieve records across multiple pages, evaluate specific attributes against thresholds, and handle tie-breaking logic to isolate the best candidate. Access to the complete problem description and model solution requires a subscription.
Coding & Leetcode-style QuestionsBlink HealthMinimum Time Until Password Is Irrecoverable
4/5This advanced Amazon interview question simulates a security breach where characters in a string are progressively corrupted based on a given permutation sequence. The challenge evaluates your ability to efficiently track substring states and compute the exact moment a threshold of compromised segments is crossed. The complete problem statement, optimal algorithmic approach, and model solution are available with a subscription.
Coding & Leetcode-style QuestionsAmazonCar Maze with Incrementally Revealed Neighbors (DFS)
2/5Navigate an unknown environment using graph search strategies where pathways are only revealed dynamically upon visiting adjacent locations. This engaging navigation problem has been utilized in screening interviews at Waymo to assess recursion, state tracking, and exploration heuristics in the absence of global maps. You will practice adapting depth-first search for incomplete information spaces. The comprehensive problem description and verified solution require a subscription.
Coding & Leetcode-style QuestionsWaymoBuild Binary Tree from Edges / S-Expression
3/5Encountered during technical screenings at Optiver, this parsing challenge requires candidates to reconstruct hierarchical structures from parent-child relationship pairs. You must rigorously validate incoming text against a strict hierarchy of error rules and, upon success, format the resulting hierarchy into a standardized S-expression representation. This problem tests your aptitude for robust input validation, tree manipulation, and simulation logic. Access to the full problem specification and optimal code solution requires an active subscription.
Coding & Leetcode-style QuestionsOptiverStage Makespan with Ordered Job Assignment
3/5Simulate a real-time task scheduling workflow inspired by Plaid engineering interviews. Given a sequence of workload durations and a fixed pool of available processors, your goal is to compute the total execution span by strictly following sequential task allocation rules. This problem assesses your ability to manage stateful simulations, priority tracking, and dynamic queue processing as workers complete jobs asynchronously. Discover the optimal algorithmic approach and fully written reference code with an active subscription.
Coding & Leetcode-style QuestionsPlaidImplement a 3x3 Tic-Tac-Toe Class
2/5Featured in Hebbia technical screenings, this coding problem requires you to implement a classic board game class that manages player turns, validates coordinate placements, and evaluates winning conditions on a standard grid. It tests your object-oriented fundamentals, state management, and basic matrix traversal logic to ensure rules are enforced accurately. To view the complete prompt details and the reference implementation, please consider subscribing.
Coding & Leetcode-style QuestionsHebbiaMars Rover / Robot Controller (CLI)
3/5This widely reported pair-programming exercise from Shopify challenges engineers to build a command-line interface application that simulates a robotic rover navigating a two-dimensional grid space. Candidates must implement directional state tracking, movement mechanics, and boundary processing based on sequential instructions while gracefully handling edge cases. Although the initial specifications appear straightforward, the real evaluation centers around extensibility, clean object-oriented architecture, and handling complex follow-up requirements. The complete problem statement, testing strategies, and expert reference solution are exclusively available to paid subscribers.
Coding & Leetcode-style QuestionsShopifyNews Aggregation / Subscription System
4/5This rigorous online assessment task, frequently administered by Optiver, centers on engineering a sophisticated news aggregation and subscription engine. Developers must design a system capable of registering customized topic alerts with interest boundaries, enforcing strict per-second rate limits, and processing continuous timestamped data streams efficiently. Success hinges on mastering sliding-window algorithms and priority queue management under tight performance constraints. Access to the comprehensive specification, architectural patterns, and verified optimal solution requires a paid platform subscription.
Coding & Leetcode-style QuestionsOptiverStack-Based String Evaluator (PUSH/POP/DUP/+/-)
3/5This interview question, reported from Jump, asks you to build a parser that processes a sequence of arithmetic operations and memory manipulation commands using a Last-In-First-Out data structure. It assesses your competency in handling tokenized streams, managing data structures safely, and detecting execution errors like underflows or invalid instructions. You will need to write robust parsing logic that accurately tracks state transitions. Get access to the full problem details and a thoroughly explained model solution with a subscription.
Coding & Leetcode-style QuestionsJumpGate Entry / Exit Time Resolution with Tie-Break Rules
3/5In this reported Google interview question, candidates must process a sequence of entry and exit requests for individuals passing through a controlled gate. The challenge focuses on determining the precise clearance timestamp for each person when multiple events overlap, requiring careful handling of simultaneous actions and priority rules. This problem evaluates your ability to simulate state transitions and apply deterministic tie-breaking logic. Access to the complete problem description and an optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsGoogleGenerate an m x n Spiral Matrix
3/5This Pinduoduo interview question tasks programmers with generating a two-dimensional grid populated with sequential integers arranged in a winding, inward-turning path. Candidates must implement precise boundary tracking and directional state changes to fill every cell correctly without omissions or overlaps. This challenge tests multidimensional array handling, coordinate math, and directional control logic. The full problem details, boundary constraints, and optimal source code require a subscription to access.
Coding & Leetcode-style QuestionsPinduoduoExcel Redo and Undo Simulation
3/5This Airtable interview question asks you to replicate the history management features found in modern spreadsheet software, specifically handling state reversals and re-applications. You must design a robust system that tracks user actions sequentially while supporting forward and backward navigation without corrupting chronological integrity. Unlock the complete problem description, interaction walkthroughs, and optimized implementation details with a subscription.
Coding & Leetcode-style QuestionsAirtableEscape Room / Room-by-Room Race
3/5As a frequently recurring Pinterest interview prompt, this challenge asks you to design a game state management system that tracks player positions across multiple rooms. You must implement efficient data structures to support constant-time room transitions, headcount queries, and a dynamic leaderboard ranking participants based on progress and arrival order. The problem tests advanced object-oriented design and performance optimization. Get immediate access to the full problem and model solution with a subscription.
Coding & Leetcode-style QuestionsPinterestValidate BFS Order on a Tree Built from Two Parent Vectors
4/5Reported as a challenging interview question from Rubrik, this problem requires you to reconstruct a hierarchical tree structure from edge lists and validate whether given sequences represent legitimate breadth-first search traversal orders. Candidates must verify complex queue behaviors and level-by-level node relationships under strict structural hierarchies. This task tests your deep understanding of tree properties and graph traversal validation. Get full access to the complete problem description and model solution with a subscription.
Coding & Leetcode-style QuestionsRubrikWaymo Passenger Pickup Scheduler (OO Design)
3/5This senior-level object-oriented design problem, sourced from a Waymo interview, simulates an autonomous vehicle dispatch scheduler managing passenger pickups in strict arrival sequence. Candidates are assessed on object-oriented modeling, state management, extensible design patterns, and handling complex simulation follow-ups like time skipping. Access to the full problem context, class architecture blueprint, and complete code solution requires a paid subscription.
Coding & Leetcode-style QuestionsWaymoA/P Replacement Rounds
3/5Reported as a Capital One technical interview challenge, this puzzle simulates a sequential string transformation game governed by strict priority rules involving character frequency thresholds. The objective is to compute the total number of iterations needed before the sequence reaches a stable terminal state. This problem tests your ability to implement custom simulation logic efficiently while managing trailing patterns. Access to the complete problem instructions and the official model solution requires an active subscription.
Coding & Leetcode-style QuestionsCapital OneCandy Crush Grid Matching, Clearing, and Gravity
3/5Simulating grid-based mechanics and iterative stabilization processes is a classic test of matrix manipulation and algorithmic thinking. This reported Roblox interview question requires you to detect contiguous matching runs of elements, clear them simultaneously, and apply gravity so that remaining items cascade downward until equilibrium is reached. It tests your proficiency with multidimensional arrays and recursive simulation loops. Access the complete problem guidelines and a thoroughly optimized model solution with a subscription.
Coding & Leetcode-style QuestionsRobloxHard Disk Scheduling (Shortest Seek Time First)
3/5Managing I/O requests efficiently at the hardware level requires smart scheduling algorithms that minimize mechanical movement. Featured in quantitative research interviews at Qube Research and Technologies, this algorithmic task requires you to simulate a disk head servicing pending requests using the shortest seek time strategy. You must dynamically select the closest track from the current position while properly resolving ties and tracking cumulative head travel distance. Review the complete problem statement, underlying algorithmic principles, and optimized solution code by obtaining a full subscription.
Coding & Leetcode-style QuestionsQube Research & TechnologiesFind ID of Soldier
2/5This interview problem involves tracking the final positions of lined-up personnel undergoing a series of specialized segment-reversal maneuvers based on non-overlapping operational ranges. Shared as an HSBC interview question, it challenges your capability to model permutation sequences and optimize spatial tracking without performing costly brute-force simulations. To read the complete problem statement and discover the optimal algorithmic solution, a subscription is required.
Coding & Leetcode-style QuestionsHSBCMatrix Commands: Reverse Row, Swap, Rotate
2/5In this Capital One interview exercise, you are tasked with processing a series of structural transformations on a two-dimensional grid in place. The objective requires executing sequential commands involving row reversals, index swaps, and ninety-degree grid rotations while dynamically adjusting boundary dimensions. This problem evaluates your multidimensional array handling and state management under mutating constraints. Reviewing the comprehensive problem description and ideal solution requires a subscription.
Coding & Leetcode-style QuestionsCapital OneFilter System with Dynamic Blacklist
3/5Encountered during Snowflake technical screenings, this algorithmic puzzle challenges you to build a stateful filter that responds dynamically to changing blacklist configurations. You will learn how to handle streaming data while efficiently replaying visibility updates for items that were previously encountered. The problem tests your advanced data structure design and event-driven logic handling. Unlocking the complete problem specification alongside the optimal code solution requires an active subscription.
Coding & Leetcode-style QuestionsSnowflakeDocument / Layer — Apply, Undo, Commit Batch, Redo
3/5Master state management and command patterns with this popular Figma technical interview exercise. Candidates are asked to construct a hierarchical document model containing customizable layers, then implement functionality for property adjustments, rollbacks, grouped batch operations, and forward execution. While the underlying computational logic remains straightforward, success hinges on designing a pristine object architecture capable of handling intricate specifications cleanly. To explore the complete problem statement and review an optimized reference implementation, an active platform subscription is required.
Coding & Leetcode-style QuestionsFigmaPrint File System Blocks
2/5This Anchorage Digital coding exercise evaluates string formatting and data serialization by asking you to render a simplified block-based storage medium. Developers must process an array representing occupied and vacant memory segments and output a cleanly structured, visually connected textual representation of the entire system state. It serves as a great introductory warm-up for structural formatting tasks. To read the complete problem description and study the verified model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsAnchorage DigitalFlight Tracker — User Location at a Given Time
3/5This Ramp interview question challenges candidates to process a collection of journeys to track individual whereabouts and identify the most active traveler. The problem evaluates your ability to manage temporal intervals, apply efficient lookup strategies like binary search over sorted schedules, and handle tie-breaking criteria cleanly. You will need to structure data effectively to answer point-in-time queries accurately. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsRampMemory Allocator (Allocate / Free)
3/5Encountered in Okta hiring loops, this problem simulates low-level resource management by tracking available and occupied blocks in a linear sequence. You must process a stream of allocation and release commands, assigning unique ascending identifiers while locating the earliest continuous segment of free space that satisfies a request. The exercise tests your ability to maintain state accurately and manipulate arrays efficiently. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsOktaFirst Collision Time in a Multi-Agent Motion Simulator
3/5Simulating physical systems and motion models is crucial for autonomous driving roles, which is highlighted in this Applied Intuition interview question. You are tasked with tracking multiple moving circular entities over time using discrete steps to determine the exact moment their boundaries intersect. This scenario tests your simulation logic, spatial awareness, and handling of continuous dynamics. Unlock the full problem details and reference implementation by subscribing.
Coding & Leetcode-style QuestionsApplied IntuitionATM Queue
3/5Tackle a fascinating queue simulation challenge where individuals withdraw funds under strict transactional limits, featured during coding rounds at Squarepoint. This problem evaluates your competence with data structures like deques or queues, requiring you to simulate iterative depletion processes and accurately determine processing sequences. It is an excellent test of your ability to translate real-world constraints into efficient algorithmic logic. The full problem statement, test cases, and complete reference solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsSquarepointCamel Cards / Poker Hand Comparison (OOD)
3/5Examine a specialized card game evaluation problem designed to test custom sorting logic and tie-breaking rules, reported from technical screenings at Rippling. This challenge requires you to categorize custom hand configurations according to a unique hierarchy and compare sequential positions without standard sorting helpers. It evaluates your attention to detail and ability to implement clean, rule-bound comparison functions. Unlock the full prompt and complete code walkthrough by securing your subscription.
Coding & Leetcode-style QuestionsRipplingString Manipulation (Remove Adjacent A-B or C-D Pairs)
3/5String reduction puzzles often appear in technical screens to evaluate your proficiency with sequential data processing and stack-based algorithms. This Zalando interview question requires you to repeatedly eliminate specific adjacent character combinations until no further reductions are possible, regardless of the sequence of operations. It tests your skill in managing dynamic string mutations and optimizing runtime efficiency. Unlocking the full problem description and optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsZalandoAccount Scheduler with Time Locks
3/5As featured in Stripe coding interviews, this problem requires you to build an efficient scheduling manager that handles temporary resource locks and availability checks. The exercise evaluates your ability to design robust state-tracking classes and manage time-bound reservations effectively. Access the full problem details and production-grade model solution through a paid subscription.
Coding & Leetcode-style QuestionsStripeReceipt Processor Challenge
2/5In this engaging software engineering task inspired by Fetch Rewards, developers must build a utility program that parses structured commerce data and applies custom evaluation rules to compute reward points. The exercise tests string manipulation, conditional logic, and clean data processing under specified criteria. Unlocking the full problem statement along with a robust, tested model implementation requires a paid subscription.
Coding & Leetcode-style QuestionsFetch RewardsFriend / Money-Transfer Request Parsing (OOD)
3/5This object-oriented programming exercise, commonly encountered at Robinhood, asks candidates to process an incoming stream of financial and social interactions to maintain user balances and validate transaction rules. It tests system modeling, state management, parsing techniques, and robust error handling. The comprehensive problem description and clean architecture model solution are available exclusively with a paid subscription.
Coding & Leetcode-style QuestionsRobinhoodTotal Distance to Nearest Gas Station
3/5This Amazon interview challenge explores spatial optimization and distance calculation for vehicles traveling to designated service locations along a single axis. Given initial vehicle placements and various scenarios involving newly introduced service stops, you must compute the aggregate travel distance required for every unit to reach its closest station across multiple query sets. The problem evaluates your proficiency in maintaining sorted data structures and performing efficient range queries to update distance metrics dynamically. The complete problem statement and optimal code solution require a subscription.
Coding & Leetcode-style QuestionsAmazonDiscount Validation
2/5Test your ability to verify business logic and mathematical accuracy with this e-commerce checkout validation problem reported during DraftKings technical evaluations. You will write a program that cross-examines multiple item valuations against complex promotional markdown rules to ensure the final calculated cart total is entirely correct. This challenge evaluates your capability to process structured numerical datasets and implement precise conditional logic rules. Gain full access to the comprehensive problem breakdown and ideal codebase by subscribing to our platform.
Coding & Leetcode-style QuestionsDraftKingsRate Limiter — Return Dropped Request Times
3/5Build a robust request throttling algorithm inspired by high-throughput systems interviews at Snowflake. The challenge centers on evaluating incoming temporal event streams against dual sliding-window constraints to identify and log rejected transactions accurately. This problem examines your expertise in handling chronological data streams, maintaining efficient rolling queues, and applying strict threshold logic under high-frequency conditions. The exhaustive problem details and reference implementation are available exclusively to paid subscribers.
Coding & Leetcode-style QuestionsSnowflakeTerrain Rendering + Water Drop Simulation
3/5This engaging coding challenge, reported from an Airbnb interview, tests your ability to handle two-dimensional grid simulations and text-based rendering. The first part requires generating a visual text representation of elevation profiles based on numerical input. The second part introduces fluid dynamics where you must calculate how liquid disperses, flows downward, and accumulates in depressions. Candidates must carefully manage boundary conditions and matrix manipulation. To explore the complete problem statement, optimal algorithms, and verified code solutions, a paid subscription is required.
Coding & Leetcode-style QuestionsAirbnbMove Zeroes (Zero Compaction)
2/5Strengthen your array manipulation skills with this classic compaction problem, frequently utilized during technical screenings at JPMorgan. The objective is to rearrange a sequence of numbers by shifting all zero values to the rear while preserving the relative ordering of the remaining non-zero elements in place. This puzzle emphasizes optimal pointer management and clean, bug-free implementation under interview pressure. To view the complete problem breakdown, test scenarios, and model solution, a subscription is needed.
Coding & Leetcode-style QuestionsJPMorganMove Chess Pieces on a 1D Board to Match Target
3/5Determining whether a specific arrangement of directional sliding blocks can be shifted to match a desired configuration is the objective of this Google interview question. The challenge requires analyzing spatial constraints where components can glide across empty spaces but are blocked by neighboring obstacles. This puzzle evaluates your ability to reason about relative ordering, pointer manipulation, and invariant conditions in linear arrays. Unlock the full problem details and a robust model solution by securing a subscription.
Coding & Leetcode-style QuestionsGoogleSum Consecutive Identical Digits
2/5This coding challenge, frequently featured in PayPay technical interviews, tests your ability to manipulate strings and apply iterative reduction logic. Candidates must process a sequence of characters by repeatedly combining adjacent matching elements until no further reductions are possible. Success requires writing an efficient algorithm that correctly handles dynamic length changes and cascading updates. Access the complete problem description and an optimal model solution by securing a subscription today.
Coding & Leetcode-style QuestionsPayPayFairly Distribute Money With Limits
3/5This reported interview question from Gusto evaluates your ability to handle resource allocation under specific constraints and limits. You are tasked with distributing a fixed pool of discrete units among a group of recipients as equitably as possible while respecting individual maximum caps. The challenge tests your logic for balancing proportional distribution and surplus handling without violating upper boundaries. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsGustoBalloon Explosion
3/5Encountered during eBay coding interviews, this puzzle requires you to simulate a grid-based matching game involving colored elements and cascading physics rules. You must write an algorithm that detects adjacent matching groups, removes them, and correctly applies gravity so remaining items shift downward into vacant positions. This exercise evaluates your grid traversal logic, simulation accuracy, and problem-solving creativity. Unlock the full problem details and reference solution with a subscription.
Coding & Leetcode-style QuestionseBayWarehouse Round-Robin Package Allocation
3/5Simulate complex state management and sequential routing logic with this warehouse allocation problem featured in Capital One interviews. The exercise tests your ability to track fluctuating capacities, process dynamic closure logs, and implement round-robin distribution rules over custom data structures. You will enhance your simulation design skills and learn how to handle state resets efficiently during linear scans. Access the complete problem specification, simulation patterns, and optimal model solution with a paid subscription.
Coding & Leetcode-style QuestionsCapital OneDaily Remaining GPUs per Cluster
2/5This Mistral AI interview question challenges candidates to track daily hardware availability across multiple infrastructure pools. You will process chronologically ordered consumption logs where resource quotas automatically replenish at the conclusion of each calendar day. The task evaluates your ability to maintain state efficiently and perform daily aggregate calculations against predefined limits. Access to the complete problem description and an optimal tested implementation requires a subscription.
Coding & Leetcode-style QuestionsMistral AITwo-Player Array Picking Game with Reverse-on-Odd Rule (Score Difference)
3/5Explore this intriguing ADIA interview question simulating a strategic two-player collection contest over a sequence of integers. Competitors take turns removing elements under distinct parity-based scoring rules, with one participant triggering a complete sequence reversal whenever they select an odd value. This exercise tests your simulation logic, state management, and algorithmic thinking under dynamic conditions. Unlock the comprehensive problem statement and verified model solution with a subscription.
Coding & Leetcode-style QuestionsADIAConnect Four Static Board Win Check
2/5Tackle this reported Virtu Financial interview question designed to evaluate matrix traversal and pattern recognition skills. You are tasked with analyzing a standard two-dimensional grid representing a classic board game to determine if any player has successfully aligned four matching tokens horizontally, vertically, or diagonally. The exercise tests your ability to write clean boundary checks and conditional logic for grid-based games. Unlock the full problem breakdown and expert solution by subscribing.
Coding & Leetcode-style QuestionsVirtu FinancialAlternating Plus/Multiply on Even and Odd Index Streams
3/5This Goldman Sachs interview puzzle involves separating an array into distinct streams based on index parity and applying alternating arithmetic operations to each stream sequentially. You will need to compare the final arithmetic outcomes using specific modular criteria to determine the correct result string. The full problem description, constraints, and verified model solution require a subscription.
Coding & Leetcode-style QuestionsGoldman SachsMinesweeper Board Generation
2/5Explore a classic grid-based programming challenge reported during technical interviews at Block, where you must design a procedural generator for a popular retro puzzle game. This task requires you to strategically scatter hidden hazards across a two-dimensional matrix of specified dimensions while ensuring empty zones are correctly formatted. It tests your command over randomized positioning algorithms, matrix manipulation, and basic state initialization logic. Elevate your coding interview preparation by practicing this clean implementation exercise. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsBlockHorizontal Pod Autoscaler
3/5Tackle this practical resource management challenge reported during engineering interviews at Rubrik. You are tasked with simulating scaling events and updating capacity thresholds across a fleet of distributed micro-services based on an incoming stream of operational logs. This problem evaluates your proficiency in array manipulation, state tracking, and efficiently handling conditional updates over sequential commands. Mastering this scenario helps build robust automation logic for cloud infrastructure. The complete problem statement and model solution require a subscription.
Coding & Leetcode-style QuestionsRubrikHappy Number
2/5Solve this engaging mathematical puzzle frequently featured in coding evaluations at Snowflake. The task requires you to determine whether a given integer is delightful based on a repetitive digit-squaring transformation that either converges to unity or enters an infinite loop. This problem tests your understanding of cycle detection, numerical manipulation, and efficient state tracking. Practicing this challenge will strengthen your core algorithmic intuition. The complete problem statement and model solution require a subscription.
Coding & Leetcode-style QuestionsSnowflakeFlappy Bird (AI-Assisted Strategy OA)
3/5Prepare for this Coinbase online assessment question by building an intelligent navigation agent for a physics-based arcade simulation. You will write a decision-making function that processes live environmental updates to keep an avatar airborne past obstacles, leveraging your prompt engineering skills with an integrated coding assistant. This challenge tests your ability to translate continuous state variables into robust heuristic rules and real-time control strategies. The comprehensive breakdown, optimal control strategies, and complete model solution require a subscription.
Coding & Leetcode-style QuestionsCoinbaseAI Coding: Card Game — Three Cards Summing to 15
3/5Tackle this Meta interview puzzle involving a card-matching game where you must systematically discover combinations that add up to a target sum. You will progress through multiple implementation tiers, ranging from debugging initial draw mechanics to engineering efficient scoring algorithms and optimizing iterative subset selections under strict constraints. This exercise evaluates your proficiency with debugging asynchronous workflows, combinatorial logic, and clean code refactoring. Access to the full problem description, test harnesses, and model solution requires a subscription.
Coding & Leetcode-style QuestionsMetaFind Robot Position from Blocker Distances
3/5This spatial reasoning puzzle, featured in an Uber technical interview, requires finding specific robotic entities on a grid whose clearances to surrounding obstacles in all four cardinal directions match a given set of target measurements. It tests your ability to efficiently scan grid structures and calculate directional boundaries. The comprehensive problem description, optimal algorithmic approach, and complete tested solution are available exclusively to paid subscribers.
Coding & Leetcode-style QuestionsUberTraffic Light State Machine Design
2/5This Keysight coding interview question focuses on finite state machine design for a standard traffic signal system. You must implement a cyclical mechanism that transitions between distinct operational phases based on predefined temporal durations. The exercise evaluates your capability to manage state persistence, modular logic, and time-based progression accurately. Gain full access to the problem details, test cases, and model implementation by signing up for a subscription.
Coding & Leetcode-style QuestionsKeysightProportional Allocation Strategy Backtest
3/5Prepare for quantitative finance interviews with this Optiver assessment question, which requires building a portfolio simulation to backtest a daily momentum allocation strategy. Candidates must process historical performance data, calculate daily log returns, and accurately track statistical metrics while handling strict numerical bookkeeping. This exercise evaluates your ability to translate financial trading rules into robust code under timed constraints. Unlock the complete problem description and expert model solution by subscribing to our platform today.
Coding & Leetcode-style QuestionsOptiverImplement Minesweeper Game
3/5Recreate a classic arcade experience with this Clay interview question that asks you to build the core logic for a Minesweeper game. You will need to manage a dynamic grid, randomize hidden hazards, and implement recursive square-revealing behavior when empty areas are uncovered. This exercise assesses your matrix manipulation skills, state management, and ability to handle cascading game rules cleanly. Unlock the full implementation guide and comprehensive test cases by subscribing to our service.
Coding & Leetcode-style QuestionsClayTennis Match Scoring
3/5Reported as a Reddit coding interview challenge, this problem requires building a comprehensive sports scoring engine that progresses through increasingly complex rule sets, from basic point tracking to tiebreaks and multi-set match structures. It tests your object-oriented design skills and ability to manage state transitions cleanly under various game conditions. Unlock the complete specification, test harness requirements, and professional solution with a subscription.
Coding & Leetcode-style QuestionsRedditBank System Implementation
3/5This HubSpot technical interview task involves designing a digital ledger system that handles multiple account operations such as deposits, peer transfers, purchases, loyalty rebates, and user profile consolidations. The challenge examines your proficiency in designing clean data models, enforcing transactional integrity, and efficiently querying aggregate metrics like top spenders. You must ensure all operations update balances accurately while managing relational state changes. Gain immediate access to the full problem text and model implementation details with a paid subscription.
Coding & Leetcode-style QuestionsHubSpotGet Minimum Time
3/5Engage with a logistics optimization puzzle reported in technical evaluations at Publicis Sapient. The scenario involves transporting scattered items from various intermediate levels to a destination floor under specific travel time constraints and capacity limitations. The task evaluates your ability to formulate efficient greedy strategies or dynamic programming approaches for resource allocation. Unlock the complete problem details, algorithmic approach, and fully working code solution with a paid subscription.
Coding & Leetcode-style QuestionsPublicis SapientRock-Paper-Scissors Lineup
3/5Solve an engaging array manipulation puzzle simulating competitive hand gestures, a logic-based coding challenge reported during interviews at SoFi. This problem requires you to process sequential elements and determine the minimal adjustments needed for your choice to dominate a growing line of opponents under specific elimination rules. You will be tested on your ability to transition from a straightforward brute-force simulation to an optimized, pattern-recognizing algorithmic approach. Unlock the complete problem details and clean model solution with a paid subscription.
Coding & Leetcode-style QuestionsSoFiOptiCargo — Cargo-to-Flight Scheduling
4/5Encountered during rigorous hiring loops at Optiver, this complex logistics and scheduling challenge tests your capability to parse extensive pre-written codebases and implement sophisticated resource allocation strategies. You must build an engine that assigns cargo loads to flights while strictly adhering to strict departure schedules, plane capacities, and divisibility rules. The evaluation measures your code comprehension, greedy algorithmic thinking, and ability to optimize large-scale simulation models under time pressure. The complete problem statement and polished codebase solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsOptiverLunar Phase State Lookup
2/5This date-arithmetic interview puzzle, reported at Capital One, challenges you to determine cyclical lunar phases based on a calendar year's starting condition and specific temporal targets. By utilizing repeating seasonal intervals and a fixed eight-day lunar cycle, you must write a lookup function that accurately maps any given date to its corresponding celestial state. The task examines modular arithmetic, calendar manipulation, and edge-case handling for cyclical phenomena. Gain full access to the complete problem instructions and verified code solution with a subscription.
Coding & Leetcode-style QuestionsCapital OneBanking System with Transfers, Top Spenders, Delayed Payments, and Account Merging
4/5In this comprehensive Circle interview challenge, applicants must build a robust financial ledger system that handles multi-account operations, timed transactions, spending metrics, and account mergers. The task tests complex state management, temporal event processing, and efficient relational updates under strict concurrency and balance constraints. Building a clean architecture for these interdependent operations requires careful data structure selection. Reviewing the complete prompt, edge cases, and architectural solution demands a paid subscription.
Coding & Leetcode-style QuestionsCircleMinesweeper Board with Mine Counts
3/5Build a classic grid-based utility function reminiscent of technical rounds at Block, where you must programmatically populate a hazard-detection matrix. The assignment tests your matrix traversal abilities and neighborhood boundary checks to accurately compute adjacent threat tallies for every empty coordinate. Access to the full specifications, edge-case analysis, and a clean algorithmic solution requires a subscription.
Coding & Leetcode-style QuestionsBlockBuy Volumes in Prerequisite Order
3/5This reported Amazon coding interview question challenges you to simulate daily acquisitions of sequential items under strict dependency constraints. Candidates must efficiently track inventory arrivals and determine which items can be claimed each day based on previously acquired pieces. This exercise tests your ability to manage state and apply greedy selection rules over time. Access to the complete problem description and an optimized model solution requires a subscription.
Coding & Leetcode-style QuestionsAmazonTime Travel
2/5Featured as a reported interview question from ZipRecruiter, this problem evaluates basic sequential processing and conditional logic. You are asked to calculate the cumulative cost of transitioning through a chronological sequence of temporal waypoints based on specific directional rules. This challenge measures your ability to translate real-world constraints into clean arithmetic logic. The complete problem statement and verified model solution require a subscription.
Coding & Leetcode-style QuestionsZipRecruiterPhoto Album
3/5Master this engaging interview problem from FactSet, which revolves around simulating element insertions into a collection while managing dynamic shifts in position. You will need to reconstruct the final arrangement of items after sequentially placing each element according to its designated index. This exercise tests your proficiency with list manipulation and positional tracking. Reviewing the complete problem statement and efficient solution demands a subscription.
Coding & Leetcode-style QuestionsFactSetReduce by Adjacent Digit Sums
2/5This interview task challenges you to perform iterative sequence reductions based on numeric properties of adjacent elements. You must repeatedly transform a collection of digits by combining neighbors through modular arithmetic until only a final pair remains. This exercise tests your proficiency with array manipulation, simulation logic, and efficient reduction techniques while managing state transitions. To view the full problem statement, test cases, and a comprehensive code solution, a subscription is required.
Coding & Leetcode-style QuestionsAmazonSingle-Threaded CPU Task Scheduling with Priority Queue
3/5Reported from ByteDance technical rounds, this scheduling simulation problem requires you to manage a stream of incoming jobs with distinct arrival times and processing durations on a single-threaded processor. The challenge tests your ability to use priority queues and heap data structures to dynamically select the optimal available workload based on specific tie-breaking rules. You must efficiently advance time and track execution sequences under heavy constraints. Gain access to the full problem breakdown, performance optimizations, and tested model solution with a subscription.
Coding & Leetcode-style QuestionsByteDanceOrder Book Matching Simulation
3/5Encountered in Optiver recruitment assessments, this matching engine simulation tests your capability to process financial limit orders adhering to strict price-time priority rules. You are required to model a trading book where incoming buy and sell requests interact dynamically, demanding efficient use of heap structures to compute cumulative transaction prices. The scenario evaluates your proficiency in writing clean, high-performance simulation code under complex business rules. Unlock the complete problem guide, edge cases, and optimal solution by subscribing today.
Coding & Leetcode-style QuestionsOptiverShopping Cart Simulator
3/5This interview challenge from The Trade Desk requires you to design a functional cart simulator that handles standard e-commerce operations. You will need to implement mechanisms for appending merchandise, eliminating specific entries, calculating overall costs, and displaying inventory items in their exact insertion order. This exercise tests your ability to maintain state and choose appropriate data structures for sequential collections. Unlock the complete problem statement and professional model solution by purchasing a subscription.
Coding & Leetcode-style QuestionsThe Trade DeskCalculate Tax
2/5This Interactive Brokers interview question requires you to compute cumulative financial liabilities based on progressive taxation thresholds and individual earnings. You must parse multiple tier limits and percentage rates to accurately determine the total levy owed on a given amount of capital. This exercise evaluates your numerical computation skills, conditional logic, and capability to process structured sequential input data. Unlock the full problem description and precise model solution by subscribing.
Coding & Leetcode-style QuestionsInteractive BrokersSignal Pings
3/5This algorithmic puzzle, reported from technical evaluations at Fortinet, examines your understanding of array manipulation and sorting mechanics. You are given a sequence of state modifications on a binary collection, followed by a repetitive adjacent-swapping procedure that simulates bubble sort passes until fully ordered. The objective is to compute the exact number of iterative sweeps required after each sequential update. Access the complete problem text and a detailed algorithmic solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsFortinetRotting Oranges
2/5This classic grid-based simulation problem, frequently featured in Uber technical interviews, tests your proficiency with breadth-first search algorithms. You are given a matrix representing empty spaces, fresh produce, and spoiled items, where contamination spreads to adjacent cells at each time step. The goal is to determine the total duration needed to infect all reachable targets or identify if complete contamination is impossible. Unlocking the full problem description, algorithmic breakdown, and optimal code solution requires a subscription.
Coding & Leetcode-style QuestionsUberConnect-4-Style Board Game
2/5Step into this Airbnb interview question where you will program the classic drop-disc strategy game on a grid of configurable dimensions. The task requires managing player turns, simulating gravity so game pieces settle in the lowest available slots, and determining victory conditions across horizontal, vertical, and diagonal alignments. This exercise assesses your object-oriented design skills, matrix manipulation, and state machine logic. Unlock the complete problem breakdown and the clean model solution with a paid subscription.
Coding & Leetcode-style QuestionsAirbnbChinese Chess Horse Reachability with Blocked Legs
3/5Reported as an interview question at eBay, this grid-based pathfinding challenge adapts the movement rules of a traditional Chinese chess piece. You are tasked with determining whether a horse can successfully navigate to a target location on a restricted board while avoiding obstacles and accounting for blocked pivoting legs that restrict L-shaped jumps. The puzzle evaluates your graph traversal skills and spatial reasoning under custom movement constraints. Unlock the comprehensive problem statement and verified model solution with a subscription.
Coding & Leetcode-style QuestionseBaySimulate a Board Game
3/5Encountered as a technical interview question at Chime, this problem requires you to simulate a turn-based board game involving two players on a grid of configurable dimensions. You must correctly interpret a sequence of dynamic actions that include placing pieces and shifting existing ones in various directions, subsequently tracking the progression until a game outcome is reached. This exercise evaluates your state management, simulation design, and edge-case handling capabilities. Gain access to the full problem instructions and complete model solution through a subscription.
Coding & Leetcode-style QuestionsChimeBinary String Synchronous '01' -> '10' Replacement
3/5This Salesforce intern assessment challenge asks you to calculate the duration required for a binary string to stop changing as adjacent character patterns simultaneously shift over discrete time steps. It tests your ability to model state transitions and optimize string transformation processes. The full problem description and model solution require a subscription.
Coding & Leetcode-style QuestionsSalesforceCount Faulty Server Replacements
2/5Analyze system telemetry and track hardware reliability patterns in this practical coding puzzle reminiscent of Amazon technical screenings. The exercise requires you to parse sequential event logs, monitor state continuity across individual entities, and detect threshold violations triggered by consecutive failure markers. You will practice maintaining running counts and state resets efficiently while processing large streams of operational data. Discover the complete problem guidelines, edge-case analysis, and clean model solution by obtaining a subscription.
Coding & Leetcode-style QuestionsAmazonCalculate Bowling Game Score
3/5Simulate the complex scoring mechanics of a traditional ten-pin athletic game based on raw performance logs, as featured in interviews with The Trade Desk. This exercise challenges your ability to handle conditional bonuses, consecutive multi-roll multipliers, and special terminal frame rules within a sequential stream of inputs. You will need to structure your logic cleanly to correctly propagate future rewards back to earlier turns without missing edge cases. Gain access to the full problem text and validated solution through a subscription.
Coding & Leetcode-style QuestionsThe Trade DeskFractional Share Buy/Sell Inventory
2/5Featured in software engineering interviews at Robinhood, this practical simulation task requires candidates to process a chronological stream of fractional equity transactions and accurately maintain current portfolio holdings. Developers must handle decimal quantities and update asset inventories dynamically using appropriate data structures. This exercise evaluates state management, simulation design, and precision handling. Access to the complete problem statement and working model solution requires a subscription.
Coding & Leetcode-style QuestionsRobinhoodThe Oracles
3/5Delve into an algorithmic sequence generation puzzle highlighted in recent Rubrik interview loops, where you simulate growth operations and retrieve elements from an astronomically large virtual array without actually constructing it. The challenge demands clever indexing and mathematical reduction to handle massive scaling factors and lookup queries within strict performance limits. It evaluates your advanced recursion, lazy evaluation, and big-integer management skills. Unlock the comprehensive analysis and verified model solution with a subscription.
Coding & Leetcode-style QuestionsRubrikAccount Balance Manager
3/5This Stripe coding challenge simulates processing financial ledger events to evaluate state management, conditional transaction filtering, and shortfall coverage logic. Developers must parse sequential operations while safely handling constraints, rejections, and platform guarantees under various scenarios. Access the complete problem requirements and verified model solution with a paid subscription.
Coding & Leetcode-style QuestionsStripeTeam Voting: Popular Vote and Ranked-Choice Winner
3/5This Coursera interview question explores election systems by asking you to process a collection of weighted ballots to determine winners using both simple plurality and ranked-choice voting rules. It evaluates your data parsing capabilities, dictionary aggregation techniques, and logic for handling multi-tier candidate preferences and tie-breaking scenarios. You will need to implement robust counting mechanisms to correctly tally scores across diverse voting profiles. Unlocking the complete problem specification and reference implementation requires a subscription.
Coding & Leetcode-style QuestionsCourseraSubtract Two Numeric Strings (Big Integer Subtraction)
3/5In this algorithmic challenge reported from a Google interview, you must implement custom arithmetic subtraction for extremely large numbers represented as text strings that exceed standard primitive limits. The task tests your mastery of manual digit-by-digit computation, carry and borrow tracking, and sign management. You will also need to handle formatting nuances such as removing redundant leading zeros safely. Unlock the complete problem specification and optimal reference solution by getting a subscription.
Coding & Leetcode-style QuestionsGoogleValid Tic-Tac-Toe State (N×N Extension)
3/5Explore an advanced grid-based validation puzzle often featured in Snowflake technical interviews. This algorithmic challenge requires you to determine if a generalized board configuration could realistically occur through a legal sequence of alternating player turns. You will need to apply combinatorial logic and board-state analysis to verify winning conditions and rule compliance across arbitrary dimensions. Access the full problem details and expertly crafted solution with an active subscription.
Coding & Leetcode-style QuestionsSnowflakeFixed-Width Text Display / Text Justification
4/5This popular Otter.ai coding assessment tests your string manipulation and formatting skills by requiring you to arrange a sequence of words into uniform lines of a fixed character width. You will start with basic left-aligned wrapping before advancing to full typographic justification involving careful spacing adjustments. Gain access to the complete prompt requirements and the optimal model solution by subscribing today.
Coding & Leetcode-style QuestionsOtter.aiProcess Priorities After Execution
3/5Reported as an Amazon interview question, this task simulates a priority queue workflow where you iteratively locate duplicate high-value weights, remove elements based on their positions, and reduce values until a termination condition is reached. The exercise evaluates queue management and simulation logic. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsAmazonCompute Roller Coaster Overall Scores (Extensible Rules)
3/5This Zoox interview question focuses on parsing formatted text data and applying extensible business logic rules to calculate customized metrics. You will process string descriptors representing different categories, extracting numerical attributes to compute an overall performance score based on specific scaling and comfort formulas. The task tests clean data parsing, conditional logic routing, and modular code design. Access to the complete problem description and an optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsZooxCatch Speeders from Toll Logs
3/5This Headway interview challenge requires analyzing chronological transit logs to identify speeding violations across highway segments. You will track vehicle journeys through entry, intermediate, and exit toll checkpoints, calculating average velocities based on distance and timestamps. The problem tests your proficiency in event-driven data processing, time-interval calculations, and state management. Access to the complete problem description and an optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsHeadwayMeeting Rooms III (Most Booked Room)
4/5This ByteDance interview question tests your resource scheduling and allocation logic using a priority-based meeting room assignment system. You must process scheduled time intervals sequentially, assigning venues according to availability rules, tie-breaking indices, and conflict delay mechanisms. The challenge assesses your ability to maintain sorted states efficiently while tracking usage frequency metrics. Access to the complete problem description and an optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsByteDanceOA — In-Memory Banking System (4 Levels)
3/5This multi-level Ramp online assessment tests your backend system design and data manipulation skills through a progressive financial simulation. You will build an in-memory banking platform starting with fundamental account management and transaction handling, then advancing to dynamic volume-based rankings and automated scheduled rewards. Each tier introduces tighter operational constraints that challenge your ability to maintain clean, scalable code under pressure. To explore the complete multi-part prompt and review the comprehensive model implementation, a subscription is necessary.
Coding & Leetcode-style QuestionsRampHot Air Balloon Festival Simulation
3/5This Optiver simulation challenge evaluates your object-oriented programming and event-driven architecture design capabilities within a timed online assessment. You are tasked with tracking ascending and descending aerial vehicles, dynamically computing atmospheric wind velocities based on altitude formulas, and enforcing complex stability rules over chronological time steps. The problem emphasizes clean class design and state management under strict simulation constraints. Access to the complete architectural requirements and verified model solution requires a subscription.
Coding & Leetcode-style QuestionsOptiverStock Buy Sell Position Indicator
3/5Featured in a Hudson River Trading interview, this algorithmic challenge requires you to track dynamic state changes and trigger position adjustments based on specific sequential patterns. You will process numerical streams to detect predefined momentum rules while ignoring flat intervals to maintain an accurate running portfolio balance. This puzzle tests your stream processing logic and state management skills under precise behavioral constraints. Access the complete problem specification and optimal model solution through a subscription.
Coding & Leetcode-style QuestionsHudson River TradingGame of Life — In-Place and Infinite Board
3/5Explore the multi-dimensional complexities of Conway's cellular automation game in this classic algorithmic interview question frequently featured at Citadel. The challenge takes you through a progressive series of optimizations, moving from standard matrix manipulation to strict in-place memory constraints, handling massive grids, and eventually managing sparse or infinitely expanding board boundaries. It rigorously evaluates your spatial reasoning, bit-manipulation skills, and ability to scale algorithm performance under severe resource limits. Unlock the full problem details, step-by-step algorithmic progression, and optimal code solutions with a subscription.
Coding & Leetcode-style QuestionsCitadelBoard Score — Connected Areas × Crowns
3/5This Airbnb coding interview question requires calculating an aggregate score for a grid containing multi-attribute tiles encoding category types and value weights. Candidates must identify maximal connected components of identical terrain types, aggregate internal point distributions, and compute a final metric based on region size and cumulative values. Reviewing the complete problem details, graph traversal strategies, and the verified model solution requires an active platform subscription.
Coding & Leetcode-style QuestionsAirbnbSimulate the Monty Hall Problem
2/5This engaging Thumbtack interview problem asks you to write a simulation of a famous probability paradox involving three doors, a host, and a prize. You will model both switching and non-switching strategies over numerous trials to empirically calculate success rates and demonstrate statistical reasoning. The complete challenge specifications, simulation guidelines, and reference solution require a subscription.
Coding & Leetcode-style QuestionsThumbtackCount Players Reaching the End Without Being Caught
4/5This Hudson River Trading interview puzzle requires calculating how many participants can successfully navigate a linear pathway before a specified time limit while avoiding mobile barriers that periodically reverse direction. The task examines advanced simulation techniques, spatial reasoning, and time-dependent collision handling. Unlocking the full problem specifications and detailed solution requires a subscription.
Coding & Leetcode-style QuestionsHudson River TradingIP CIDR Firewall Filtering
3/5Master the logic behind sequential network access control by building an IP CIDR firewall filtering mechanism. Reported as an interview task at Amazon, this challenge tests your ability to parse address blocks, evaluate hierarchical rules in strict order, and handle allow-versus-deny precedence efficiently. You will need to design an algorithm capable of rapidly determining whether an arbitrary Internet Protocol address satisfies a complex list of range-based security policies. Unlock the full problem statement and expert-crafted reference solution by securing a subscription.
Coding & Leetcode-style QuestionsAmazonShipping Cost Calculator
3/5Featured as a Stripe interview problem, this exercise requires you to calculate cumulative shipping expenses for diverse customer orders using complex, tiered pricing structures defined per country and product. It assesses your proficiency in handling conditional multi-range logic, parsing structured JSON data accurately, and applying incremental pricing tiers correctly. Access the complete problem text and verified code solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsStripeMinimum Refueling Stops to Reach Target Planet (Full Tank at Stations)
3/5Reported from Numeric interview loops, this algorithmic puzzle challenges you to determine the fewest refueling stops necessary to navigate a spacecraft across a one-dimensional coordinate space to reach a destination planet. You must account for variable station locations, fuel consumption rates, and mechanisms that completely replenish your vessel tank upon stopping. Unlock the full challenge details and comprehensive solution by becoming a subscriber.
Coding & Leetcode-style QuestionsNumericValid 5-Card Poker Straight
2/5Asked during an Oracle Health screening process, this exercise requires you to evaluate a hand of playing cards to check if they form a valid sequence of consecutive values with flexible handling for face cards and aces. It assesses foundational data manipulation, conditional logic, and mapping techniques within a timed coding environment. Unlock the full prompt and complete code solution by getting a subscription.
Coding & Leetcode-style QuestionsOracleRomanizer
2/5This common interview task from BNP Paribas challenges software engineers to transform standard numerical values into their traditional Roman numeral counterparts. Participants must process a collection of integers and correctly map them following historical notation rules, handling subtractive combinations and repetitive symbols accurately. The exercise tests foundational algorithm design, looping mechanics, and conditional logic handling. The full problem statement, test suites, and optimized code solutions are available exclusively to subscribers.
Coding & Leetcode-style QuestionsBNP ParibasImplement Git Commit Layering
2/5This engineering assessment, featured in Figma hiring processes, requires candidates to manage a sequential history of version nodes, simulating core revision control behaviors. Developers must build routines capable of undoing recent changes by traversing backward through a linked list structure, as well as squashing multiple sequential modifications into a single unified node. The challenge evaluates pointer manipulation, list traversal, and state management skills. The full problem description, constraints, and professional model solution are locked behind a subscription.
Coding & Leetcode-style QuestionsFigmaCode Craft: Dasher Pay
3/5Calculate total earnings for delivery drivers based on chronological shift logs in this popular DoorDash interview scenario. The exercise evaluates your ability to process time-series data accurately while accounting for overlapping assignments and active duration tracking. You will need to design an efficient routine that handles state transitions and computes compensation proportionally to workload density. Unlocking the complete problem specification and reference implementation requires a subscription.
Coding & Leetcode-style QuestionsDoorDashProcess Add-Remove Cart Queries
2/5This Amazon coding challenge tests your ability to simulate dynamic list operations by processing a series of insertion and deletion instructions. You will need to manage elements sequentially, handling specific removal criteria based on absolute values while preserving the integrity of the remaining collection. This task evaluates fundamental data structure handling and algorithmic efficiency under sequential queries. Review the complete problem statement and optimal solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonSatellite Message Propagation
4/5This Optiver coding challenge simulates a complex satellite communication network where messages propagate through a graph with specific delay and routing rules. Candidates must model message forwarding hierarchies, timing constraints, and feedback reporting order using robust object-oriented design and graph algorithms. The problem tests advanced simulation techniques and careful handling of tie-breaking scenarios in real-time systems. Access the full problem details and model solution by subscribing.
Coding & Leetcode-style QuestionsOptiverSpiral Matrix Traversal
2/5Practice a classic matrix traversal problem frequently featured in Goldman Sachs coding rounds. The objective is to extract and sequence all elements of a two-dimensional grid by moving along the outer boundaries in a concentric, inward path. This task evaluates your spatial reasoning, index management, and boundary control under various dimensions. Reviewing the comprehensive problem breakdown and optimal code requires an active subscription.
Coding & Leetcode-style QuestionsGoldman SachsAlert Execution Engine with Threshold Checks and Repeat Notifications
3/5This systems programming challenge, commonly encountered in interviews at Chronosphere, involves designing a robust alert execution engine that periodically evaluates metrics against critical thresholds and manages notification cycles. Candidates must implement state management, configuration loading, and periodic polling while ensuring reliable notification delivery. Access the complete engineering guidelines, architectural considerations, and a comprehensive model solution with a paid subscription.
Coding & Leetcode-style QuestionsChronosphereRectangle Copy Inside a 2-D Array with O(1) Memory
3/5Encountered during Waymo onsite interviews, this algorithmic challenge requires shifting a sub-grid of data inside a two-dimensional matrix to a new location without allocating extra storage space. The core difficulty lies in handling overlapping source and destination boundaries correctly without corrupting data before it is read. Solving this puzzle efficiently tests your mastery of pointer manipulation, traversal direction, and constant-space constraints. To read the complete problem specifications and study the optimal implementation, please subscribe.
Coding & Leetcode-style QuestionsWaymoEasy Encryption and Decryption
2/5This engaging programming challenge, reported during interviews at General Motors, requires candidates to build a robust text transformation utility. The task involves designing bidirectional routines that can securely scramble and restore strings using customizable shift offsets while gracefully managing letters, numbers, and symbols. It is an excellent exercise for practicing string manipulation, ASCII arithmetic, and validation logic. To explore the complete problem statement and view an optimized model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsGeneral MotorsObstacle Course Run Analytics (Personal Best, Best-of-Bests, Monte Carlo)
4/5In this Headway interview challenge, you will build an analytics pipeline for an obstacle course timing application to process runner metrics and historical data. The task tests your debugging skills and ability to compute personal records, aggregate statistics, and probabilistic outcomes from incomplete runs. You will need to write clean, maintainable object-oriented code to handle edge cases in performance tracking. Unlock the full challenge details and the comprehensive model solution by subscribing today.
Coding & Leetcode-style QuestionsHeadwayRound-Trip Mission Schedule
2/5Featured in a classic CodeSignal assessment reported during Uber hiring, this scheduling challenge requires calculating the absolute earliest completion time for multiple round-trip journeys between two locations with fixed timetables. Candidates must efficiently simulate transit intervals and waiting periods using sorted departure timelines to minimize total duration. Mastering this scenario requires smart pointer manipulation and time-interval logic. Unlock the complete problem statement and optimal solution code with a subscription.
Coding & Leetcode-style QuestionsUberGrid Flower Placement
3/5Reported as a Google interview task, this puzzle involves arranging botanical items across a matrix subject to specific spatial spacing rules. Candidates must determine valid configurations or find the peak density of placements while respecting adjacency restrictions between items. This exercise evaluates spatial reasoning, backtracking, and constraint satisfaction techniques. Access the complete problem description, complexity analysis, and verified model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsGoogleRepeated Leading-Nonzero Prefix Subtraction
4/5Reported from Capital One technical screenings, this algorithmic challenge centers on simulating a repetitive array transformation process until all elements reach zero. You must iteratively locate active leading elements and conditionally modify subsequent entries while tracking cumulative totals. This task evaluates your simulation logic, array manipulation efficiency, and conditional boundary management. Get the full problem breakdown, optimization strategies, and a complete tested solution by subscribing.
Coding & Leetcode-style QuestionsCapital OneBitFont Bitmap Character Renderer
3/5This Stripe interview question tests your ability to manipulate grid data and string formatting by building a custom text renderer using bitmap character definitions and run-length encoding. You will need to process character matrices, concatenate glyphs horizontally according to specific layout rules, and handle encoded data streams efficiently. The complete problem statement, comprehensive test cases, and optimal model solution require a subscription.
Coding & Leetcode-style QuestionsStripeCodeSignal SWE OA (Spring 2026 Bank)
4/5This ByteDance technical assessment featured on CodeSignal challenges candidates with a diverse set of algorithmic tasks ranging from memory management simulation to subarray parity counting. You will navigate through multiple distinct problems testing your data structure manipulation, interval logic, and procedural coding speed under time pressure. Reviewing these multi-part screening problems helps refine your ability to tackle diverse software engineering assessment formats. Unlock the complete problem set and verified solutions with a subscription.
Coding & Leetcode-style QuestionsByteDanceZigzag String Conversion
3/5Featured in Amazon technical interviews, this string manipulation puzzle requires you to rearrange characters of a given text into a diagonal meandering pattern across a specified number of rows and then reconstruct it sequentially. It tests your ability to navigate multi-dimensional indices, manage directional state transitions, and handle boundary conditions efficiently without excessive memory overhead. Unlock the complete analytical write-up, optimal runtime strategies, and reference solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonEvent Time
3/5This interview scenario from ZipRecruiter challenges you to model a queuing system where arrival times, processing durations, and strict capacity limits dictate whether individuals abandon the line. The task evaluates your understanding of discrete simulation, priority handling, and queue management under dynamic conditions. Access the full problem details and production-ready solution by getting a subscription.
Coding & Leetcode-style QuestionsZipRecruiterList Manipulation based on JSON Input
3/5This interview task, highlighted by Ironclad, requires candidates to transform a structured list of objects by applying a series of sequential insertion, deletion, and modification commands provided in a payload format. It assesses your data manipulation capabilities and logical precision when dealing with hierarchical formats. To explore the complete problem specifications and detailed solution code, subscribe today.
Coding & Leetcode-style QuestionsIroncladAlert Engine with Threshold Timers and Repeated Notifications
4/5Reported as a challenging system design and coding task from Chronosphere, this problem requires building an automated notification engine that tracks time-series metrics against specific duration thresholds and repeat intervals. It tests your ability to manage state, time windows, and event-driven logic reliably. Unlock the full problem description and complete architectural solution by purchasing a subscription.
Coding & Leetcode-style QuestionsChronosphereTotal Requests After Server Replacements
2/5Simulating dynamic system updates over time is a popular format for technical assessments at companies like Amazon. This problem requires you to track shifting resource identifiers across daily operations and efficiently compute aggregated metrics for each interval. The task challenges your ability to maintain state updates and optimize lookup performance under changing conditions. Access to the complete problem text and the official model solution requires an active subscription.
Coding & Leetcode-style QuestionsAmazonRetention Policy Collision
3/5Managing hierarchical data dependencies and overlapping constraints is a frequent challenge in enterprise software engineering interviews at Box. This problem explores how governance directives migrate across infinite tree structures and assesses your ability to detect rule conflicts. The exercise tests advanced tree traversal techniques, interval management, and spatial tracking algorithms. Unlock the complete problem statement and the professional reference solution with a paid subscription.
Coding & Leetcode-style QuestionsBoxProbability of Rolling a 1 First
3/5This reported interview question from Agoda challenges candidates to evaluate stochastic processes and probability theory using simulation techniques. You will work with two dice possessing different face counts, repeatedly rolling them until a specific target value appears. The core task involves estimating both the likelihood of a designated die hitting the target first and the average duration of the game. It tests your grasp of random sampling, statistical convergence, and iterative modeling. The complete problem statement, comprehensive test cases, and a verified model solution require a subscription.
Coding & Leetcode-style QuestionsAgodaShopping and Billing
3/5Explore a queue-management simulation puzzle frequently encountered during candidate evaluations at WeWork. This scenario examines how patrons sequentially choose the shortest waiting line at multiple service stations, requiring you to compute precise departure timestamps based on arrival schedules and processing durations. It evaluates your proficiency with priority queues, heaps, and efficient state tracking. Access the complete problem description, architectural breakdown, and fully developed code solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsWeWorkInventory Allocation by Bid Priority
3/5In this online assessment question from Amazon, you must distribute a constrained resource pool among competing purchase requests based on financial priority and deterministic tie-breaking rules. The scenario simulates a fair allocation engine where higher bids take precedence and secondary rounds handle remaining quantities sequentially. This problem examines your ability to simulate complex business logic using custom sorting and priority queues. Reviewing the complete prompt, edge cases, and optimal solution requires an active subscription.
Coding & Leetcode-style QuestionsAmazonBox Fro-yo (Flavor Changer)
2/5In this reported Box interview challenge, candidates must compute the shortest path on a circular arrangement of frozen yogurt flavors. The task evaluates your spatial reasoning and modulo arithmetic skills to find the minimum clockwise or counterclockwise distance between items. It tests your ability to handle wrap-around indices cleanly and efficiently. The complete problem statement and optimal source code solution require an active subscription.
Coding & Leetcode-style QuestionsBoxGet Minimum Time for DNS Resolution
3/5Evaluating caching strategies and lookup times is a fundamental skill for optimizing network resource retrieval. Featured in a Walleye technical screening, this simulation problem requires you to calculate cumulative latency while managing a fixed-size domain name resolution cache under streaming queries. The assessment tests your command of data structures like queues or hash maps alongside your algorithmic efficiency in tracking cache hits and misses. Access the complete problem description and model code solution by getting a subscription.
Coding & Leetcode-style QuestionsWalleyeDesign a Time-based Broadcast Service for Company Subscribers
3/5This Attentive interview question challenges candidates to build a scheduled notification dispatching platform that tracks time-based records and targets. Programmers must effectively organize scheduled messages alongside follower registries, triggering updates dynamically as timelines progress. This problem evaluates your ability to handle asynchronous events, manage time constraints, and coordinate data structures for efficient lookup and delivery. To master the optimal scheduling strategy and inspect the complete code implementation, access the full problem details with a subscription.
Coding & Leetcode-style QuestionsAttentiveMaximum Number of Operations on String
3/5This MathWorks interview question examines advanced string transformation logic and greedy algorithmic techniques. Candidates are asked to compute the upper limit of allowable modifications on text sequences based on specific character matching rules. This task assesses your capability to recognize patterns, manipulate character arrays efficiently, and optimize sequential decision-making. Discover the optimal strategy and review the complete source code by getting a subscription.
Coding & Leetcode-style QuestionsMathWorksMatrix Zig-Zag Traversal
3/5This Cisco interview question focuses on matrix manipulation and directional traversal patterns. Candidates are challenged to extract and print a two-dimensional grid of elements following a diagonal zig-zag path. This exercise evaluates your index management, boundary condition handling, and ability to translate complex geometric patterns into clean iteration loops. Access the full problem breakdown and verified solution code by securing a subscription.
Coding & Leetcode-style QuestionsCiscoFlights
3/5This algorithmic simulation models a sequence of round trips between connected locations using strict scheduling rules, as asked in interviews at The Trade Desk. You must compute arrival and departure timestamps across multiple legs while always selecting the earliest possible travel option until all required journeys conclude. The challenge tests your ability to manage chronological events and simulate iterative processes efficiently. Review the complete problem statement and optimal solution by acquiring a subscription.
Coding & Leetcode-style QuestionsThe Trade DeskRound Price to Nearest Valid Tick
3/5This numerical mapping problem deals with financial tick resolution across segmented valuation boundaries, frequently encountered in Akuna Capital interviews. Given a set of valid intervals with distinct granularities, your task is to snap any arbitrary floating-point number to the closest permitted discrete level while respecting boundary conditions. It tests your mathematical reasoning, edge-case management, and floating-point precision handling. Unlock the full problem specifications and model implementation by subscribing.
Coding & Leetcode-style QuestionsAkuna CapitalPlants Pesticide - Days Until Stable
4/5This Walmart Labs interview question presents a fascinating simulation challenge where elements in an array interact with their neighbors over multiple rounds based on specific numerical conditions. You need to model simultaneous eliminations and sequence contractions efficiently until a steady state is reached. The puzzle evaluates your skill in managing dynamic collections and optimizing iterative state transformations. Access to the full challenge details and the complete working solution requires a subscription.
Coding & Leetcode-style QuestionsWalmart LabsMinesweeper Reveal
3/5Practice this Pinduoduo coding interview challenge where you must simulate state transitions on a two-dimensional grid based on user interaction coordinates. The task evaluates your graph traversal skills, recursion or queue management, and ability to handle cascading reveals when interacting with blank areas or numbered safety clues. You must carefully manage different cell states and boundary conditions to ensure accurate board updates. Unlock the complete problem statement and an optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsPinduoduoTennis Rounds: Print Round Winners
2/5Simulate a competitive single-elimination sports bracket in this engaging coding challenge frequently asked during Uber technical interviews. The task evaluates your ability to manage arrays, perform round-by-round simulations, and handle hierarchical data pairing based on participant rankings. Additionally, it tests your capacity to construct structured seeding arrangements for balanced tournament trees. Gain full access to the complete problem analysis, edge cases, and clean model solution by obtaining a subscription.
Coding & Leetcode-style QuestionsUberMarkdown Table of Contents
2/5Tackle a practical text parsing challenge commonly featured in JPMorgan assessments by building an automated document indexing tool. This exercise tests your proficiency in string manipulation and hierarchical data organization by requiring you to scan document lines and construct a properly nested table of contents based on specific heading indicators while filtering out irrelevant text. Mastering this problem enhances your ability to process structured text efficiently. Unlock the full problem description and verified model solution with a paid subscription.
Coding & Leetcode-style QuestionsJPMorganProgressive Marginal Tax Calculator
3/5This Interactive Brokers coding challenge requires implementing a precise progressive marginal tax calculator given a sorted structure of financial brackets and cutoffs. The exercise evaluates your ability to segment numerical values accurately, iterate through boundary conditions, and accumulate fractional totals according to tax regulations. Unlocking the complete problem description, edge-case datasets, and the optimal model solution requires a paid subscription.
Coding & Leetcode-style QuestionsInteractive BrokersBird Collecting Sticks
3/5Featured in Amazon technical rounds, this simulation challenge places you in the perspective of an avian creature gathering wooden elements scattered across a linear forest. Starting from a designated position, the bird alternates directions, picking up the initial twig encountered on each sweep until a cumulative length threshold is reached. The exercise assesses your mastery of array traversal, conditional logic, and state tracking. To view the complete prompt specifics and the optimal solution code, a paid subscription is required.
Coding & Leetcode-style QuestionsAmazonChecksum-Based Chunk Validation
3/5Master string parsing and block processing techniques frequently featured in technical evaluations at Google. This problem evaluates your ability to segment sequential text data into uniform fragments and compute arithmetic signatures based on character mapping rules. You will need to carefully handle boundary conditions and apply efficient transformations. Explore the complete problem description and expert model solution with a paid subscription.
Coding & Leetcode-style QuestionsGoogleBabylon Tile-Stack Merge Game
4/5Prepare for rigorous onsite algorithm rounds with this challenging combinatorial game puzzle previously asked during engineering interviews at Google. You will simulate a strategic two-player board activity involving colored stack merges governed by specific height and composition constraints. Solving this requires deep game theory logic, state tracking, and careful move evaluation. Gain access to the complete ruleset and optimal algorithmic strategy by subscribing today.
Coding & Leetcode-style QuestionsGoogleLexicographically Minimal String via Remove-and-Reinsert Increment
4/5Tackle advanced string manipulation and greedy optimization strategies in this challenging puzzle featured in technical screens at Amazon. The exercise challenges you to strategically extract and modify numeric characters within a sequence to achieve the lexicographically smallest arrangement possible through iterative operations. It tests your ability to maintain ordered structures and make optimal local choices that yield global results. Unlock the full problem specifications and a step-by-step model solution with a paid subscription.
Coding & Leetcode-style QuestionsAmazonMinimum Removal Rounds by Smallest Response Time
3/5Featured in IBM interviews, this problem challenges you to simulate a deletion process where the smallest remaining response time is repeatedly removed alongside its immediate neighbors until the collection is empty. This tests your implementation skills with priority queues and dynamic neighbor tracking. Unlock the complete problem statement, optimal algorithmic approach, and model solution with a subscription.
Coding & Leetcode-style QuestionsIBMLexicographically Largest Sequence via State Flips
4/5Reported as an engaging puzzle from Amazon technical rounds, this problem evaluates your ability to construct the optimal numerical sequence through dynamic state transitions and greedy choices. Candidates must iteratively select available elements while simulating a cascading unlock mechanism that modifies availability flags for subsequent steps. It examines advanced manipulation of sequences, state tracking, and strategic decision-making under changing constraints. Access to the complete problem description, edge-case analysis, and an expert-written model solution requires an active subscription.
Coding & Leetcode-style QuestionsAmazonProcess Starvation Time
3/5Reported as a Goldman Sachs coding challenge, this problem asks you to calculate the waiting periods for elements processed in reverse order based on their priority levels. It tests your ability to efficiently identify relative dominance and compute duration metrics using stack-based or monotonic algorithmic patterns. This exercise evaluates your knack for handling reverse chronological dependencies and queue dynamics under strict constraints. Gain immediate access to the full problem statement and expert solution by subscribing.
Coding & Leetcode-style QuestionsGoldman SachsFind Strictly Decreasing 8-Hour Weather Periods for Equatorial Cities
3/5This Verse Medical interview challenge requires combining relational database queries with external weather forecasting data to analyze temperature trends. Candidates must write robust logic to identify specific consecutive hourly cooling periods specifically tailored for geographical locations near the equator. This problem tests your ability to process asynchronous API payloads alongside structured SQL datasets efficiently. Unlock the complete problem description and an optimized model solution by purchasing a subscription.
Coding & Leetcode-style QuestionsVerse MedicalAdd Two Strings with a Single-Digit Adder
2/5This Two Sigma interview challenge evaluates your ability to combine individual numerical digits to perform full-scale addition on text-based representations of large integers. Candidates must demonstrate careful carry management and explain the performance trade-offs of their approach. Access to the comprehensive problem description and optimal algorithmic walkthrough requires a paid subscription.
Coding & Leetcode-style QuestionsTwo SigmaVM Inventory Rental Revenue — Heap Simulation
3/5This Amazon interview question challenges candidates to simulate a dynamic resource rental system using priority queue concepts. You must repeatedly extract and update stock quantities based on running maximum and minimum inventory metrics while accumulating total revenue efficiently. The exercise tests your ability to optimize greedy simulations with heap data structures under performance constraints. Unlock the complete problem text and an optimized reference solution with a subscription.
Coding & Leetcode-style QuestionsAmazonRemove Adjacent Duplicates in String (k=3 then general k)
3/5This Attentive interview question explores text manipulation by requiring candidates to repeatedly eliminate consecutive repeating character sequences of a specified length. As characters disappear, newly formed adjacent duplicates must also be collapsed until the text reaches a stable state. The problem evaluates your mastery of stack-based data structures and algorithmic efficiency for string processing tasks. Unlock the full problem details and a comprehensive expert solution by getting a subscription.
Coding & Leetcode-style QuestionsAttentiveChecksum Aggregator
3/5In this Fortinet coding interview question, candidates must compute modular arithmetic aggregations across all possible identifier pairs in a distributed network simulation. The challenge requires designing an efficient mathematical approach to avoid performance bottlenecks caused by nested iteration over large datasets. This problem tests your number theory knowledge and ability to optimize complex summations. Unlock the full problem description and a thoroughly explained model solution with a subscription.
Coding & Leetcode-style QuestionsFortinetOne-edit string transform with operation output (add/move/replace/delete)
3/5Asked during interviews at Jerry, this string manipulation puzzle challenges you to figure out if one piece of text can be converted into another using exactly one modification, insertion, deletion, or relocation maneuver. The task tests your attention to detail and ability to systematically check multiple character transformation rules. Unlock the full problem definition and reference solution with a paid subscription.
Coding & Leetcode-style QuestionsJerryRotate an n x m Matrix 90 Degrees Clockwise
2/5Frequently encountered in Google technical screens, this exercise requires you to take a rectangular grid of arbitrary dimensions and transform its orientation by turning it a quarter-turn clockwise. It tests multidimensional array indexing and spatial awareness without relying on square matrix constraints. To read the full problem description and explore the model solution, subscribe today.
Coding & Leetcode-style QuestionsGoogleRobot Vacuum 8-Direction Grid
3/5In this multi-phase traversal challenge frequently featured at Pinterest, you must track the movement of an automated cleaning device across a two-dimensional grid in eight possible directions. The task ramps up in complexity from navigating an unobstructed area to handling a blocked partition and finally coordinating the simultaneous paths of two cooperating units. This puzzle thoroughly tests your mastery of graph exploration algorithms and state-space search strategies. Unlock the full problem statement and complete code implementation with a paid subscription.
Coding & Leetcode-style QuestionsPinterestChain Booking — Max Cascading Reservations
3/5This Airbnb interview question presents a fascinating cascading reservation puzzle where selecting a single starting point triggers a chain reaction of bookings based on spatial radii. Candidates must model the listings as a graph and determine the optimal initial choice that maximizes the total number of activated nodes through recursive propagation. The challenge assesses advanced graph traversal, connectivity, and optimization skills. Unlock the complete problem requirements and the optimal algorithmic solution by subscribing.
Coding & Leetcode-style QuestionsAirbnbBattery Usage with Recharge Cycles
3/5Featured in recent Capital One technical interviews, this simulation problem models energy management for a device operating over a prolonged period using a pool of interchangeable batteries with varying capacities and recharge durations. The core task is to track power depletion and replenishment cycles to determine the minimum number of swaps needed, or whether the target runtime is entirely unachievable. It tests your capability to design priority queues and manage discrete event simulations. The full challenge description and expert implementation details require a subscription.
Coding & Leetcode-style QuestionsCapital OneResize Stacked Rectangles — Distribute Height
3/5Reported as a challenging Figma screen question, this algorithmic task requires you to distribute a signed dimension adjustment across an ordered stack of vertical blocks while respecting strict minimum height boundaries. Candidates must carefully handle positive and negative deltas using greedy simulation logic, with advanced follow-ups addressing coordinate consistency. It thoroughly evaluates array manipulation and edge-case management under rigid layout rules. The comprehensive problem guide and clean reference solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsFigmaMaximum Number of Eaten Apples
3/5Reported as an interview question at Apple, this algorithmic puzzle explores greedy resource management over a timeline of perishable items. You are given daily yields of provisions that degrade and expire after varying durations, and the objective is to maximize the total quantity consumed by strategically prioritizing items closest to expiration. The challenge tests your ability to maintain dynamic collections and make optimal local choices. Unlock the full problem details, optimal algorithmic strategy, and complete solution code with a subscription.
Coding & Leetcode-style QuestionsAppleMinimum Insertions to Form Repeated abc Pattern
2/5This string manipulation problem, highlighted in IBM technical screenings, requires you to calculate the fewest character additions necessary to transform an arbitrary lowercase string into a repeating sequence of a specific pattern. You must preserve the relative order of the original characters without relying on deletion or replacement operations. The challenge tests your pattern-matching logic and sequential state tracking to count missing components accurately. To access the full problem details and comprehensive code solution, a subscription is required.
Coding & Leetcode-style QuestionsIBMRecipe Shopping Cart (Ingredients Still Needed)
3/5This Decagon interview scenario asks you to calculate missing ingredients and respective quantities by comparing a user selected set of recipes against their current pantry inventory. The exercise tests your ability to aggregate hierarchical data, manage inventory states, and perform precise dictionary lookups or arithmetic difference operations. It measures your backend logic formulation and data manipulation skills under real-world constraints. Unlock the full problem specifications and the optimal solution by purchasing a subscription.
Coding & Leetcode-style QuestionsDecagonIn-Memory BIN Prefix Database with Trust-Aware Field Merging
4/5This intricate systems-design and data-structure challenge, reported from Square interviews, requires building an in-memory prefix lookup engine with hierarchical trust resolution. You must handle concurrent write semantics, data source overrides, and priority-based field merging for payment card identifiers. It examines your ability to design custom trie structures and apply complex business rules efficiently in memory. Access to the full problem description and the complete model solution requires a subscription.
Coding & Leetcode-style QuestionsSquareSWE / QSE OA — IPO Share Allocation
3/5Simulate a fair stock distribution process where public offering shares are allocated to competing investors based on pricing hierarchy and submission timestamps. Documented from a Two Sigma online assessment, this coding task requires careful sorting, queue management, and iterative simulation to handle tied bids and remaining inventory correctly. It tests your ability to translate complex business rules into clean, deterministic code. Unlock the full challenge details and reference solution by purchasing a subscription.
Coding & Leetcode-style QuestionsTwo SigmaLaser Grid Robot Max Safe Run
2/5Encountered in a Capital One interview, this grid navigation puzzle asks you to compute the maximum distance a robot can travel in a straight path before encountering a hazard created by intersecting laser beams. You need to carefully account for protected starting zones and grid boundaries while analyzing board coordinates. This scenario assesses your ability to handle matrix boundaries, spatial reasoning, and condition checking efficiently. Unlock the full problem details and expert model solution with a paid subscription.
Coding & Leetcode-style QuestionsCapital OneImplement Tic-Tac-Toe
2/5As reported in an Airwallex interview, this coding challenge invites you to design a fully functional Tic-Tac-Toe game on a standard three-by-three grid that tracks player moves and instantly determines winning conditions. You will focus on efficient state tracking to validate rows, columns, and diagonals dynamically after every turn without unnecessary board scans. This problem evaluates your object-oriented design principles and real-time game logic implementation. Unlock the complete problem definition and model solution by getting a subscription.
Coding & Leetcode-style QuestionsAirwallexCows and Bulls (Guess the Number)
2/5Master the implementation of the classic guessing game where secret digits must be evaluated against player attempts to produce accurate positional and value matches, featured as an onsite coding assessment at Shopify. This problem examines your string manipulation abilities, hash map usage, and simulation logic while emphasizing robust input handling and unit testing practices. It is a fantastic exercise for honing foundational programming skills and edge-case management. Unlock the complete problem breakdown and verified model solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsShopifyDebounce a Search-Box Keystroke Stream
3/5Master a classic client-side engineering problem frequently encountered in mobile development roles by implementing a trailing-edge debounce mechanism for an interactive search keystroke stream. The objective is to process a chronological list of input timestamps and determine the exact moments network triggers should fire after user typing pauses for a designated interval. This exercise evaluates your understanding of asynchronous event handling, stream transformations, and timing logic essential for responsive application design. Secure full access to the comprehensive problem explanation and code solution with a subscription.
Mobile Engineering (Android/iOS)MobileMax Coins with Tokens Moving Along a Line
3/5Tackle this engaging pathfinding puzzle frequently reported in technical interviews at Google, where a moving agent collects valuable items along a constrained corridor. The challenge evaluates your understanding of linear traversal, boundary limitations, and obstruction handling to maximize resource acquisition before getting blocked. The complete problem description, detailed test cases, and reference solution require a subscription.
Coding & Leetcode-style QuestionsGoogleFind Timed-Out Activities
2/5This Google interview question asks you to evaluate a continuous stream of timestamped actions to identify which entities have exceeded an inactivity threshold. It tests your proficiency in managing state and tracking temporal gaps efficiently in dynamic datasets. Unlock the full problem description and complete solution with a paid subscription.
Coding & Leetcode-style QuestionsGoogleFinal Position After Data Transfers
1/5In this straightforward simulation puzzle reported from Amazon interviews, you are tasked with tracking the movement of data across a sequence of relocation tasks. Starting from a baseline origin, you must evaluate conditional state transitions governed by interval parameters to determine the final destination. It serves as a great exercise for testing basic iteration logic and conditional control flow. To view the complete challenge details and verified code solution, a subscription is required.
Coding & Leetcode-style QuestionsAmazonStock Tick Store with Updates and Percentage Changes
3/5In this Lead Bank interview puzzle, you are asked to design an in-memory database capable of managing financial asset records with support for historical lookups, value overrides, and percentage calculations. You must handle data mutations while maintaining track of which entries have been modified over time. This challenge assesses your capability to design robust state-management systems and perform precise arithmetic transformations. Discover the full problem specifications and optimal implementation by subscribing.
Coding & Leetcode-style QuestionsLead BankExclusive Time of Functions
3/5Featured in Uber technical screenings, this problem asks you to calculate the net execution duration for multiple routines running on a single processing unit based on sequential start and completion logs. The challenge tests your proficiency with stack-based data structures and timeline tracking, requiring you to properly isolate active processing periods from nested sub-calls. Access to the full problem description, edge-case breakdowns, and a verified model implementation requires a paid subscription.
Coding & Leetcode-style QuestionsUberFilter Strings by Rarest Max-Character Proportion and Unique Common-Chars, Then Concatenate
3/5In this Moveworks interview scenario, you must process a collection of text strings by analyzing character frequency proportions, identifying rare subsets based on specific criteria, and performing targeted string manipulations and concatenations. This task tests your data aggregation skills, frequency map handling, and conditional filtering logic. Reviewing the complete requirements, hidden constraints, and the optimal algorithm requires an active subscription.
Coding & Leetcode-style QuestionsMoveworksArray Plus One with Large-Input Follow-Up
2/5Numerical manipulation of sequential data structures is a classic screening exercise, as seen in this technical interview prompt from Intuit. Candidates must implement logic to increment a large numeric value stored page-by-page as an array of digits while handling complex carry propagation and potential boundary expansions. The discussion also addresses scaling considerations for massive inputs that exceed standard memory limits. Unlock the full problem specifications and optimal code implementation with a paid subscription.
Coding & Leetcode-style QuestionsIntuitKey Sum Management
3/5Hierarchical data management and sequential update propagation are tested in this sophisticated algorithmic challenge reported from Rubrik. The exercise requires maintaining a tree-like network of keys where nodes can be dynamically appended and batched value modifications apply across entire depth levels. It evaluates your expertise in designing custom tree structures and handling cascading updates efficiently. Access to the full problem text and the complete reference solution requires an active subscription.
Coding & Leetcode-style QuestionsRubrikImplement the 2048 Game (Board Move/Merge and Game Over Detection)
3/5Mastering grid-based puzzle mechanics is essential for this popular Glean interview challenge, which asks you to simulate the core rules of a sliding tile game. Candidates must programmatically handle directional shifts, combine identical adjacent values according to specific merging logic, and determine when no valid moves remain to trigger a game over state. This exercise evaluates your ability to manage matrix transformations and edge cases efficiently. Accessing the complete problem description, architectural breakdown, and optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsGleanEmployee Training Status + Group Tree Aggregation
3/5This Vanta interview problem requires you to evaluate employee compliance status regarding security training across specified windows and aggregate these metrics hierarchically across organizational group trees. You will build logic to compute exact overdue days for individuals and roll those statistics upward to calculate cumulative headcounts and total delays for overarching departments. The challenge tests your ability to handle date arithmetic alongside recursive tree traversal and data aggregation. Access the full problem details and a clean model solution by subscribing today.
Coding & Leetcode-style QuestionsVantaWeekly Working-Hours Time Slot Generator
3/5In this Stripe interview question, you are given a date range and a weekly schedule of working hours to expand into a chronological list of concrete availability intervals. The task tests your ability to handle calendar date boundaries, map recurring weekly rules to specific dates, and emit structured time slots in the correct sequence. You will need to write robust parsing and generation logic to handle edge cases in scheduling data cleanly. Access the complete problem specification and an optimal model solution through a subscription.
Coding & Leetcode-style QuestionsStripePascal's Triangle
2/5Featured as a technical interview task at Ericsson, this coding problem challenges you to construct the classic mathematical arrangement known as Pascal's Triangle up to a given row limit. You will need to apply iterative logic to properly calculate and format the inner values while ensuring boundary conditions are correctly handled for every generated row. This exercise assesses your fundamental array manipulation abilities and algorithmic thinking. Unlock the full problem statement and a robust model solution with a subscription.
Coding & Leetcode-style QuestionsEricssonOA — Digital Recipe Manager (4 Levels)
3/5As part of a multi-tiered coding assessment reported at Ramp, this progressive project management challenge requires you to build a functional recipe database system with increasing complexity across four distinct stages. You will implement core CRUD operations alongside case-insensitive name validation and structured data retrieval, testing your software architecture and state management skills under a strict timeframe. To explore the complete multi-level requirements and a comprehensive model solution, a subscription is needed.
Coding & Leetcode-style QuestionsRampBoard Coloring and Query Processing
3/5This grid-based query processing problem, reported in interviews with PayPay, challenges you to manage cell color states on a board while dynamically searching for the nearest available white spaces in multiple cardinal directions. You will need to design an efficient data structure capable of handling frequent state modifications and rapid directional lookups without performance degradation. It thoroughly examines your algorithmic efficiency and spatial reasoning abilities. Unlock the complete problem details and optimal implementation with a subscription.
Coding & Leetcode-style QuestionsPayPayCard Game Gem Affordability and Discount Calculation Functions
3/5This game-logic implementation challenge, featured in Brex interviews, requires you to build core transactional functions for a board game involving resource affordability, inventory updates, and discount computations. You will write robust logic to verify resource limits, modify player holdings safely, and calculate economic benefits based on card properties. The task tests your precision in state management and foundational function design. To view the full problem specification and reference solution, a subscription is required.
Coding & Leetcode-style QuestionsBrexOptimize Stock Transactions by Offsetting to Minimize Records
4/5This IMC Trading interview question challenges you to optimize large-scale financial transaction logs by eliminating redundant intermediate steps. Working with a bulky dataset of stock exchange records containing fees, your goal is to consolidate offsetting trades while preserving final account balances and keeping output size to a minimum. It examines your data processing efficiency, stream handling, and algorithmic optimization skills. Get the full problem breakdown and expert solution with a subscription.
Coding & Leetcode-style QuestionsIMC TradingFigJam Table — Selection & Set Color
3/5This frontend system design challenge, frequently encountered in technical interviews at Figma, requires you to architect a flexible digital canvas table component that handles hierarchical selection states and layered visual properties. You will need to implement data structures and simulation logic that correctly resolve style overrides across entire grids, individual rows, and specific cells as user selections shift. This question evaluates your proficiency in object-oriented modeling, state management, and clean API design for interactive applications. Access the full architectural requirements and reference implementation by obtaining a subscription.
Coding & Leetcode-style QuestionsFigmaLast to Be Checked
3/5This interview task from The Trade Desk simulates an arrival queue with capacity limits and service bottlenecks, asking you to determine the exact timestamp when the final person completes processing. The problem tests your ability to model real-world queuing systems and handle discrete event timelines. Unlock the full problem statement and expert solution with a subscription.
Coding & Leetcode-style QuestionsThe Trade DeskLexicographically Largest Generated Array
3/5Examine a sophisticated sequence generation puzzle reported from Amazon coding assessments that tests advanced algorithmic thinking and dynamic state management. The challenge requires constructing the lexicographically largest possible output array through constrained element selection and state-dependent propagation rules over multiple rounds. It evaluates a candidate's ability to optimize greedy choices while handling cascading dependencies. The complete problem breakdown and verified model solution require a subscription.
Coding & Leetcode-style QuestionsAmazonBuffet Restaurant Entry/Exit Billing with Capacity Constraints
3/5This Upstart coding interview question simulates a restaurant entrance and exit tracking system governed by strict spatial limits and financial transactions. Developers must process a chronological stream of patron events while enforcing occupancy restrictions, calculating admission fees upon initial entry, and handling denied access scenarios correctly. The challenge evaluates state management, simulation logic, and efficient data structure usage to handle event streams. To access the full problem details, constraint breakdowns, and the official code solution, a subscription is necessary.
Coding & Leetcode-style QuestionsUpstartPhone Battery Discharge Scheduling in Cyclic Order
3/5In this Roblox interview question, candidates must schedule resource allocation and recharging cycles for a sequence of hardware components operating under strict cyclic constraints to meet a target runtime duration. The problem models power depletion and recovery timelines, requiring developers to simulate time progression accurately while respecting mandatory rotation orders and idle delays. It tests simulation design, priority management, and logical tracking of state over time. Access to the full problem text, edge cases, and model solution requires an active subscription.
Coding & Leetcode-style QuestionsRobloxCredit Card Command Processing and Validation
3/5This practical validation and state management problem, reported from Chime interviews, requires building a robust transaction processing engine. Candidates must parse structured input commands, validate account identifiers against specific formatting rules, and maintain running balances for various financial operations. The task tests your ability to handle edge cases, error logging, and data integrity within a simulated banking environment. To view the complete requirements, test cases, and the verified model implementation, a subscription is required.
Coding & Leetcode-style QuestionsChimeLast Stone Weight
2/5This engaging simulation problem, reported from FactSet interviews, requires modeling a repetitive reduction process using a collection of weighted items. Candidates must repeatedly extract the heaviest elements, simulate their collision outcomes, and update the working pool until few or none remain. The challenge evaluates your ability to implement priority queues and manage dynamic collections efficiently under iterative rules. Access to the full problem breakdown, optimal data structure choices, and the complete model solution requires a subscription.
Coding & Leetcode-style QuestionsFactSetEncode String to Morse Code
2/5This interview challenge, recently featured in Oscar Health hiring assessments, tests your ability to manipulate strings and apply dictionary lookups by translating standard alphabetic text into its corresponding Morse code representation. Candidates must process textual data efficiently and construct a properly formatted output sequence according to predefined translation rules. Practicing this exercise helps build foundational text-processing skills commonly evaluated in screening rounds. To explore the complete problem description along with a fully optimized reference solution, consider upgrading to a paid subscription.
Coding & Leetcode-style QuestionsOscar HealthTask Query by Time and Name Filter with Sorting
3/5Featured in Circle coding interviews, this challenge requires you to filter and order a collection of active records based on temporal constraints and text matching criteria. You must design an efficient filtering routine that evaluates items valid at a specific timestamp and sorts the output according to strict rules. This exercise tests your proficiency in data manipulation and sorting algorithms. Discover the full problem details and complete model code by purchasing a subscription.
Coding & Leetcode-style QuestionsCircleRefund Waterfall Across Payment Methods
3/5Simulate complex financial transaction logic with this Airbnb interview puzzle regarding refund distributions. Candidates must allocate refund amounts across historical payment records by prioritizing specific funding methods and chronological recency rules. This exercise evaluates custom sorting criteria and precise state management. Unlock the complete problem walkthrough and optimal code solution by subscribing.
Coding & Leetcode-style QuestionsAirbnbEnumerate All Games of 4x4 Three-in-a-Row
3/5This Decagon interview question explores combinatorial game theory by asking you to enumerate all valid move sequences for a restricted board game variant. The challenge assesses your skills in recursive backtracking, state space search, and efficient termination tracking under custom winning conditions. You will need to handle deep branching factors while avoiding redundant state evaluations. Access the full problem details and algorithmic solution by purchasing a subscription.
Coding & Leetcode-style QuestionsDecagonRandomly Assign Ads to Browser Positions with Per-Ad Frequency Caps
3/5This reported interview question from eBay focuses on designing an ad placement mechanism that maps promotional content to various page slots for a specific user while adhering to strict per-item frequency caps. The task requires tracking historical impressions and ensuring that individual limits are never exceeded during the allocation process. It tests your ability to manage state and implement clean, rule-based filtering logic in a practical web context. Unlock the complete challenge details and verified code solution with a subscription.
Coding & Leetcode-style QuestionseBayLongest Suffix of Programs That Fit the Slots
3/5This reported interview question from Amazon challenges you to determine the longest contiguous suffix of software programs that can be successfully scheduled into a fixed sequence of time slots. Programs must run sequentially, and any item that exceeds the remaining duration of the current slot rolls over to the next. The exercise tests your capability to optimize array processing and efficiently compute valid subsequences under capacity constraints. Get full access to the comprehensive problem breakdown and model solution by subscribing.
Coding & Leetcode-style QuestionsAmazonFind Last Affected System
3/5In this reported interview question from Wells Fargo, you must track the elimination sequence of networked systems arranged in a ring and infected by a spreading virus that systematically skips a fixed number of nodes. The goal is to identify the very last system remaining in the network after all others have been disabled. This problem assesses your understanding of circular data structures, modular arithmetic, and simulation techniques. Unlock the detailed problem description and professional solution with a subscription.
Coding & Leetcode-style QuestionsWells FargoSeat Assignment (Exam Room without leave)
3/5This reported interview question from Uber requires you to implement a seat allocation class for a linear row of seats where occupants are permanently placed to maximize their distance from the nearest neighbor. The challenge simulates an exam room environment with no departures, meaning the occupied set continually grows over time. It tests your ability to maintain dynamic intervals and choose optimal positions efficiently using appropriate data structures. Gain full access to the complete problem text and expert solution through a subscription.
Coding & Leetcode-style QuestionsUberSplit Message Into Limited-Length Chunks With Indexed Suffix
3/5In this engaging string-formatting challenge reported during Faire interviews, you must divide a lengthy text into smaller segments adhering strictly to a maximum character length per line. Each resulting piece requires an appended numerical suffix indicating its sequence, which alters the available space dynamically. This problem assesses your string parsing logic, greedy allocation strategy, and edge-case handling for boundary conditions. The complete problem text and reference implementation are available exclusively to subscribers.
Coding & Leetcode-style QuestionsFaireSimulate Chairs Required for Customer Events
2/5Reported as a Goldman Sachs technical question, this problem requires you to track resource allocation and reuse based on a chronological stream of events. You will simulate seating availability where arrivals utilize open spots or trigger new inventory acquisitions, and departures replenish the available pool. This exercise tests your capability to manage state changes and maintain running totals efficiently through sequential character processing. The complete problem statement and verified code solution require a subscription.
Coding & Leetcode-style QuestionsGoldman SachsConnect Four: Can This Move Win
3/5This Snowflake interview question challenges you to simulate a standard grid game and determine if a freshly placed disc creates a winning line of four consecutive pieces horizontally, vertically, or diagonally. You will need to efficiently check surrounding matrix boundaries and directions while handling invalid placement attempts. The complete problem statement and fully optimized model solution require a subscription to access.
Coding & Leetcode-style QuestionsSnowflakeCompress a text editor operation stream into insert/delete/skip operations
3/5Featured in Replit interview loops, this problem asks you to take a sequence of low-level text editing actions and compress them into a streamlined set of higher-level instructions. The challenge tests your proficiency in string manipulation, state tracking, and optimization algorithms under cursor boundary conditions. Unlock the full problem statement, test cases, and complete solution code by subscribing today.
Coding & Leetcode-style QuestionsReplitCalculate Amount Paid in Taxes
1/5In this Snowflake coding interview task, you are tasked with calculating progressive income tax liabilities across a tiered structure of varying brackets and percentages. Candidates must iteratively compute portions of a financial figure that fall into successive boundaries until the total levy is accurately accumulated. This question serves as a straightforward yet practical test of conditional logic and numerical iteration. Access the full problem walkthrough and verified solution by subscribing today.
Coding & Leetcode-style QuestionsSnowflakeProportional Allocation Backtest
3/5This quantitative development challenge from Optiver requires building a backtesting engine that simulates portfolio performance over historical price sequences using a predefined proportional allocation strategy. You will need to compute net asset values across multiple time periods while accurately tracking capital allocation rules. The exercise evaluates your numerical programming proficiency and domain understanding of financial backtesting systems. Unlock the complete technical specifications and reference implementation by securing a subscription.
Coding & Leetcode-style QuestionsOptiverGenerate 5-Minute Day-Time Codes
2/5Featured in DoorDash interviews, this problem requires you to generate a sequence of structured timestamp codes representing five-minute intervals between a given start and end schedule. You must correctly parse day names, handle 12-hour AM and PM transitions into a 24-hour format, and correctly map them into a compressed numerical representation. The challenge tests your datetime manipulation skills and edge-case handling for boundary conditions. Unlock the full prompt and optimal solution code with a subscription.
Coding & Leetcode-style QuestionsDoorDashExpression Tree Single-Leaf Mutation
3/5This Google interview question requires evaluating a boolean logic tree and efficiently recalculating the root outcome following individual leaf value mutations. It assesses tree traversal strategies, state caching, and the ability to minimize redundant computations. Unlock the full problem specification and expert solution by subscribing today.
Coding & Leetcode-style QuestionsGoogleText Editor String Operations: Insert, Delete, Get Character
2/5This GEICO interview problem requires you to design and implement a core set of operations for a text editor. You'll need to support efficient insertion of characters at specific indices, deletion of character ranges, and retrieval of individual characters. The challenge lies in choosing and implementing a data structure that can handle these dynamic string modifications effectively, ensuring good performance for all operations. This tests your understanding of data structures suitable for mutable sequences. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsGEICOGolden Chain Split After Removing One Link
3/5This Google coding problem describes a "golden chain" as a sequence of consecutive links. The core task is to analyze how this chain splits into segments when a single link is removed at a specified position. You need to compute characteristics of the resulting pieces, such as their lengths or the values they contain. This question primarily assesses your ability to manipulate array-like structures, handle boundary conditions, and correctly identify contiguous segments after an element's removal. It's a straightforward test of array indexing and basic logic. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsGoogleAI Coding: Maze Solver (BFS to Keys/Doors to Bombs)
4/5This Meta interview question is a comprehensive, multi-stage challenge focused on AI-enabled maze solving. Starting with debugging existing code, you'll progressively enhance a pathfinding algorithm. The problem evolves from basic traversal to incorporating complex elements like keys and doors, and eventually dealing with obstacles such as bombs. This tests your ability to apply graph traversal algorithms like BFS or DFS, manage intricate game states, and incrementally build a robust solution while identifying and fixing issues. It's a deep dive into algorithmic problem-solving. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsMetaUser Trust Score from Transaction Logs
3/5This Affirm interview question challenges candidates to process transaction logs in two stages. First, identify users who demonstrate consistent activity across multiple days and exhibit a diverse range of order types. Subsequently, for a new transaction, calculate a "trust score" by analyzing a user's past purchasing behavior, considering both the types of items bought and the typical spending amounts. This problem assesses your ability to handle data processing, pattern recognition, and potentially streaming data concepts. The full problem statement and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsAffirmSimulate Stack
3/5In this Rubrik coding challenge, you are given two sequences of numbers: one representing the order in which elements are pushed onto a stack, and another representing a potential order in which elements are popped. The task is to determine whether the given popped sequence could realistically be generated from the pushed sequence using only valid stack operations. This problem assesses your understanding of stack data structures and your ability to simulate their behavior to validate a sequence of operations. The full problem statement and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsRubrikSequential Pipeline Job Completion
3/5This Plaid coding challenge focuses on optimizing resource allocation within a multi-stage processing pipeline. You need to calculate the total number of jobs that can be fully completed within a given time limit. The pipeline stages must execute sequentially, but within each stage, multiple workers can process jobs in parallel. This problem tests your ability to manage time constraints, understand parallel execution dynamics, and efficiently schedule tasks across different stages. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsPlaidPrint numbers not divisible by 5 or 7
2/5This Bank of America interview question challenges candidates to implement a basic numerical filter. You'll need to write code that processes a sequence of integers up to a given upper bound. The core task involves applying specific exclusion criteria: numbers that are multiples of either five or seven should be skipped. This problem assesses fundamental programming concepts such as loops, conditional statements, and arithmetic operations, ensuring a solid grasp of iterative logic. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsBank of AmericaSpiral Matrix
3/5This Pinduoduo coding challenge requires you to navigate a two-dimensional grid in a specific pattern. Given an m x n integer matrix, your goal is to extract all its elements by traversing them in a clockwise spiral sequence, beginning from the top-left corner. This problem primarily tests your ability to handle matrix boundaries and implement precise traversal logic, often involving managing multiple pointers or boundary variables. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsPinduoduoNext Notification Date Calculation
3/5This Zillow interview question focuses on practical date and time calculations. You are provided with a current date, a specific day of the month for notifications, and a frequency (either monthly or quarterly). Your task is to accurately determine the very next upcoming notification date based on these parameters. This problem evaluates your ability to handle calendar logic, including month and year transitions, and apply conditional rules for different notification schedules. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsZillowReverse the Order of k-Groups in a Linked List
3/5Reported from a ByteDance interview, this challenge involves manipulating a singly linked list by partitioning it into fixed-size segments and reversing the sequence of those segments as whole units while keeping the internal node order intact. The task tests your pointer manipulation skills and ability to handle edge cases like incomplete trailing groups. Careful index tracking and modular list reversal logic are essential for success. Unlock the full problem details and expert model solution with a subscription.
Coding & Leetcode-style QuestionsByteDanceReformat Table Data
3/5Reported from a Kanerai interview, this practical coding exercise requires you to dynamically parse and restructure tabular data. You must shift columns while preserving data integrity and handling whitespace variations within text fields robustly for future modifications. The task evaluates your data wrangling capabilities and script flexibility when dealing with unstructured or semi-formatted records. Upgrade your account to view the full problem statement and clean code solution.
Coding & Leetcode-style QuestionsKaneraiStairs vs Elevator Energy Trade-off
3/5In this Uber interview scenario, you are asked to optimize the energy expenditure and time trade-off of ascending a multi-story building using a combination of elevators and stairs. The puzzle evaluates your optimization techniques, mathematical modeling, and constraint handling as stamina depletes dynamically with each step. You must find the optimal split point that minimizes the difference between transit modes while keeping energy non-negative. Unlock the full challenge details and comprehensive solution with our paid plan.
Coding & Leetcode-style QuestionsUberHouse Segments After Deletions
3/5Featured in Capital One technical interviews, this problem asks you to track the number of contiguous property segments remaining on a number line after a sequence of destruction events. As specific locations are systematically removed, you must efficiently calculate how the overall grouping count changes at each step. This challenge evaluates your ability to design efficient data structures and manage dynamic connectivity or interval merging operations. Unlock the comprehensive problem details and optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsCapital OneLog File API Statistics
3/5This reported interview question from Gusto evaluates your ability to process and analyze server log files. You will need to parse unstructured text records, handle dynamic user identifier wildcards within route paths, and aggregate specific request metrics efficiently. The challenge tests string manipulation, regular expression matching, and hash map aggregation techniques under realistic backend scenarios. To view the complete problem statement, comprehensive test cases, and a fully functional model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsGustoBoxes, Keys & Candies (OOD)
3/5This Airbnb object-oriented design and traversal puzzle simulates navigating through a nested hierarchy of containers, keys, and rewards. You are tasked with modeling a flexible class architecture while determining the maximum collection possible under lock-and-key constraints. The challenge emphasizes clean domain modeling, recursive graph exploration, and state management in an interview setting. To examine the full problem requirements, architectural guidelines, and complete object-oriented solution, a paid subscription is required.
Coding & Leetcode-style QuestionsAirbnbFind a Straight Flush From a List of Cards
3/5Encountered in Pinduoduo technical screenings, this card game puzzle challenges you to identify valid poker combinations from a large collection. You must determine whether a subset of five elements forming a consecutive rank sequence of identical suits can be selected within given constraints. This question tests your combinatorial reasoning, frequency counting, and bucket sorting proficiency. Access the full problem details and optimized algorithmic solution with a paid subscription.
Coding & Leetcode-style QuestionsPinduoduoApply Price Adjustment Queries
2/5This Amazon coding challenge requires you to manage a dynamic collection of numerical values subject to two distinct types of update operations. You must efficiently handle targeted index assignments alongside batch floor-raising modifications that elevate any values below a threshold. The problem evaluates your command over data structures, algorithmic complexity optimization, and range-update management. Discover the full problem statement and complete, tested model solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsAmazonSimulate Safe Lane Change With Longitudinal Dynamics
3/5This driving simulation scenario, frequently asked in Zoox interviews, requires you to evaluate spatial safety margins for an autonomous vehicle attempting a lane change. You must process longitudinal kinematic states such as positions, velocities, and accelerations to determine whether a maneuver meets strict safety thresholds. The exercise assesses your ability to translate real-world physical rules into clean simulation logic. The complete problem breakdown and verified code solution require a subscription.
Coding & Leetcode-style QuestionsZooxDrone Delivery on a Hub Ring — Minimum Travel
3/5Determine the optimal travel path for an autonomous delivery drone navigating a circular network of hubs, a classic routing puzzle reported in Amazon coding interviews. This challenge tests your capability to compute directional costs, handle wrap-around conditions, and account for edge cases in circular topologies efficiently. Perfecting this algorithmic approach enhances your proficiency in spatial reasoning and optimization techniques. Access to the full problem statement, test cases, and model solution requires a subscription.
Coding & Leetcode-style QuestionsAmazonApproximate Pi Using Monte Carlo (Quarter Circle)
2/5Explore probabilistic numerical methods through this Veeva Systems interview challenge that asks you to estimate mathematical constants using randomized coordinates within a bounded geometric area. This exercise tests your proficiency in applying statistical sampling techniques and geometric formulas to compute floating-point approximations efficiently. To view the complete problem statement, underlying mathematical principles, and clean reference implementation, please unlock your account with a paid subscription.
Coding & Leetcode-style QuestionsVeeva SystemsRobot Room Navigation Take-Home
3/5Simulate complex grid traversal logic governed by custom directional rules, obstacles, and environmental tags in this comprehensive Tesla engineering take-home assignment. This challenge evaluates your pathfinding capabilities, state management, and proficiency in parsing structured ASCII maps from standard input to produce precise navigational paths. Gain access to the full problem description, architectural best practices, and expert model solution through a paid subscription.
Coding & Leetcode-style QuestionsTeslaWordle Game in React
3/5Build a fully interactive Wordle browser game using React, a common frontend frontend interview task seen at EvenUp. This exercise requires managing complex application states, handling asynchronous API verifications for user guesses, and dynamically updating UI components with color-coded feedback based on character accuracy and placement. It thoroughly evaluates your component architecture and state management expertise. Gain access to the complete project requirements, boilerplate setup, and complete reference solution with a subscription.
Coding & Leetcode-style QuestionsEvenUpImplement Ultimate Tic-Tac-Toe
4/5Mastering complex game logic is essential for this popular Hebbia interview question, which challenges candidates to implement a multi-layered board game featuring nested grids and strict move-constraint mechanics. This exercise tests state management, board validation, and conditional rule enforcement across interconnected sub-games. Candidates must design an efficient class structure capable of tracking active sub-boards and determining overall victory conditions under tight constraints. Access to the complete problem breakdown and optimal model solution requires a paid subscription.
Coding & Leetcode-style QuestionsHebbiaSingle-Threaded CPU Task Scheduling
3/5Effective resource allocation and priority management are tested in this Roblox interview question centered around single-threaded CPU scheduling. Programmers must design an execution scheduler that processes incoming workloads based on arrival times, duration requirements, and deterministic tie-breaking rules. This challenge evaluates proficiency with priority queues, event-driven simulation, and optimizing throughput for idle processing units. Gaining access to the full problem text and optimal solution requires a subscription.
Coding & Leetcode-style QuestionsRobloxMerchant Fraud Score Rules Engine
3/5In this Stripe interview simulation, candidates face a practical rules engine design problem centered around computing merchant fraud scores based on dynamic transaction criteria and configurable rules. The challenge tests your architectural skills in structuring data models, evaluating conditional actions, and maintaining running totals efficiently within a complex transaction processing pipeline. To explore the full design discussion, architectural patterns, and complete implementation solution, a paid subscription is required.
Coding & Leetcode-style QuestionsStripeLighthouse Light Propagation
3/5Master spatial propagation mechanics in this engaging coding challenge frequently reported during Pinterest technical interviews. Candidates are tasked with tracking how directional illumination spreads across a two-dimensional layout while obstacles and boundaries obstruct the path. This problem evaluates your ability to implement efficient grid traversal techniques and handle line-of-sight conditions cleanly. To view the complete prompt description and examine a fully optimized reference implementation, an active subscription is required.
Coding & Leetcode-style QuestionsPinterestDesign a Thread-Safe Leaky Bucket Rate Limiter
3/5This concurrency and system design challenge, reported from Box interviews, asks you to build a thread-safe rate limiter based on the leaky bucket algorithm to regulate throughput under heavy loads. You must correctly manage resource capacity, time-dependent token depletion, and concurrent access synchronization to handle request validation safely. Gaining access to the full problem specifications and the expert model solution requires a paid subscription.
Coding & Leetcode-style QuestionsBoxSort Documents on a 2D Plane
3/5In this Figma software engineering interview challenge, applicants must sort visual documents distributed across a two-dimensional space based on their horizontal positions and boundaries. Follow-up requirements introduce vertical layout arrangements and hierarchical parent-child containment structures to test advanced spatial sorting algorithms. Detailed problem parameters and complete programmatic solutions are reserved for subscribers.
Coding & Leetcode-style QuestionsFigmaOOD: Random Bingo Card Generator
3/5Tackle a practical system design and object-oriented programming challenge frequently reported during Uber onsite interviews, where you must dynamically generate a specialized grid game card. This exercise tests your ability to manage complex state constraints, probabilistic placement rules, and strict dimensional boundaries across rows and columns. Building a clean, modular solution requires careful class design and robust logic handling. Unlock the full architectural breakdown and comprehensive code solution by securing your subscription today.
Coding & Leetcode-style QuestionsUberImplement Card Purchase With Gem Costs and Hand-Based Color Discounts
3/5Designing game mechanics and resource management systems makes for engaging coding challenges, such as this interview question reported from Brex. You will build a purchasing validation mechanism that evaluates multiple currency types and applies inventory-based discounts using stored assets. This exercise tests your ability to handle complex conditional logic, state modeling, and multi-attribute objects cleanly. Get immediate access to the full problem text and optimal solution by securing a paid subscription.
Coding & Leetcode-style QuestionsBrex.NET OA: 3^x * 5^y Count and Decreasing Subarrays
2/5Featured in an IBM technical screening, this dual-part coding challenge tests your capability to handle mathematical number generation and sequence analysis. The first portion requires identifying integers expressible through specific exponential factors within a given numeric range while preventing overflow errors. The second part focuses on scanning an array to count contiguous segments meeting strict descending criteria. Mastering these tasks demands solid arithmetic reasoning and linear scan techniques. Access to the full problem description and complete model solutions requires a subscription.
Coding & Leetcode-style QuestionsIBMRepeated Sliding Window Sum Until One Element Remains
3/5Featured in a VMware technical assessment, this problem explores iterative array reduction through sliding window aggregations. You are required to repeatedly process a sequence by summing elements across overlapping windows using a defined step size until only a single value remains. This puzzle tests your ability to manage iterative transformations, simulate reduction processes, and handle boundary constraints effectively. Discover the complete problem guidelines, constraints, and professional model solution with a subscription.
Coding & Leetcode-style QuestionsVMwareWord Guessing Game (Wordle-style)
3/5Build a popular letter-matching word puzzle application from scratch, incorporating validation logic, iterative guessing mechanics, and positional feedback cues. Featured in Shopify hiring loops, this coding challenge assesses your string manipulation abilities, state management, and algorithmic thinking for simulating interactive games. Gain immediate access to the full problem description, test cases, and expert solution by purchasing a subscription.
Coding & Leetcode-style QuestionsShopifyApply Document Edit Events (Line-based Insert/Delete)
3/5Encountered in ClickUp interviews, this task simulates text editing by applying sequential line-based insert and delete events to a multi-line document. You are tasked with correctly maintaining indices and updating the content dynamically in chronological order. This challenge tests your array manipulation efficiency and state management capabilities. Gain full access to the problem requirements and expert solution code through our subscription plan.
Coding & Leetcode-style QuestionsClickUpText Justification — Print as Table
3/5This Airbnb interview challenge focuses on string formatting and layout arrangement, where candidates must transform a collection of text blocks into uniform, bordered table rows with strict boundary limits. The exercise evaluates text parsing abilities, handling word wrap constraints, avoiding orphaned punctuation, and formatting output cleanly. Programmers need to carefully manage spacing and constraints without splitting individual words across boundaries. Unlocking the complete exercise instructions along with an expert code solution requires a paid subscription.
Coding & Leetcode-style QuestionsAirbnbHighway Sensor Journey Count
3/5Featured in a practical technical evaluation at SoFi, this problem requires candidates to debug existing test suites and analyze transportation telemetry logs. You will work with timestamped records from highway checkpoints to track vehicles from entry points to exits, successfully counting fully completed journeys. This exercise tests your debugging instincts, code comprehension, and ability to aggregate sequential event logs accurately. Unlock the complete problem breakdown and expert solution by securing a paid subscription today.
Coding & Leetcode-style QuestionsSoFiDisplay Sort
3/5Encountered during Figma interviews, this geometric sorting task challenges you to arrange UI elements based on their spatial positioning on a canvas. The objective is to establish a natural reading order by grouping components into rows using vertical overlap rules and sorting horizontally from left to right. This puzzle tests your mastery of spatial algorithms, coordinate geometry, and transitive grouping logic. Gain full access to the comprehensive problem guide and clean code solution with a subscription.
Coding & Leetcode-style QuestionsFigmaPackage Shipping Queue
2/5This Amazon interview question involves managing a first-in-first-out data structure to process package shipments under specific batch constraints. You are asked to handle insertion queries while periodically fulfilling bulk dispatch operations that remove items in fixed quantities or return fallback indicators when inventory is insufficient. This scenario evaluates your ability to design robust queue operations and handle edge cases gracefully. View the complete problem statement and verified model solution by subscribing now.
Coding & Leetcode-style QuestionsAmazonInterval Sign Flips
2/5Reported as a JPMorgan coding challenge, this problem requires you to systematically invert numerical signs across specified subarrays within a larger collection. Candidates must process multiple range operations efficiently, balancing straightforward simulation against optimized approaches like difference arrays for large datasets. This task assesses your understanding of interval manipulation and performance optimization techniques. Unlock the full problem details and expert model solution by obtaining a subscription.
Coding & Leetcode-style QuestionsJPMorganRotate a Square Matrix 90 Degrees Clockwise
2/5This Amazon interview challenge requires you to take a square grid of data and perform a clockwise rotation of ninety degrees directly within the existing memory allocation. The core difficulty lies in manipulating array indices accurately to shift elements along their proper circular paths without utilizing extra storage space. Access the comprehensive problem walkthrough and fully tested reference solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsAmazonData Locations After Moves
2/5Examine a position-tracking simulation puzzle highlighted in Amazon interview rounds. This task involves updating and maintaining element coordinates through a sequence of relocation steps while correctly tracking the final occupied slots in sorted order. It assesses your ability to efficiently manage collections and manipulate tracking maps under dynamic changes. Discover the complete problem guidelines and clean architectural solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonIdle Skills Per Query Window
3/5This Amazon coding problem challenges you to track inactive competencies across multiple sliding time windows given a stream of historical request logs. Candidates must design an efficient lookup strategy to count how many skills remained completely untouched during specific historical intervals. The exercise evaluates your proficiency with interval manipulation, timeline processing, and time-complexity optimization. Gain access to the full problem statement and optimized model solution by upgrading your account.
Coding & Leetcode-style QuestionsAmazonSimulate Connect Four
3/5Reported as a technical interview task at Square, this challenge requires you to build a simulation engine for a grid-based alignment game. You must manage a two-dimensional layout, process piece placements dynamically, and continuously evaluate win conditions across orthogonal alignments using traversal techniques. It tests your state management and matrix manipulation capabilities under game rules. Unlock the full question description and verified model solution with a subscription.
Coding & Leetcode-style QuestionsSquareCount All Tic-Tac-Toe Game Sequences
3/5Asked during Decagon interviews, this combinatorial puzzle asks you to compute every possible unique sequence of turns in a traditional grid game. Rather than just looking at final outcomes, you must track the chronological order of moves for both participants, accounting for early terminations triggered by winning alignments or full boards. It examines your depth-first search strategy and combinatorial counting skills. To view the complete problem statement and reference solution, a subscription is required.
Coding & Leetcode-style QuestionsDecagonQueue with Out-of-Order UUID Events and Snapshots for Correct Prefix Mean
3/5Reported as a Headlands Technologies interview question, this challenge involves designing a specialized queue that handles asynchronous records, historical state corrections, and continuous statistical computations. It tests advanced data structure design, state synchronization, and efficient handling of out-of-order data streams. The full problem statement, test harnesses, and complete reference implementation are available exclusively to subscribers.
Coding & Leetcode-style QuestionsHeadlands TechnologiesSpeed-Limit RL Reward from Trajectory Samples
3/5This reinforcement learning simulation task, reported from Tesla interviews, asks you to design a custom reward function that penalizes speed limit infractions using raw trajectory data sampled at high frequencies. You will reason about trajectory tensors, evaluate various penalty formulations based on duration and magnitude of violations, and adapt to dynamic speed limit changes over time. Get full access to the complete problem specification and reference code with a subscription.
Coding & Leetcode-style QuestionsTeslaAdd Two Numbers in Forward Order
2/5This reported Amazon interview question challenges you to compute the sum of two large numbers whose digits are presented in standard left-to-right order. Instead of parsing the entire structures into primitive integers, you must manually perform column-by-column addition while properly managing carries from highest to lowest significance. This exercise evaluates your proficiency in handling linked lists or array sequences and managing edge cases like leading zeros. Access to the complete problem breakdown and optimal implementation requires a paid subscription.
Coding & Leetcode-style QuestionsAmazonBanking System API Simulation (Variant)
3/5This HubSpot coding challenge requires you to build an in-memory banking transaction simulation engine that processes a sequential list of financial API requests accurately and efficiently. The task tests your command of data structures, state management, and string parsing to handle operational requests in the correct chronological order. Gain instant access to the complete interview prompt and tested code solution by purchasing a subscription.
Coding & Leetcode-style QuestionsHubSpotMinesweeper Game Logic
3/5This Lyft frontend loop coding question requires you to implement the core algorithmic engine of a classic Minesweeper game without worrying about graphical user interfaces. You will need to handle map expansions, cascading safe cell reveals, and win or loss condition checks using traversal algorithms like breadth-first or depth-first search. Access the full problem details and expert-crafted solution by subscribing today.
Coding & Leetcode-style QuestionsLyftConnect-4 Grid: Drop, Remove Groups, Apply Gravity
3/5Presented in Snowflake interviews, this problem tasks you with simulating a dynamic board game where tokens are dropped into columns, matching clusters are cleared, and remaining pieces fall according to physical gravity rules. You will need to implement discrete functions handling placement constraints, neighborhood connectivity checks, and downward shifting matrices. This puzzle tests your multi-step simulation design and 2D grid manipulation proficiency. Unlock the full challenge requirements and robust implementation details with a subscription.
Coding & Leetcode-style QuestionsSnowflakeValidate Nonogram Solution
3/5In this Walmart Labs interview question, you are given a grid of shaded and unshaded cells alongside numerical constraints for every row and column, requiring you to verify if the matrix accurately solves a picture-logic puzzle. You must systematically parse linear segments to confirm that contiguous blocks of filled cells match the exact run-length specifications provided in the input. This exercise tests your array validation logic and attention to detail when processing matrix coordinates. Access the full problem statement and clean algorithmic solution through a paid subscription.
Coding & Leetcode-style QuestionsWalmart LabsDetermine Passing Order and Ranking
3/5Investigate a dynamic simulation challenge frequently utilized by interviewers at Google to evaluate spatial reasoning and algorithmic modeling. Competitors moving along a track with varying starting coordinates and constant velocities must be tracked to determine exact overtaking events and final standings. This task tests your ability to model continuous movement, compute intersection points, and maintain accurate chronological ordering. The full problem text and detailed implementation strategy are available exclusively to subscribers.
Coding & Leetcode-style QuestionsGoogleThrone Inheritance Order
3/5Reported as an interview challenge at Snowflake, this problem requires you to simulate a family hierarchy and maintain a dynamic line of succession. You will need to design a system that handles birth announcements, tracks fatalities without breaking lineage connections, and generates the current inheritance sequence based on preorder tree traversal rules. This exercise evaluates your proficiency with tree-based data structures, object-oriented design, and efficient state management. Access to the full problem text and a comprehensive model solution requires a paid subscription.
Coding & Leetcode-style QuestionsSnowflakeOA — Task Management System (4 Levels)
3/5This multi-stage coding assessment, recently reported at Ramp, evaluates your ability to build a comprehensive task management system incrementally across four increasing levels of complexity. Candidates must handle core data manipulation tasks including record creation, updates, text searches, prioritized organization, and time-bounded quota management. Success requires clean modular design and robust state tracking as new operational constraints are introduced in each phase. To review the complete problem statement along with an optimized model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsRampMemory Allocation Queries
3/5Reported during technical screenings at Visa, this coding challenge requires you to simulate a dynamic memory management system handling sequential allocation and deallocation queries on a linear array. Using allocation rules like the first-fit strategy, your code must locate suitable contiguous blocks of free space or release existing occupied segments efficiently based on specific index operations. It evaluates your command over array manipulation and state simulation. Unlock the full problem specifications and detailed solution code with a subscription.
Coding & Leetcode-style QuestionsVisaGoogle Doc Line Wrap (Word Wrap with Whitespace and Newlines)
3/5Formatting text within strict horizontal boundaries is a classic text-processing challenge often encountered in Google software engineering interviews. This problem requires you to calculate the exact vertical space needed to render a block of text given a specific character limit per row, while correctly honoring explicit line breaks and whitespace constraints without splitting individual words. It tests your proficiency in string manipulation, greedy layout algorithms, and edge-case management. Access to the full problem breakdown and the clean, tested reference solution requires a paid subscription.
Coding & Leetcode-style QuestionsGoogleAsteroid Collision
3/5Reported as an interview question at IMC Trading, this simulation challenge involves tracking a series of moving objects along a linear path where directional trajectories lead to dynamic collisions and eliminations. You must determine the final state and survival of these entities after all physical interactions conclude. The problem tests your command of stack data structures, simulation loops, and efficient collision resolution logic. Unlock the full problem details and optimal source code solution by purchasing a subscription.
Coding & Leetcode-style QuestionsIMC TradingRunning Sum After Value-Replacement Queries
2/5In this coding challenge reported from Amazon, you must process a sequence of data elements alongside a series of substitution directives. After each transformation where specific values are swapped, you need to calculate and collect the cumulative total of the dataset. This exercise evaluates your proficiency in efficient list updates and running calculations. To access the full problem details and code solution, a subscription is required.
Coding & Leetcode-style QuestionsAmazonPrint Pascal's Triangle (Symmetric Formatting)
2/5Explore mathematical number generation paired with aesthetic output formatting in this engaging coding challenge reported from Faire interviews. The task evaluates your ability to construct numerical sequences based on additive rules while correctly aligning text elements for symmetric visual presentation. You will practice managing multi-dimensional row generation, spacing calculations, and clean console output formatting. Hone your implementation details and string alignment proficiency to ace similar structural coding rounds. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsFaireMovement Command Controller
1/5Practice string parsing and state management with this introductory coding prompt from Goldman Sachs interviews. The challenge requires processing a sequence of directional instructions to update coordinates on a grid using a dispatch table, with follow-ups addressing case insensitivity and robust input validation. It is an excellent drill for beginners focusing on control flow and clean code structure. The complete problem statement and model implementation are available exclusively to subscribers.
Coding & Leetcode-style QuestionsGoldman Sachs
Studied alongside
simulation interview FAQ
- How many simulation interview questions are there?
- 305 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask simulation questions?
- Amazon (33), Google (14), Optiver (10), Capital One (10), Stripe (9), Snowflake (8), Uber (8), Airbnb (7).
- How hard are simulation questions?
- They average 2.8 out of 5: 3 at 1/5, 67 at 2/5, 208 at 3/5, 27 at 4/5.