Optiver interview practice

Optiver Software Engineer Interview and Coding Practice Start with verified evidence.

Practice from 12 Optiver-tagged public coding problems, organized only by the stage, topic, difficulty, and recency metadata FastPrep can verify. The broader public catalog also includes 1 system-design exercise.

Catalog
13 public practice assets (12 coding)
Start here
Use the stage named in your invitation
Evidence
OA · Phone metadata, shown in context
Optiver practice workspace
Stage-led · public FastPrep catalog

OA practice path

Online Assessment

Build a timed implementation rhythm from prompt to edge cases. Problems are ranked by repeated public catalog sightings.

Solve one end to end

11 Optiver-tagged Online Assessment problems available.

CompanyProblemDifficultyPublic evidenceAction
OPOptiver
Power Cell BankHash TableSortingHard
6 public reportsLast reported Aug 2026
Practice
OPOptiver
Multi-Level Inventory Storage SystemDesignHeapHard
5 public reportsLast reported Aug 2026
Practice
OPOptiver
Overheat Prevention ControllerSimulationDesignHard
3 public reportsLast reported Aug 2026
Practice
OPOptiver
Construct Binary Tree S-ExpressionTreeParsingMedium
3 public reportsLast reported Jul 2026
Practice
OPOptiver
Days BetweenMathSimulationEasy
3 public reportsLast reported Jul 2026
Practice
OPOptiver
Count Bounded Share TransactionsDynamic ProgrammingCombinatoricsMedium
1 public reportLast reported Aug 2026
Practice
OPOptiver
Count Ordered Size SequencesDynamic ProgrammingCombinatoricsMedium
1 public reportLast reported Aug 2026
Practice
OPOptiver
Profitable Currency Exchange CycleDynamic ProgrammingGraphHard
1 public reportLast reported Aug 2026
Practice
OPOptiver
Proportional Momentum Investment StatisticsArrayMathMedium
1 public reportLast reported Aug 2026
Practice
OPOptiver
Customer Checkout DurationDesignQueueMedium
1 public reportLast reported Jul 2024
Practice
OPOptiver
Print ScheduleGraphTopological SortHard
1 public reportLast reported Mar 2024
Practice

01 · Preparation plan

Prepare for engineering behavior, not a guessed test format.

This page focuses on Optiver software-engineering practice. Its tree parser, position operations, and storage model form a concrete implementation path. Hiring activity remains on the separate insights hub, and this page deliberately avoids presenting mental-math tests or a particular online-assessment format as verified coverage. This is a suggested practice sequence, not the employer's interview process. Your invitation and recruiter guidance remain the source of truth.

  1. 01

    Validate before serializing a tree

    Use S-expression construction to separate malformed input detection from output formatting. A graph that looks tree-like can still contain multiple parents or a cycle.

    • List all invalid structures required by the prompt.
    • Identify the root only after validating edges.
    • Produce a deterministic child order.
    Practice: Construct Binary Tree S-Expression
  2. 02

    Apply position changes consistently

    The client-position exercise is a state-update practice task. Derive command behavior from the prompt rather than assumptions about a real trading system.

    • Choose keys for client and instrument state.
    • Trace repeated updates and missing records.
    • Check aggregate values after each command.
    Practice: Client Stock Position Operations
  3. 03

    Separate storage policy from representation

    The multi-level inventory exercise is useful for discussing movement, capacity, and lookup rules. A clear state model makes later optimizations easier to validate.

    • Define which level owns each item.
    • Test capacity boundaries and replacement rules.
    • Compare results with a simple reference model.
    Practice: Multi-Level Inventory Storage System

02 · Broader technical practice

Practice beyond standalone coding questions.

These public Optiver-tagged exercises cover additional technical formats. They are included only when a verified catalog record and a crawlable practice page both exist.

System designLast reported Jul 2026

Design a News Subscription Processing Engine

Design a durable engine that manages topic subscriptions and turns each published news item into the correct set of downstream deliveries.

Open practice

03 · Evidence boundary

What “Optiver interview questions” means here.

It means practicing transferable implementation, testing, and technical reasoning with public catalog assets FastPrep tags to Optiver. It does not mean FastPrep has access to the company's assessments or any private interview bank.

Repeated public sightings and last-reported dates can help you prioritize practice, but they cannot predict the questions, format, or platform in a specific interview.

  • Only Optiver-tagged FastPrep catalog problems appear above.
  • Stage labels and report dates remain visible as context.
  • No official, private, leaked, or proprietary questions are claimed.

04 · Plain answers

Optiver interview practice questions, answered plainly.

This page owns technical-practice intent for Optiver. Hiring activity, timelines, and market signals remain on the separate hiring-insights page.

01Does this include Optiver's mental-math or trader assessment?

No. The evidence supports coding practice, not a dedicated mental-math or trader-test simulation. Use these assets for parsing, state, and algorithm reasoning. Consult your invitation for any separate numerical assessment and the hiring-insights hub for aggregate application activity.

02Is FastPrep affiliated with Optiver?

No. FastPrep is an independent interview-preparation product and is not affiliated with Optiver. The page uses FastPrep's public practice catalog and does not claim official, private, leaked, or proprietary employer questions.

03How are Optiver problems assigned to interview stages?

Stage labels come from FastPrep's public problem metadata. A problem can carry more than one reported stage, and hiring processes can change by role, level, location, and date. Treat the labels as preparation context, not a guarantee.

04Which Optiver interview stage should I practice first?

Start with the stage named in your invitation or recruiter message. If no stage is known, use the largest available set to build general problem-solving fluency, then rehearse explanation and testing separately.

05Does this page predict the Optiver interview process?

No. Public catalog counts, stage tags, and last-reported dates can help prioritize practice, but they cannot predict a specific interview's questions, sequence, timing, or platform.

Your next stage, made concrete

Pick a problem. Solve it end to end.

Start with the stage named in your invitation, then use public evidence as context—not as a promise of what you will be asked.

Open the practice set