implementation Interview Questions
12 interview questions in our bank cover implementation, most of them Coding & Leetcode-style Questions. They average 2.6/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about implementation: Brex, Robinhood, Anchorage Digital, SpaceX, DRW, and 6 more.
Practice these on the problems board →Companies that ask about implementation
Question mix
- Coding & Leetcode-style Questions11
- Mobile Engineering (Android/iOS)1
Difficulty
- 2/5 — easy5
- 3/5 — medium7
Questions tagged implementation
Implement Two Methods in an Android Stock Trading System Skeleton
3/5Tackling this mobile engineering exercise from Robinhood requires you to complete a stock trading application skeleton written in Java and Kotlin. You will need to implement specific core methods that manage order lifecycle states, account balances, and position updates without breaking any existing public interfaces. This assessment gauges your command of object-oriented design principles and domain-driven development within an Android ecosystem. Access the comprehensive requirements, system architectural overview, and verified model solution by upgrading to a paid subscription.
Mobile Engineering (Android/iOS)RobinhoodPrint 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 DigitalCalculate Pressure from Speed
2/5Practice this straightforward lookup puzzle encountered in technical rounds at SpaceX. The goal is to map an arbitrary numeric input to a corresponding discrete category value based on predefined, bounded numerical ranges. This exercise assesses your ability to perform efficient range calculations, handle boundary conditions, and structure clean conditional logic. It serves as a great warm-up for evaluating mathematical mappings in embedded or systems programming. The complete problem statement and model solution require a subscription.
Coding & Leetcode-style QuestionsSpaceXMax Neighbouring Even Pairs
2/5In this DRW interview puzzle, you are tasked with finding the maximum count of adjacent element groupings with even sums arranged in a circular structure, ensuring no element is shared between pairs. This problem tests your combinatorial reasoning and optimization skills when dealing with circular arrays and parity constraints. Unlock full access to examine the complete problem statement and discover the optimal model solution.
Coding & Leetcode-style QuestionsDRWOne-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 QuestionsJerryCard 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 QuestionsBrexPassword Compliance
3/5This Karat interview question evaluates your ability to implement a robust credential validation utility. You will need to write a program that checks a text string against multiple security criteria, including length constraints, forbidden substrings, character casing requirements, mandatory symbol inclusion, and limits on consecutive duplicate characters. The exercise tests your string manipulation skills and logical conditional checks in a practical setting. Unlock the full problem and model solution with a subscription.
Coding & Leetcode-style QuestionsKaratRun-Length Encoding (RLE) Encode/Decode with Max Run Length K; Minimize Encoding Length
3/5This Liftoff interview question explores a custom variant of run-length encoding where string compression must adhere to a maximum run-length constraint while achieving the shortest possible encoded representation. You are required to implement both encoding and decoding routines while carefully managing character repetition limits and sequence boundaries. This puzzle tests your string manipulation skills and algorithmic optimization capabilities under tight constraints. Access the full problem details and a comprehensive model solution with a subscription.
Coding & Leetcode-style QuestionsLiftoffCompute Euclidean Distance Between Two 3D Points
2/5This Dandy interview problem evaluates fundamental computational geometry skills by asking you to determine the spatial distance separating two coordinate locations in a three-dimensional environment. The exercise focuses on precision handling and implementing standard mathematical formulas efficiently in code. Access the full problem statement, test cases, and model solution by upgrading your account.
Coding & Leetcode-style QuestionsDandyImplement 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 QuestionsBrexCompress and Decompress String (Excel-like Encoding)
3/5Explore a stimulating string transformation exercise often encountered in technical interviews at NVIDIA, focusing on custom encoding formats. Developers are tasked with building bidirectional routines that compress and decompress alphabetic character runs using a unique numerical representation akin to spreadsheet column naming conventions. This scenario tests string parsing, mathematical mapping, and edge-case management for repeating character sequences. Reviewing the complete challenge guidelines and professional solution code requires a subscription.
Coding & Leetcode-style QuestionsNVIDIARoller Coaster Performance Calculation
2/5Explore this Zoox reported interview question focusing on computational modeling, where you will write a program to evaluate the safety and excitement metrics of an amusement park ride. The challenge tests your ability to apply mathematical formulas involving velocity and vibrational frequency to compute specific performance indicators. You will practice handling numerical constraints and formatting floating-point outputs cleanly. Unlocking the full problem description and expert model solution requires an active subscription.
Coding & Leetcode-style QuestionsZoox
Studied alongside
implementation interview FAQ
- How many implementation interview questions are there?
- 12 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask implementation questions?
- Brex (2), Robinhood (1), Anchorage Digital (1), SpaceX (1), DRW (1), Jerry (1), Karat (1), Liftoff (1).
- How hard are implementation questions?
- They average 2.6 out of 5: 5 at 2/5, 7 at 3/5.