algorithm-design Interview Questions
7 interview questions in our bank cover algorithm-design, most of them Coding & Leetcode-style Questions. They average 3.7/5 difficulty — hard — and each one was reported by a candidate after a real interview. Companies known to ask about algorithm-design: Google, OpenAI, Microsoft, Coinbase, Apple, and 1 more.
Practice these on the problems board →Companies that ask about algorithm-design
Question mix
- Coding & Leetcode-style Questions7
Difficulty
- 3/5 — medium2
- 4/5 — hard5
Questions tagged algorithm-design
Math Reasoning: Stopping Time / Las Vegas Algorithm
4/5Examine a sophisticated probability and stochastic reasoning challenge frequently asked in OpenAI technical interviews, focusing on optimizing randomized algorithms through strategic timeout designs. This exercise evaluates your mastery of mathematical bounds, expected value calculations, and restart strategies to minimize completion times for probabilistic tasks under uncertainty. It tests theoretical reasoning rather than raw programming skill. The complete analytical breakdown and expert solutions require a paid subscription.
Coding & Leetcode-style QuestionsOpenAIValidate Lat/Long With Minimum Expensive API Calls
3/5This Microsoft interview puzzle requires verifying millions of geographical records while strictly minimizing external paid service queries. It tests advanced optimization, deduplication, and batch processing techniques to manage resource constraints efficiently. Access the full problem description and comprehensive solution by subscribing today.
Coding & Leetcode-style QuestionsMicrosoftFlappy 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 QuestionsCoinbaseFind Median via Count Oracles
4/5Faced in Apple technical interviews, this algorithmic challenge requires determining the median element of a hidden collection without ever directly reading its underlying values. Instead, you must rely on specialized query functions that return frequency counts relative to arbitrary thresholds. This problem tests your mastery of binary search paradigms and query optimization strategies to efficiently narrow down the target value within logarithmic bounds. Discover the full problem breakdown, analytical insights, and the complete model solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsAppleUniversal Direction Sequence for an Unknown-Position Robot in a Maze
4/5This intriguing Waymo interview challenge places a mobile agent inside an obstructed two-dimensional grid with an unknown starting location and requires you to devise a deterministic sequence of directional commands that guarantees navigation to the destination. Because the initial position is completely hidden, your logic must systematically reduce uncertainty and account for boundary collisions until every potential starting cell successfully converges on the target. Unlock the full problem details and comprehensive model solution by purchasing a subscription.
Coding & Leetcode-style QuestionsWaymoFind All Bad Pairs Using runTest Oracle
4/5Encountered during a Google PhD intern screening, this advanced algorithmic challenge requires you to isolate problematic item pairs using a restricted black-box testing function. The core objective is to minimize query overhead while efficiently deducing faulty relationships across a large dataset. This puzzle tests your mastery of search strategies and optimization under uncertainty. Unlocking the comprehensive problem statement and optimal algorithmic solution requires a subscription.
Coding & Leetcode-style QuestionsGoogleWordle-Style 5-Letter Minimum-Guess Strategy
4/5Tackle a popular technical assessment featured in evaluation loops at Google by designing an optimal strategy to uncover a hidden five-letter string. Candidates must interact with a restricted query mechanism to pinpoint correct characters across specific indices while minimizing total operational calls. This challenge evaluates algorithmic efficiency, query reduction strategies, and dictionary-based search optimization under tight constraints. Discovering the complete problem statement and optimal model solution requires a paid subscription.
Coding & Leetcode-style QuestionsGoogle
Studied alongside
algorithm-design interview FAQ
- How many algorithm-design interview questions are there?
- 7 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask algorithm-design questions?
- Google (2), OpenAI (1), Microsoft (1), Coinbase (1), Apple (1), Waymo (1).
- How hard are algorithm-design questions?
- They average 3.7 out of 5: 2 at 3/5, 5 at 4/5.