math Interview Questions
172 interview questions in our bank cover math, most of them Coding & Leetcode-style Questions. They average 2.7/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about math: Amazon, Snowflake, Capital One, Optiver, Akuna Capital, and 15 more.
Practice these on the problems board →Companies that ask about math
Question mix
- Coding & Leetcode-style Questions170
- ML Fundamentals & Algorithms2
Difficulty
- 1/5 — warm-up5
- 2/5 — easy55
- 3/5 — medium98
- 4/5 — hard14
Questions tagged math
Request 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 QuestionsStripePalindrome Number Check and Next-Greater Palindrome
3/5This Microsoft interview question evaluates your ability to manipulate numerical digits directly without relying on string conversions. The challenge is divided into two distinct objectives: first, verifying whether a given integer reads identically in reverse, and second, discovering the minimal symmetric numerical value that strictly exceeds the input. It tests your mathematical reasoning, edge-case management for negative numbers, and algorithmic efficiency. Access to the complete problem breakdown and the optimal reference solution requires a subscription.
Coding & Leetcode-style QuestionsMicrosoftCount Positive Pairs with 1/x + 1/y = 1/N
3/5This reported Microsoft interview challenge requires finding the quantity of valid integer pairs that satisfy a specific reciprocal equation involving a given constant. Because the parameter can be quite large, a brute-force enumeration will exceed time limits, testing your ability to apply mathematical transformations and algebraic reduction for efficient computation. You will need to optimize the search space to achieve sub-second execution. To explore the complete problem statement and review the optimal model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsMicrosoftQR OA — Efficient Univariate OLS Regression
3/5This analytical coding challenge, reported from Two Sigma online assessments, requires computing univariate ordinary least squares regression slopes and dynamically updating them as new data points arrive in a streaming fashion without recomputing from scratch. It assesses mathematical fluency, statistical updates using sufficient statistics, and efficient data processing. Access the complete problem specification and verified model solution with a paid subscription.
Coding & Leetcode-style QuestionsTwo SigmaMultiply Strings (LC 43)
3/5Frequently asked during Microsoft software engineering interviews, this classic coding problem requires you to calculate the product of two large numerical values represented as strings without relying on native numeric casting or built-in arbitrary-precision arithmetic libraries. This exercise assesses your ability to simulate manual mathematical multiplication algorithms while carefully handling edge cases and string manipulation. Gain full access to the comprehensive problem guide and verified solution by getting a subscription.
Coding & Leetcode-style QuestionsMicrosoftStock Transaction Sequence Counting (Catalan / DP)
3/5Prepare for quantitative software engineering roles with this Optiver interview problem centered on tracking valid transaction sequences without falling into a negative balance. This challenge tests your grasp of advanced combinatorics, dynamic programming, and Catalan number applications common in market-making simulations. You must determine the exact count of admissible permutations under specific boundary rules efficiently. Unlock the detailed problem walkthrough and optimal code solution by purchasing a subscription.
Coding & Leetcode-style QuestionsOptiverImplement TF-IDF from Scratch
3/5During an Apple machine learning telephone screening, candidates may be asked to build a term frequency inverse document frequency algorithm completely from scratch using standard Python without relying on external libraries like scikit-learn. This evaluation measures your fundamental understanding of statistical text processing formulas, tokenization procedures, frequency calculations, and your ability to address mathematical ambiguities regarding smoothing and normalization out loud. Access to the complete problem breakdown, optimal implementation strategies, and expert model solutions requires an active site subscription.
Coding & Leetcode-style QuestionsAppleFormat a Duration as Human-Readable Time
2/5In this classic string formatting and time conversion problem reported from Netflix, you are tasked with transforming a raw duration given in seconds into an expressive, human-readable format broken down across multiple time units. The challenge requires omitting zero-valued intervals while strictly retaining seconds, applying correct pluralization rules, and formatting separators naturally without relying on external date or time libraries. It tests your attention to detail and edge-case handling for string manipulation. Unlocking the full problem description, test cases, and clean reference solution requires a subscription.
Coding & Leetcode-style QuestionsNetflixImplement Softmax
2/5Build a numerically stable implementation of a core machine learning activation function from scratch without relying on external mathematical libraries, a fundamental task featured in technical evaluations at Luma AI. This problem assesses your understanding of exponential scaling behavior and your ability to prevent floating-point arithmetic overflow when processing large real-valued vectors. You will practice applying mathematical transformations to raw scores to yield properly normalized probability distributions. Unlock the complete specification, constraints, and verified model solution with a paid subscription.
ML Fundamentals & AlgorithmsLuma AIDelete Element at Flattened Index From Sorted Intervals
2/5Manipulating compressed range structures based on sequential indices is a classic algorithmic hurdle frequently encountered during technical evaluations at prominent data infrastructure firms like Databricks. This problem tests your ability to translate abstract position lookups into precise segment manipulations, handling boundary conditions where targeted values cause ranges to split or contract. Success demands careful pointer management and efficient searching techniques to operate within strict performance boundaries. Unlock the complete problem guide, edge-case analysis, and fully tested reference solution by upgrading your account today.
Coding & Leetcode-style QuestionsDatabricksNumber Logic — Sequence / Find the Pattern
4/5Sharpen your rapid numerical reasoning skills with this timed aptitude assessment reported during Optiver recruitment rounds. Candidates face a high-pressure environment requiring quick pattern recognition across numerous mathematical sequences within a strict time limit. This evaluation measures mental agility, algebraic intuition, and accuracy under pressure without the aid of calculators. Unlock full diagnostic strategies, practice sets, and detailed answer explanations by obtaining a subscription.
ML Fundamentals & AlgorithmsOptiverPath Between Nodes in a Fibonacci Tree
4/5Reported as a challenging Databricks interview question, this task involves navigating massive recursively defined binary trees without actually instantiating the nodes in memory. You must rely on mathematical properties and preorder traversal formulas to locate the lowest common ancestor and trace the exact route between two given nodes. This problem tests advanced recursive comprehension, mathematical deduction, and tree traversal optimization. Unlock the complete problem statement, algorithmic breakdown, and production-ready solution by subscribing.
Coding & Leetcode-style QuestionsDatabricksLayover Experiences — Exact-Fill with Min Count
3/5In this engaging algorithmic puzzle frequently encountered during Airbnb technical screenings, applicants must calculate the fewest possible item selections needed to reach an exact numerical target sum using a given set of repeatable values. This scenario evaluates dynamic programming and backtracking concepts, requiring candidates to handle optimization constraints effectively while avoiding common performance traps. Mastering this challenge sharpens your ability to tackle complex resource allocation dilemmas. Unlock the full problem breakdown and clean model implementation by obtaining a subscription.
Coding & Leetcode-style QuestionsAirbnbMinimum Coins to Pay With Change
3/5Tackle this Snowflake interview challenge where you must determine the absolute minimum quantity of currency units exchanged when paying a specific total using standard denominations while factoring in potential change returned. This problem exercises your grasp of greedy strategies, mathematical optimization, and state space exploration for monetary calculations. It challenges you to think beyond standard partitioning problems by incorporating reverse transactions. To view the complete architectural explanation and expert solution, a subscription is required.
Coding & Leetcode-style QuestionsSnowflakeImplement Scaled Dot-Product Attention
3/5This Amazon interview task challenges engineers to construct the core scaled dot-product attention mechanism from scratch without masking layers. Candidates must correctly handle matrix dimensions for queries, keys, and values while applying numerical scaling and softmax transformations. The problem evaluates linear algebra fluency and tensor manipulation proficiency in machine learning frameworks. Unlock the full evaluation harness and expert solution code through a paid subscription.
Coding & Leetcode-style QuestionsAmazonMaximum Number of Balls in a Box
1/5This Roblox interview question tests basic arithmetic manipulation and frequency counting within a defined numerical range. You are tasked with distributing items into containers based on the digit sums of their numerical identifiers and identifying the container holding the largest quantity. It evaluates fundamental looping, mathematical operations, and hash map usage or bucket counting techniques. The full problem description, optimal algorithmic approach, and complete code solution require a subscription.
Coding & Leetcode-style QuestionsRobloxCount Good Strings
3/5This Commvault interview question involves combinatorial counting and sequence validation under strict structural constraints. You must determine the total number of valid configurations of two distinct characters where prefixes maintain a specific balance condition, mirroring properties of well-formed parentheses or Dyck paths. The challenge evaluates advanced dynamic programming, combinatorics, and modular arithmetic skills. The complete problem details, mathematical derivation, and optimized code solution require a subscription.
Coding & Leetcode-style QuestionsCommvaultDelivery Expense Conversion
2/5Featured in technical screens at Ripple, this practical exercise tasks you with converting a monetary value given in standard currency units into smaller fractional subunits while completely avoiding floating-point inaccuracy issues. You will need to handle numeric casting and precision constraints carefully while respecting operational limits. It tests fundamental arithmetic handling and data type awareness in financial contexts. The complete problem description and professional solution require a subscription.
Coding & Leetcode-style QuestionsRippleNumber of Ways to Split Array into Three Parts
3/5This algorithmic problem, featured in recent DocuSign technical screening rounds, challenges you to compute the number of valid ways to partition a linear sequence into three contiguous non-empty sections based on specific numeric summation constraints. It tests your ability to optimize prefix sums and range queries to achieve an efficient linear time complexity. To view the full problem description, complete test suites, and an optimized model solution, a subscription is required.
Coding & Leetcode-style QuestionsDocuSignCount Fancy Numbers
3/5Reported as a Hudson River Trading interview question, this mathematical coding task requires counting integers below a given threshold whose base-4 representation consists exclusively of restricted digits. Due to large input limits, brute-force enumeration will fail, necessitating a sophisticated digit-counting or combinatorics approach. This problem examines mathematical reasoning and efficient constraint handling. The full problem statement and optimal solution require a subscription.
Coding & Leetcode-style QuestionsHudson River TradingInteger 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 QuestionsCarvanaDice 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 QuestionsNomuraUnique Paths in a Grid
2/5Explore this classic grid traversal puzzle frequently featured in technical interviews at Amazon, where you must determine the total number of unique routes across a matrix from the top-left corner to the bottom-right destination. Movement is strictly restricted to rightward and downward steps, turning the challenge into an exercise in combinatorics or dynamic programming optimization. You will evaluate how to compute these configurations efficiently without redundantly recalculating sub-paths. Unlock the full problem breakdown, optimal algorithmic approaches, and clean reference code with a subscription.
Coding & Leetcode-style QuestionsAmazonArray Challenge Left-Comparison Running Counter
3/5Examine this intriguing array manipulation challenge reminiscent of quantitative interviews at Akuna Capital, which asks you to compute a running comparative score for every element against all preceding values in a sequence. You will evaluate numerical differences based on relative magnitudes, adding or subtracting absolute gaps according to specific directional rules. This exercise challenges your ability to optimize nested comparisons and recognize mathematical cancellations for better time complexity. To view the complete problem statement, comprehensive test suites, and reference solutions, a subscription is required.
Coding & Leetcode-style QuestionsAkuna CapitalCalculator (Basic Calculator variant)
3/5Mastering arithmetic expression parsing is a frequent challenge in technical screenings, such as this Docker interview question. Candidates are asked to evaluate a mathematical string incorporating positive integers, addition, subtraction, and grouping symbols governed by parentheses. This exercise evaluates your ability to manage operator precedence and utilize stack-based data structures to correctly compute nested expressions. Access to the complete problem breakdown and optimal model solution requires an active subscription.
Coding & Leetcode-style QuestionsDockerTotal 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 QuestionsAmazonQR Video OA: Advanced Math and Reasoning
4/5This video-based quantitative assessment, reported at Akuna Capital, evaluates candidates on advanced mathematical reasoning, probability, calculus, and linear algebra through a series of timed verbal explanations. Interviewees must articulate complex concepts clearly while solving intricate brain teasers, such as grid-based infection spread dynamics. Performing well on this format requires both rigorous technical knowledge and the ability to communicate sophisticated ideas succinctly. Access the full question overview and expert answers with a subscription.
Coding & Leetcode-style QuestionsAkuna CapitalFind the Closest Palindrome
4/5Encountered during Roblox screening rounds, this problem requires finding the nearest symmetrical numerical value to a given integer without crossing absolute equality boundaries. It evaluates your command of mathematical manipulation, edge-case handling around powers of ten, and efficient digit introspection. Advanced variations test whether you can compute the result strictly through arithmetic operations rather than string conversions. Access to the detailed walkthrough and expert solution requires an active subscription.
Coding & Leetcode-style QuestionsRobloxMinimum 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 QuestionsAmazonInterpolate Y-Value for Given X-Value
3/5Solve a numerical estimation puzzle frequently posed during Trade Desk technical screenings. The assignment requires building a robust lookup mechanism that estimates an intermediate ordinate value from a sorted set of coordinate pairs using linear approximation techniques. This challenge examines your binary search proficiency, boundary condition handling, and numerical analysis fundamentals for monotonic datasets. Unlock the complete problem guidelines, edge-case considerations, and verified source code with a subscription.
Coding & Leetcode-style QuestionsThe Trade DeskRedistribute Megaseeds
4/5This algorithmic puzzle, reported from software engineering interviews at Rubrik, explores resource redistribution and mathematical optimization over sequential crates. Participants must determine the minimum number of adjacent shift operations required so that every container holds a multiple of a shared integer divisor. The challenge demands efficient handling of large numerical constraints and clever mathematical insights to avoid excessive computation times. To examine the complete problem constraints, underlying mathematical properties, and fully optimized source code, upgrade your account to a paid subscription.
Coding & Leetcode-style QuestionsRubrikSingle Query Type, Max Revenue in K Minutes
2/5This Snowflake interview question challenges you to optimize resource allocation by evaluating multiple options under a strict time constraint. You must determine which single operation yields the highest financial return when executed repeatedly within a given duration limit. The problem tests your ability to apply basic arithmetic and comparison logic efficiently to find the optimal choice. Unlock the complete problem description and expert model solution by securing a paid subscription today.
Coding & Leetcode-style QuestionsSnowflakeReverse Integer (LC 7)
3/5Frequently encountered in Tencent technical screenings, this classic coding problem requires you to flip the numerical digits of a signed integer while properly handling boundary limits. You need to account for potential overflow issues that occur when reversed values exceed standard 32-bit storage capacities. The exercise tests fundamental arithmetic operations and edge-case management in data types. Gain full access to the comprehensive problem statement and verified code solution with a subscription.
Coding & Leetcode-style QuestionsTencentNumber of Digit One
3/5As a classic algorithmic challenge often featured by Amazon, this problem focuses on computing the cumulative frequency of a specific digit across a continuous integer sequence up to a given upper bound. The exercise examines your ability to move beyond slow iterative checks and instead derive a mathematical pattern based on digit positions and place values. Developing an efficient logarithmic time solution is key to passing this evaluation. To view the complete problem breakdown and optimal solution code, a subscription is required.
Coding & Leetcode-style QuestionsAmazonA/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 OnePow(x, n) — Fast Power with Negative Exponents
3/5This algorithmic challenge, frequently asked by WeRide, focuses on computing numerical exponents efficiently using logarithmic time complexity techniques. You must account for edge cases such as fractional bases, large values, and negative powers while maintaining precision. The full problem statement, constraints, and optimized model code require an active subscription.
Coding & Leetcode-style QuestionsWeRideLongest Squaring Chain of Rice Bags
3/5Encountered frequently in technical interviews at Amazon, this challenge tests your skill in identifying specialized numerical relationships within collections of data. You are tasked with discovering the largest subset of values where each consecutive element is the square of the preceding one, returning the total count or indicating if no valid sequence exists. Unlocking the full problem description, edge cases, and the complete model solution requires an active paid subscription.
Coding & Leetcode-style QuestionsAmazonSort a Quadratic-Transformed Sorted Array
3/5Optimizing array transformations using mathematical properties is a favorite theme in algorithmic assessments. In this reported Waymo interview question, you are given a sorted sequence of numbers and quadratic coefficients, and you must return the transformed results in sorted order in linear time. The exercise heavily tests your two-pointer technique mastery and ability to handle parabolic curves with varying monotonicity. Gain full access to the complete problem text and an expert-crafted model solution through a subscription.
Coding & Leetcode-style QuestionsWaymoSort a Permutation in Exactly M Swaps
3/5This interview puzzle, noted in Amazon technical screenings, requires checking whether a given permutation can be ordered into its natural sequence using an exact count of pairwise swaps from a provided list. It examines your understanding of permutation parity, inversion counts, and graph cycle properties. The full problem description, test cases, and expert solution can be unlocked with a subscription.
Coding & Leetcode-style QuestionsAmazonEarliest Time to Finish One Comedy and One Drama
3/5This Amazon technical interview question challenges candidates to optimize scheduling constraints for sequential media consumption. Given varying release times and lengths for different entertainment categories, you must calculate the absolute earliest possible moment an individual can successfully finish viewing at least one item from each required genre. The assessment evaluates efficient sorting, time-boundary calculations, and logical decision-making under temporal constraints. To view the complete problem breakdown and the verified model solution, a paid subscription is needed.
Coding & Leetcode-style QuestionsAmazonCalculate Time Difference in HH-MM Format
2/5This HackerRank interview question challenges candidates to compute the shortest forward time gap between a given reference point and a collection of daily timestamps. This problem evaluates your ability to handle cyclic time calculations, manage minute-level conversions, and properly format the resulting duration. Access to the complete problem description and expert model solution requires an active subscription.
Coding & Leetcode-style QuestionsHackerRankFunnel Algorithm Problem
3/5Reported from Faire interviews, this algorithmic challenge requires you to distribute a sorted sequence of numbers into specialized groups based on multiplicative ratios. The problem tests your advanced data structuring capabilities and pattern recognition over large numeric datasets. Unlock the complete challenge specification and optimized solution code with a subscription.
Coding & Leetcode-style QuestionsFaireMaximum Drop Points in One Line
2/5This algorithmic problem, featured in Cisco interviews, challenges candidates to analyze spatial coordinates representing terrain points and determine an optimal linear trajectory that maximizes coverage. The evaluation focuses on spatial reasoning, array processing, and finding efficient geometric solutions. To view the complete prompt, thorough explanation, and optimal source code solution, a paid subscription is required.
Coding & Leetcode-style QuestionsCiscoDigit Sum
3/5Encountered in a BNY Mellon interview, this problem revolves around a lottery system where participants hold numbered coupons and winners are determined by matching digit sums. You are tasked with finding the specific digital sum that maximizes the number of winning participants, as well as calculating how many alternative sums can achieve that exact maximum tie. The challenge tests your mathematical reasoning, digit manipulation, and frequency counting across a numerical range. Unlock the full prompt and complete model solution by purchasing a subscription.
Coding & Leetcode-style QuestionsBNY MellonReverse a 32-bit Integer
2/5Sharpen your fundamental manipulation skills with this numerical reversal puzzle often encountered in software engineering interviews at Keysight. The task requires you to transform a standard numerical input while strictly preserving its original sign and guarding against arithmetic overflow boundaries common in constrained data types. It serves as an excellent test for edge-case management and bitwise or mathematical constraints handling in low-level programming. To view the complete problem description and an optimized model implementation, please subscribe.
Coding & Leetcode-style QuestionsKeysightDiscount 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 QuestionsDraftKingsReach The Point
4/5Navigate a dynamic coordinate plane with scaling step sizes in this algorithmic challenge frequently reported during Samsung interviews. The exercise tests your ability to apply breadth-first search or mathematical pruning to determine the shortest path to a target position under progressive constraints. You will need to optimize state spaces to handle large test cases within strict time limits. Access the complete problem specification and optimal model solution with a subscription.
Coding & Leetcode-style QuestionsSamsungCard Counting Game
2/5Explore probability and simulation concepts through a card game scenario reported during technical interviews at Talroo. This puzzle challenges you to determine the expected number of draws required to encounter specific target cards within a standard randomized deck. It evaluates your fundamental understanding of probability distributions and algorithmic counting techniques. To view the complete problem statement along with the optimal coded solution, a paid subscription is required.
Coding & Leetcode-style QuestionsTalrooImplement Numerically Stable Softmax
2/5Encountered during Amazon engineering interviews, this numerical computing task requires implementing the standard softmax activation function while avoiding common floating-point arithmetic pitfalls. Because raw exponential computations can easily trigger numeric overflow when handling large inputs, candidates must apply algebraic scaling techniques to maintain precision. The exercise evaluates your mathematical intuition and implementation safety in machine learning contexts. Review the full problem definition, mathematical breakdown, and clean solution code with a subscription.
Coding & Leetcode-style QuestionsAmazonMaximize revenue by selling items with diminishing price
3/5Maximizing retail profit when item costs dynamically decrease as inventory depletes is the objective of this Squarepoint interview question. You must strategically fulfill customer purchases by selecting products in an optimal sequence to achieve the highest possible cumulative earnings. This puzzle tests your grasp of greedy algorithms, priority queues, and mathematical optimization under changing states. Access to the full problem requirements, sample inputs, and a detailed model solution requires a subscription.
Coding & Leetcode-style QuestionsSquarepointTwo-ball Drop Problem
3/5This classic interview puzzle, featured by Talroo, challenges you to find the most efficient strategy for testing durability limits using a limited number of identical testing objects. The scenario evaluates your logical reasoning, worst-case optimization mindset, and mathematical problem-solving skills rather than heavy programming. To view the complete analytical breakdown and the mathematically sound model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsTalrooValidate Triangle and Classify Point Inclusion
3/5This frequently asked Goldman Sachs interview challenge evaluates your proficiency with computational geometry and coordinate math. You are tasked with checking whether a given set of vertices forms a valid non-degenerate geometric shape, and then determining the spatial relationship between that boundary and multiple target coordinates. This problem tests your ability to implement precise mathematical formulas and handle conditional logic cleanly. Unlock the complete breakdown, edge case handling, and optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsGoldman SachsMax Profit from Cutting Rods into Equal Sale Length
3/5This intriguing optimization task, featured in Anduril coding rounds, asks you to determine the most lucrative strategy for chopping raw materials into uniform segments while factoring in processing fees and leftover waste. It tests your mathematical modeling, greedy choice evaluation, and ability to maximize financial outcomes under realistic constraints. The problem requires careful consideration of scaling values and edge cases. Gain full access to the strategic walkthrough and comprehensive code implementation through a paid subscription.
Coding & Leetcode-style QuestionsAndurilOOD — Treatment Frequency Scheduler
3/5Reported from Oracle technical screens, this object-oriented design question requires building a flexible scheduling engine to generate recurring medical treatment schedules within specified timeframes. You must model various recurrence patterns and efficiently compute all valid occurrence timestamps across multiple patients. The task evaluates your ability to design clean class hierarchies and handle complex date and time arithmetic cleanly. Get full access to the complete design patterns and reference solution by subscribing.
Coding & Leetcode-style QuestionsOracleFairly 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 QuestionsGustoCalculate 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 QuestionsSpaceXHappy 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 QuestionsSnowflakeTraffic 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 QuestionsKeysightString Shift
2/5This reported coding interview question from Rubrik challenges candidates to manipulate a text sequence by applying a series of directional displacement operations. The problem evaluates your ability to handle cumulative arithmetic movements and efficiently compute final character indices without redundant processing. You will need to manage boundary conditions and wrapping behavior effectively. Access to the comprehensive problem description and optimal algorithmic approach requires a subscription.
Coding & Leetcode-style QuestionsRubrikOdd Zero-Digit Count
1/5String manipulation and digit extraction form the core of foundational coding evaluations, exemplified by this reported Capital One interview question. The challenge involves examining a collection of numeric values to determine how frequently specific character patterns appear within their decimal representations, applying unique parity conditions to tally the final result. This exercise tests your ability to handle basic arithmetic conversions, conditional logic, and edge cases gracefully. It serves as a great warm-up for validating fundamental programming proficiency. The complete problem statement and detailed model solution require a subscription.
Coding & Leetcode-style QuestionsCapital OneLunar 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 OneMinimum Knight Moves on Infinite Chessboard
3/5This engaging puzzle has been reported in coding interviews at Uber and tests your graph traversal capabilities on an infinite grid. The objective is to compute the shortest route for a standard chess piece to travel from a designated origin to a specific destination point. Solving this efficiently typically involves employing breadth-first search heuristics and coordinate geometry. The entire problem details and the accompanying model solution require a subscription.
Coding & Leetcode-style QuestionsUberCalculate 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 BrokersReach Target via Add / Double / Halve
3/5This Snowflake interview question asks you to discover a sequence of arithmetic operations to transform one positive integer into another while keeping all intermediate values positive. It tests your capability to construct logical transformation paths using iterative loops rather than standard graph searches. Unlock our subscription to view the complete problem requirements and the optimal model solution.
Coding & Leetcode-style QuestionsSnowflakeShortest Path Between Circular Drone Hubs
2/5This Amazon interview challenge requires you to compute the shortest traversal distance between various nodes arranged in a circular topology by comparing clockwise and counter-clockwise pathways. It tests your ability to handle ring-based array indexing and efficiently process batch queries for optimal path selection. Unlock the full problem details and the clean model solution with a subscription.
Coding & Leetcode-style QuestionsAmazonImplement the Sigmoid Function
2/5This popular Amazon interview question challenges you to implement the foundational logistic activation function while carefully guarding against numerical instability. You will write a robust floating-point calculation that handles extreme domain boundaries without triggering arithmetic overflow or underflow. The task tests your mathematical awareness, precision handling, and edge-case management in systems programming. Gain full access to the complete problem specifications and optimized model implementation with a subscription.
Coding & Leetcode-style QuestionsAmazonCount Same-Bit Numbers
3/5This reported coding interview question from SoFi challenges candidates to explore bit manipulation and combinatorics. Given a positive integer, the objective is to count all numbers up to the next full-ones bitmask that share the exact same count of active binary bits, excluding the starting value itself. This task tests your ability to efficiently reason about binary representations and combinatorial limits without resorting to slow brute-force iterations. Access to the full problem description and complete model solution requires a subscription.
Coding & Leetcode-style QuestionsSoFiAdd Two Reversed Digit Lists
2/5This foundational linked list problem appears as a reported interview question at Cisco. You are given two separate sequences representing non-negative integers stored in reverse digit order, and your task is to compute their sum while maintaining the same reversed format for the output digits. The exercise tests your ability to handle linked list traversal, manage carry values during addition, and implement clean pointer logic. Unlock the complete problem statement and optimized model solution with a subscription.
Coding & Leetcode-style QuestionsCiscoCount Divisible Permutations
3/5Asked during Deloitte software engineering assessments, this combinatorial counting puzzle requires you to evaluate permutations of integer sequences based on specific divisibility relationships between index positions and their assigned elements. It challenges your recursive backtracking skills and combinatorial counting logic to efficiently filter valid arrangements without exceeding computational limits. This scenario heavily exercises advanced mathematical reasoning and pruning techniques. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsDeloitteEric's Sequence
4/5This Codeium interview task requires you to construct a unique integer sequence that satisfies strict relative magnitude constraints and sum conditions based on a provided array. You must generate distinct numbers while minimizing the absolute peak value within the sequence. The problem thoroughly examines advanced mathematical reasoning, array manipulation, and constraint optimization strategies. Gain instant access to the full problem text and a comprehensive model solution by purchasing a subscription.
Coding & Leetcode-style QuestionsCodeiumPaint Fence
3/5Tackle a combinatorial coloring puzzle frequently reported in technical screenings at Ripple, where you must determine the total number of valid permutations for decorating a sequence of items using a limited palette. The core objective is to avoid forbidden consecutive matches while satisfying strict boundary conditions. This problem evaluates your grasp of dynamic programming and recurrence relations to efficiently compute large combinatorial spaces. Unlock the complete breakdown and expert solution by subscribing today.
Coding & Leetcode-style QuestionsRippleBeautify Houses to Strictly Monotone
3/5Explore an array transformation puzzle recently asked during interviews at Capital One, focused on finding the fewest upward adjustments needed to shape a sequence into a strictly progressive or regressive pattern. You will need to analyze numerical relationships and calculate optimal modification counts under strict architectural rules. This task assesses your greedy algorithmic thinking and ability to evaluate multiple target states efficiently. Access the full problem statement and optimized code implementation with a paid subscription.
Coding & Leetcode-style QuestionsCapital OneThe 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 QuestionsRubrikImplement a Calculator Supporting Basic Operations
3/5Reported from Rokt interviews, this task challenges candidates to build a robust arithmetic parser capable of evaluating mathematical expressions containing multiple operators with standard precedence rules. The exercise tests string manipulation, stack utilization, and numerical computation skills to handle operations correctly without explicit parenthesis handling. Unlock the full problem details and expert solution by subscribing.
Coding & Leetcode-style QuestionsRoktSubtract 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 QuestionsSnowflakeCounting Arrays
3/5Exploring combinatorial state spaces and numerical sequences is a common theme in algorithmic screening, exemplified by this Demonware interview challenge. Participants must determine the total quantity of distinct arrays that can be generated through iterative decrement operations on subsets of elements, ensuring results are appropriately bounded. This problem exercises deep combinatorial reasoning, pattern recognition, and efficient modulo arithmetic. Access to the complete problem text, detailed constraints, and expert solution is reserved for subscribed members.
Coding & Leetcode-style QuestionsDemonwareDojo Pythonic Coding Pair: Permutation Check and Pow
3/5Prepare for a Tesla technical assessment with this dual-task coding challenge focused on validating a sequential number arrangement and implementing an efficient exponentiation function. This interview scenario evaluates your command of idiomatic Python constructs, algorithmic efficiency, and your ability to optimize memory utilization under tight operational constraints. Candidates must navigate tricky edge cases while adhering strictly to strict space complexity limitations imposed by the interviewer. Access to the complete problem breakdown, optimal algorithms, and fully commented model solutions requires an active subscription.
Coding & Leetcode-style QuestionsTeslaSimulate 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 QuestionsThumbtackPerfect Squares Decomposition (Shortest Path)
3/5This Pinduoduo interview challenge requires expressing a given integer as a sum of the fewest possible square numbers while also reconstructing one valid combination of those terms. It tests your ability to optimize structural paths and manage greedy or dynamic choices efficiently under strict numerical bounds. Access to the complete problem breakdown and optimal implementation requires a paid subscription.
Coding & Leetcode-style QuestionsPinduoduoEvaluate a Basic Arithmetic Expression (Calculator II)
3/5Reported as a standard technical assessment at Otter.ai, this problem requires you to parse and compute mathematical expressions adhering to standard operator precedence rules without parentheses. You will need to handle sequential operations, integer division truncation, and whitespace management efficiently within strict time limits. This challenge tests your mastery of stack-based parsing algorithms and string manipulation techniques. To view the comprehensive problem text and fully articulated code solution, a subscription is required.
Coding & Leetcode-style QuestionsOtter.aiNon-Consecutive Process Allocation Counting (Modulo 1e9 + 7)
2/5This Citadel assessment problem asks you to calculate valid scheduling permutations across consecutive time slots with adjacency restrictions. It evaluates combinatorial reasoning and fast modular arithmetic techniques to handle large numerical outputs. You will formulate a recurrence relationship to efficiently count non-overlapping configurations. The full problem breakdown and optimal code implementation require a subscription to access.
Coding & Leetcode-style QuestionsCitadelCount Ways to Select a Two/Four-Wheel Fleet
2/5In this classic combinatorial challenge frequently featured in Amazon interviews, you must calculate the total number of valid configurations to form specific numerical totals using two distinct types of elements with unlimited availability. The puzzle evaluates your ability to apply dynamic programming or mathematical counting strategies efficiently. Gain access to the comprehensive problem statement, algorithmic breakdown, and complete code solution with an active subscription.
Coding & Leetcode-style QuestionsAmazonRomanizer
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 ParibasPow(x, n) — Fast Exponentiation
2/5Frequently asked in Meta technical interviews, this task asks developers to compute numerical exponentiation efficiently for both positive and negative powers, aiming for logarithmic time complexity. Additionally, candidates may be asked to handle modular arithmetic extensions to prevent integer overflow during large calculations. This exercise tests your grasp of divide-and-conquer paradigms, bit manipulation, and mathematical optimizations in coding. To access the full problem walkthrough and the reference implementation, you will need a subscription.
Coding & Leetcode-style QuestionsMetaMinimum Cost to Equalize a Circular Warehouse
3/5This coding interview problem reported at Amazon explores efficient distance optimization over circular arrangements. The goal is to equalize quantities across adjacent containers by shifting items uniformly in one direction while minimizing total transit effort. This tests your understanding of prefix sums, median optimization properties, and circular array manipulation. Get access to the full problem requirements and clean implementation strategies through our paid subscription.
Coding & Leetcode-style QuestionsAmazonCount Unique Paths in a Grid
3/5Determine all possible movement routes across a matrix from the top-left corner to the bottom-right destination in this classic Okta interview task. The challenge tests your dynamic programming and combinatorics knowledge by restricting movement to specific directions only. You must construct an efficient approach that scales well with grid dimensions while avoiding redundant computations. Access to the complete problem description, constraints, and optimized model solution requires a subscription.
Coding & Leetcode-style QuestionsOktaContiguous Subarray with Largest Min + Max
3/5Encountered in technical assessments at ByteDance, this coding challenge requires finding a contiguous subarray of sufficient length that maximizes the sum of its minimum and maximum elements. The problem tests your ability to analyze numeric sequences and optimize sliding window or linear scan strategies efficiently. Developing an optimal solution demands strong analytical thinking to avoid brute-force bottlenecks. Unlock the full problem details, test cases, and model solution by subscribing today.
Coding & Leetcode-style QuestionsByteDanceWater and Jug Problem
3/5This interview puzzle, frequently asked at Woven Planet, evaluates your ability to determine if a specific target volume can be measured using two containers of varying capacities through a series of pouring and emptying actions. This problem tests your mathematical reasoning, particularly utilizing number theory concepts like greatest common divisors, to explore state spaces efficiently. You will need to implement a logical check that accounts for container limits and liquid proportions. Access to the complete problem breakdown and the optimized algorithmic solution requires a subscription.
Coding & Leetcode-style QuestionsWoven PlanetMatrix Product Computation
3/5This foundational linear algebra challenge, reported during interviews at GEICO, requires you to compute the product of two multidimensional numeric arrays while respecting specific structural constraints. The exercise evaluates your grasp of matrix dimensions, algorithmic efficiency, and how to handle incompatible shapes gracefully. Implementing this function efficiently involves mastering nested iteration and understanding the time and space trade-offs associated with computational mathematics. To view the complete problem statement and study a robust model solution, a subscription is required.
Coding & Leetcode-style QuestionsGEICORepeated 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 OneValid Set Cards
3/5Encountered during technical screenings at Snapchat, this puzzle challenge requires verifying whether a collection of multidimensional items satisfies specific combinatorial matching criteria across multiple attributes. It tests your combinatorial logic, data validation skills, and ability to handle structured categorical data cleanly. Unlock the full problem statement and optimal programmatic solution by securing a subscription.
Coding & Leetcode-style QuestionsSnapchatContinuous Subarray Sum
3/5Examine a popular sequence-processing challenge frequently featured in technical assessments at Meta. You are asked to inspect an array of integers to determine whether a contiguous segment of sufficient length exists whose combined elements form a clean multiple of a specified divisor. This exercise tests your understanding of prefix sums, modular arithmetic, and hash-based frequency tracking for efficient lookups. Unlock the full problem description, optimal time complexity strategies, and reference solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsMetaCount Pairs With Sum Divisible by X
2/5This Amazon interview challenge asks you to examine a collection of prices and determine how many unique pairs yield a sum divisible by a given divisor. Candidates must design an efficient approach that avoids brute-force comparisons to meet performance expectations. The exercise evaluates modular arithmetic principles and frequency-counting strategies. Unlock the complete problem breakdown and optimized code solution with a paid subscription.
Coding & Leetcode-style QuestionsAmazonFind Value to Minimize Sum Difference After Replacement
3/5This Moody Analytics interview question explores numerical optimization and search strategies within integer sequences. Participants need to identify a replacement value that brings a collection's total sum as close as possible to a given threshold. This puzzle evaluates your mathematical reasoning, binary search application, and proficiency in minimizing aggregate error metrics over large datasets. Gain full access to the detailed problem statement and vetted model code through a paid subscription.
Coding & Leetcode-style QuestionsMoody's AnalyticsRound 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 CapitalFind Missing and Repeated Element
3/5This Akuna Capital interview question challenges you to locate a missing value and a duplicate entry within a sequential integer array. Candidates must evaluate optimal bitwise manipulation techniques alongside traditional arithmetic approaches to achieve high efficiency while avoiding common numerical overflow pitfalls. Discovering the complete problem statement, optimal algorithmic tradeoffs, and the verified model solution requires an active subscription.
Coding & Leetcode-style QuestionsAkuna CapitalMaximum Product Path in a Complete Directed Graph
4/5Reported as a rigorous technical assessment for Two Sigma, this graph theory challenge asks you to determine a unique path across a complete directed structure that maximizes the total product of edge weights without revisiting nodes. It tests advanced algorithmic concepts, including logarithmic transformations to convert multiplicative objectives into additive ones, alongside dynamic programming with bitmasking. Access to the full problem text, complexity analysis, and verified model solution requires a subscription.
Coding & Leetcode-style QuestionsTwo SigmaProgressive 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 BrokersMissing Number (Variant Not Starting From 0, Binary Search)
3/5Reported during Arista Networks hiring loops, this variation of a classic interview puzzle asks you to pinpoint a missing integer within a strictly sorted sequence that begins at an arbitrary starting value instead of zero. The challenge tests your analytical skills in comparing straightforward linear scans against logarithmic approaches using binary search to optimize execution speed. You will need to reason about boundary conditions and array indices effectively. Explore the full problem details and expert code walkthrough with a subscription.
Coding & Leetcode-style QuestionsArista NetworksChecksum 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 QuestionsFortinetExpression Strings That Evaluate to Target
3/5Encountered in Netflix technical screenings, this coding exercise requires you to evaluate combinations of numbers and basic arithmetic operators to match a specified numerical outcome. You are expected to scan a collection of integers, apply valid operators while respecting ordering rules and integer division constraints, and compile a deduplicated list of matching equation strings. This problem assesses combinatorial enumeration and meticulous constraint handling. The full problem statement and complete model solution require a subscription.
Coding & Leetcode-style QuestionsNetflixMinimum Starting Health to Clear the Game
2/5In this engaging challenge frequently asked at Amazon, you must figure out the minimum initial vitality a player needs to survive a sequential series of damaging encounters while strategically applying a single armor mitigation. The question tests your backward reasoning or greedy calculation skills to ensure health never drops to zero at any point during the progression. You need to account for the optimal placement of your protective gear to absorb the most punishing blow. The complete problem description, explanations, and model solution require a subscription.
Coding & Leetcode-style QuestionsAmazonMaximum Product of Three Numbers
2/5This frequently asked Amazon interview question challenges you to find the highest possible product formed by multiplying any three values from a given list of numbers. To succeed, you must think beyond a naive nested loop and efficiently track the largest and smallest values, since negative elements can drastically swing the final outcome. This task evaluates your capability to optimize arithmetic logic and handle edge cases gracefully in linear time. Access to the complete problem breakdown and the optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsAmazonMinimum Swaps for Lightest-Top Heaviest-Bottom
3/5This reported Amazon interview question challenges you to find the minimum number of adjacent position adjustments needed to place the lightest item at the very beginning and the heaviest item at the very end of an array. This puzzle tests your grasp of greedy strategies, sequence manipulation, and efficient counting techniques on sequential collections. Tackling this problem helps improve your ability to optimize rearrangement operations. To explore the complete problem statement and review the optimal model solution, a subscription is required.
Coding & Leetcode-style QuestionsAmazonFind Numbers with Two Sevens Divisible by Three
2/5This HackerRank interview challenge requires you to filter a sequence of integers to identify numbers that contain exactly two occurrences of the digit seven and are also divisible by three. The task tests your string manipulation skills, numerical digit extraction, and modular arithmetic logic while preserving the original sequence order. It serves as a great practice for combining multiple conditional filters in data processing tasks. To access the full problem details and verified solution code, a subscription is required.
Coding & Leetcode-style QuestionsHackerRankBuild an Arithmetic Expression to Reach a Target
3/5This algorithmic challenge, frequently reported during software engineering evaluations at Waymo, requires candidates to construct valid mathematical equations that evaluate to a specified outcome using a sequence of given numbers. It tests recursive problem-solving, operator precedence management, and combinatorial search strategies. Unlock the complete problem guide and professional code implementation with a subscription.
Coding & Leetcode-style QuestionsWaymoDays Between Two Dates
2/5In this Optiver online assessment problem, you are asked to compute the exact calendar duration separating two specific dates while accounting for leap years and irregular month lengths. This task tests your date-arithmetic logic and edge-case handling for calendar systems. Unlock the full problem statement and clean code solution with a paid subscription.
Coding & Leetcode-style QuestionsOptiverCount Numbers Passing All Intervals (Intersection Filter)
3/5In this Squarespace interview question, you are tasked with identifying how many elements from a given collection fall squarely within the overlapping region of a set of numeric boundaries. This problem tests your efficiency in interval math, range intersection logic, and array filtering techniques. Explore the complete problem statement and optimal algorithmic solution by obtaining a paid subscription.
Coding & Leetcode-style QuestionsSquarespaceMinimum Moves to Even Out Box Piles
3/5Balancing distributions across discrete groups is an engaging optimization problem frequently posed during technical evaluations at Amazon. The challenge requires determining the minimum number of reallocation steps needed to balance items among multiple containers so that every group approaches an equalized average state. This puzzle tests greedy thinking, mathematical reasoning, and efficient array manipulation under specific constraints. Explore the complete problem overview and discover the optimal algorithmic solution by subscribing today.
Coding & Leetcode-style QuestionsAmazonArray 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 QuestionsIntuitEven Digit Count
1/5This beginner-friendly coding challenge, frequently featured in Capital One technical interviews, tests your ability to iterate through collections and process numerical data. You will be asked to evaluate a sequence of numeric values and determine how many items meet a specific length criterion regarding their digit count. This problem is excellent for practicing basic arithmetic operations and string conversion techniques in a timed setting. Access to the complete problem breakdown and optimal code solution requires a subscription.
Coding & Leetcode-style QuestionsCapital OneHappy Number Service at Scale
2/5In this classic Apple interview challenge, you are asked to determine whether a given positive integer qualifies as a joyful digit-sum reduction, eventually reaching unity rather than looping infinitely. Beyond the basic detection algorithm, the real test lies in scaling your service to handle billions of concurrent validation requests efficiently. You will need to apply cycle-finding principles and consider distributed architecture patterns to solve the follow-up requirements. Access the complete problem description, complexity analysis, and expert solution with a subscription.
Coding & Leetcode-style QuestionsAppleCount Gift Pairs Summing to a Power of Three
3/5This frequently asked Amazon interview puzzle challenges candidates to efficiently analyze numerical sequences and identify valid combinations whose combined values align with specific exponential milestones. Tackling this challenge effectively requires mastering clever hash-mapping or two-pointer techniques to avoid sluggish brute-force enumeration. Engineers will evaluate their capacity to optimize time complexity while handling scale constraints gracefully. To examine the complete problem statement along with a robust, production-ready reference solution, unlock full platform access today.
Coding & Leetcode-style QuestionsAmazonConsecutive Numbers Sum
3/5In this mathematical coding challenge reported from Blink Health, you must find all possible ways to express a given integer as the sum of consecutive positive numbers. The exercise evaluates your grasp of number theory, algebraic manipulation, and optimization techniques to avoid brute-force search spaces. Discover the complete problem description, constraints, and optimal algorithmic solution with a paid subscription.
Coding & Leetcode-style QuestionsBlink HealthPascal'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 QuestionsEricssonInteger to Roman Numeral
2/5This classic numerical conversion exercise, commonly featured in Amazon coding interviews, requires you to translate standard Arabic integers into their traditional Roman numeral counterparts. You will need to implement a robust mapping strategy that correctly handles subtractive notations and value groupings across various decimal places. This problem is an excellent test of your arithmetic logic and iterative reduction skills. The full problem statement and clean code implementation are available exclusively to subscribers.
Coding & Leetcode-style QuestionsAmazonUnique Digits in Range
2/5Featured in Agoda interviews, this algorithmic puzzle requires counting integers within a given numerical interval that contain exclusively distinct digits. It evaluates your digit manipulation techniques and efficiency in handling range-based queries. Unlock the full challenge details and clean implementation by subscribing.
Coding & Leetcode-style QuestionsAgodaFibonacci via Matrix Exponentiation
3/5This reported interview question from WeRide challenges candidates to compute large sequence values efficiently without relying on standard linear approaches. Instead, applicants must leverage mathematical properties of linear transformations to achieve logarithmic performance. You will need to demonstrate strong algorithmic optimization skills to handle large inputs within tight constraints. Unlocking the complete problem description and the optimal model solution requires an active subscription.
Coding & Leetcode-style QuestionsWeRideMinimum Operations to Reduce an Integer to 0 (LeetCode 2571)
3/5Encountered frequently in Salesforce technical screenings, this algorithmic puzzle requires determining the fewest arithmetic steps needed to reach zero from a given numeric value by repeatedly adding or subtracting powers of two. The task evaluates your grasp of binary representations, greedy choice properties, and optimal substructure when navigating state spaces. Working through this challenge hones your ability to recognize bitwise patterns and optimize recursive transitions. Access to the full problem breakdown and a clean, production-ready solution requires an active subscription.
Coding & Leetcode-style QuestionsSalesforceFast Exponentiation (base^exp)
3/5This algorithmic coding challenge, reported from WeRide, requires implementing an efficient exponentiation routine using custom multiplication without relying on built-in power functions. The objective is to achieve logarithmic time complexity relative to the exponent size through clever bitwise or recursive operations. Unlock the comprehensive problem description and optimal model solution by becoming a subscriber.
Coding & Leetcode-style QuestionsWeRideSum of Distinct Floor Divisions
3/5Investigate mathematical relationships and integer division properties in this engaging Amazon interview question. You will compute the summation of unique quotient values generated by dividing a target number across a sequence of divisors. This challenge highlights number theory fundamentals and optimization strategies for avoiding brute force loops. Access the complete problem statement and model solution with a subscription.
Coding & Leetcode-style QuestionsAmazonMinimize Value by Parentheses in Concatenated Expression
3/5This Visa interview question challenges candidates to evaluate numeric strings and strategically place grouping symbols to achieve the smallest possible arithmetic result. The problem evaluates your ability to handle large numerical inputs and apply greedy or dynamic programming techniques for expression parsing. You will need to carefully consider operator precedence and string manipulation. To access the complete problem description and an optimized model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsVisaJob Execution — Minimum Operations
4/5In this Adobe interview challenge, you must determine the optimal scheduling strategy to finish a collection of tasks in parallel using asymmetrical execution speeds. The scenario tests your proficiency in advanced mathematical modeling, greedy algorithms, and binary search to minimize total operational steps. You will need to account for varying workload durations and a dual-rate processing system. Unlock the full problem breakdown and expert code solution with a subscription.
Coding & Leetcode-style QuestionsAdobeFind 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 FargoExpression Add Operators — Left-to-Right Variant (LC 282)
3/5Featured in a Pinterest staff evaluation, this coding puzzle asks you to insert basic arithmetic operations into a numeric sequence to match a specified total under unique evaluation rules. Unlike standard mathematical convention, calculations proceed strictly from left to right, ignoring traditional operator priorities. Tackling this variant requires recursive backtracking combined with precise state tracking to discover all valid combinations. To view the complete problem breakdown and optimal solution, a paid subscription is required.
Coding & Leetcode-style QuestionsPinterestResource Allocation / Balancing Teams Equal Sum
2/5Featured in MathWorks evaluations, this problem involves balancing two numerical collections containing empty slots by replacing placeholders with positive integers to achieve identical total sums. It measures your mathematical reasoning and greedy strategy execution to find optimal balancing points or determine impossibility. Access to the full problem text, edge-case analysis, and complete model solution requires a paid subscription.
Coding & Leetcode-style QuestionsMathWorksCalculate 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 QuestionsSnowflakeDays Between Two Dates
2/5In this classic warmup screen featured by Optiver, you must calculate the exact elapsed duration between two distinct calendar points in time. The puzzle examines your ability to manage irregular month boundaries, century rules, and leap years correctly across different programming environments. Perfect for practicing fundamental date mathematics and string parsing for technical assessments. Gain full access to the complete problem breakdown and verified code solutions with a subscription.
Coding & Leetcode-style QuestionsOptiverLeast Trucks Under Capacity and Per-Type Limits
3/5This Amazon coding assessment asks you to determine the minimum fleet size needed to transport various product quantities under strict vehicle capacity and cargo type restrictions. It tests your greedy algorithmic thinking and resource allocation strategies under constraints. The full question details and verified solution are restricted to subscribers.
Coding & Leetcode-style QuestionsAmazonReverse Integer with Constraint
2/5This Warner Music Group coding question asks you to implement a function that reverses the digits of a given 32-bit signed integer. A key aspect of this problem is handling specific input constraints and, crucially, detecting potential integer overflow after the reversal. If the reversed number exceeds the standard 32-bit signed integer range, your function must return zero. This problem assesses your attention to detail, numerical manipulation skills, and ability to manage edge cases. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsWarner Music GroupWeighted Sampling from Score Distribution
3/5This Pinterest coding challenge asks you to implement a weighted sampling mechanism. Given a collection of strings, each associated with an arbitrary real-valued score, the task is to select a single string such that its probability of selection is directly proportional to a derived, normalized version of its score. The problem specifically emphasizes the importance of addressing numerical stability issues that arise when dealing with a wide range of input scores, potentially involving very large, very small, or negative values. It tests your understanding of probability distributions and robust numerical computation. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsPinterestSum of Distinct Counts Over All Subarrays
3/5This Amazon interview problem asks you to compute a specific aggregate sum over all possible contiguous subarrays of a given input array. For each individual subarray, you must determine the number of unique values it contains. The ultimate goal is to sum these distinct counts across every single subarray. This challenge tests your ability to efficiently iterate through subarrays and, more critically, to optimize the process of counting distinct elements within them, often requiring techniques like sliding windows or clever data structures to avoid redundant computations. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsAmazonBasic Calculator (with and without Parentheses)
4/5This ByteDance interview question requires you to build a robust calculator capable of evaluating complex mathematical expressions provided as strings. The calculator must correctly handle non-negative integers, standard binary operators (addition, subtraction, multiplication, division), spaces, and parentheses. Key challenges include accurately implementing operator precedence rules, managing integer division with truncation towards zero, and correctly processing unary minus operations. This problem is a classic test of parsing techniques, stack-based algorithms, and careful state management to correctly interpret and compute the expression. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsByteDanceStock Prices
3/5This Rubrik interview question delves into array manipulation and combinatorics. You are given a sequence of daily stock prices and a divisor. The objective is to identify and count all unique combinations of three distinct days, where the sum of the stock prices on those days is perfectly divisible by the given divisor. This problem requires careful consideration of indices and efficient ways to iterate through combinations while applying modular arithmetic principles. It's an excellent test of your ability to handle numerical constraints and optimize for performance. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsRubrikCount Square Subgrids For Each Query
2/5This Goldman Sachs interview question presents a combinatorial challenge involving grid geometry. For each given set of grid dimensions (rows and columns), your task is to determine the total number of square subgrids that can be formed within it, considering all possible side lengths. This problem requires a systematic approach to counting and an understanding of how the number of possible squares changes with increasing side length relative to the grid dimensions. It's a good test of your mathematical reasoning and ability to derive a general formula. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsGoldman SachsSqrt(x) Rounded Down
1/5This Uber interview question focuses on implementing a fundamental mathematical operation without relying on standard library functions. Given a non-negative integer, your goal is to compute its square root and then round the result down to the nearest whole number. The key constraint is to achieve this calculation using only basic arithmetic operations, demonstrating your understanding of numerical approximation techniques. This problem effectively assesses your ability to devise an algorithm for finding integer square roots. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsUberMinimize Maximum of Array
3/5This Visa interview question presents an array manipulation challenge focused on optimization. You are given an array of non-negative integers and a specific operation: you can transfer a unit from any element to its immediate left neighbor. The goal is to perform these operations strategically any number of times to achieve the smallest possible value for the maximum element in the array. This problem requires careful thought about how to distribute values to minimize peaks, testing your ability to identify an optimal strategy for array balancing. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsVisaSequential 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 QuestionsPlaidMinimum Redistribution Cost on a Ring
3/5This Amazon Online Assessment problem asks you to optimize product distribution among warehouses arranged in a circular fashion. Each warehouse initially holds a certain number of products, and the objective is to equalize the product count across all locations. Products can only be moved to an adjacent warehouse, incurring a cost of one unit per move, and all movements must proceed in a single, consistent direction around the ring. The challenge lies in determining the minimum total cost to achieve an even distribution. This problem often involves prefix sums and understanding circular array properties. The full problem description and a detailed model solution are available with a subscription.
Coding & Leetcode-style QuestionsAmazonPrint 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 AmericaNext 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 QuestionsZillowFind the Number of Squares Formed by Given Points
3/5This Zillow interview question requires you to compute the total number of geometric squares that can be constructed from a given set of coordinates distributed across a grid. It tests your computational geometry knowledge, spatial awareness, and ability to optimize subset searches to avoid excessive time complexity. You must evaluate all possible vertex combinations to count valid configurations accurately. Discover the complete problem breakdown and optimal algorithmic solution by obtaining a subscription.
Coding & Leetcode-style QuestionsZillowFormat Bytes into Human-Readable String (B/KB/MB)
2/5Encountered during Upstart technical screenings, this coding exercise requires transforming a raw integer representing a byte count into a clean, human-friendly string using standard storage units. You will practice scaling values across bytes, kilobytes, and megabytes while applying precise rounding rules to two decimal places. This task tests fundamental arithmetic manipulation, boundary condition handling, and output formatting proficiency. Gain full access to the complete problem instructions and verified model solution with a subscription.
Coding & Leetcode-style QuestionsUpstartQR OA — Linear Interpolator
3/5This Two Sigma online assessment task requires the implementation of a piecewise linear interpolator using sorted coordinate knot points. You must handle range boundary conditions, extrapolation rules, duplicate coordinate edge cases, and high-performance lookup queries. The evaluation focuses on binary search algorithms, numerical math, and robust edge-case handling. To read the complete problem description and review the expert model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsTwo SigmaImplement itoa for 32-bit Signed Integer
3/5This coding challenge, featured in interviews at Hudson River Trading, tests your ability to convert a numerical value into its textual base representation without relying on standard library functions. Candidates must carefully handle edge cases, negative signs, and extreme lower bounds typical of 32-bit integer limits. It thoroughly examines your low-level manipulation skills and logical precision. Access to the full problem statement and expert model solution requires a paid subscription.
Coding & Leetcode-style QuestionsHudson River TradingApproximate 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 SystemsCompute 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 QuestionsDandyCome Looking for the Smallest Num Which Must Be > Than a Specific Num.
3/5Featured in General Motors technical assessments, this coding challenge requires finding the smallest integer greater than a given value whose digit sum equals twice the digit sum of the original number. Focusing primarily on algorithmic correctness within constrained input ranges, the task evaluates your ability to manipulate numerical digits and implement conditional search logic effectively. Unlocking the complete problem statement, detailed explanation, and clean model solution requires an active subscription.
Coding & Leetcode-style QuestionsGeneral MotorsLongest Even-Sum Subsequence
2/5Discover how to approach this engaging array manipulation problem featured in Amazon coding interviews. This challenge evaluates your ability to analyze number sequences and apply logical conditions efficiently without resorting to exhaustive searches. You will need to determine how to selectively include or exclude elements to maximize length while preserving parity constraints. To unlock the complete problem description, comprehensive test cases, and a fully explained optimal solution, a paid subscription is required.
Coding & Leetcode-style QuestionsAmazonStock Transaction Sequence Counting (Catalan / DP)
3/5This quantitative assessment problem, reported during recruitment rounds at Optiver, challenges candidates to count valid transaction sequences that maintain proper balance without dipping into negative totals. Relying on advanced combinatorics, counting principles, and dynamic programming techniques, this exercise tests your ability to model state transitions accurately. Access to the full problem description and its detailed model solution requires a paid subscription.
Coding & Leetcode-style QuestionsOptiverCalculate Change
2/5In this practical coding exercise reported from interviews at PayPay, you are tasked with determining the correct denominations of currency to return as change after a retail transaction. Candidates must compute the difference between given cash and product costs, then distribute standard bill and coin denominations while formatting the resulting items alphabetically. Reviewing the complete problem statement and the comprehensive model solution requires a paid subscription.
Coding & Leetcode-style QuestionsPayPayModified Basic Calculator
4/5In this Rokt interview question, candidates are challenged to build a robust arithmetic evaluator capable of processing standard mathematical operators and nested parentheses according to order of operations. The assignment tests string parsing proficiency, stack utilization, and numerical computation rules for integer arithmetic. Success requires careful handling of operator precedence and grouping symbols. Access the full problem specifications and optimal source code by subscribing to the platform.
Coding & Leetcode-style QuestionsRokt.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 QuestionsIBMGet Minimum Operations to Sort Array
3/5Encountered during technical interviews at Moveworks, this coding puzzle asks engineers to find the fewest division steps required to put a numeric array into non-decreasing order. Participants are allowed to split any integer into smaller positive components during the sorting process. The challenge tests greedy algorithmic thinking, array manipulation, and mathematical optimization under strict constraints. To view the complete analysis and tested programming solution, a subscription is required.
Coding & Leetcode-style QuestionsMoveworksSimplified Path for GPS Recorder
3/5In this engaging interview question reported at Axon, you are tasked with streamlining a sequence of geographic coordinates gathered by a tracking device. The objective is to filter out redundant intermediate locations that fall precisely along a straight trajectory, preserving only the vital turning points. This challenge evaluates your geometric reasoning and data reduction skills using chronologically ordered spatial inputs. The complete problem description and optimal model solution require a subscription.
Coding & Leetcode-style QuestionsAxonMatrix Multiplication
3/5Practice a fundamental linear algebra computation challenge reported from WeRide technical interviews. This problem requires you to compute the product of two multi-dimensional matrices while properly validating dimensional compatibility and handling error conditions. It examines your command over multi-dimensional array traversal, inner product calculations, and edge-case validation. The full problem details and efficient reference solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsWeRideVending Machine Design
2/5In this Handshake interview question, you are tasked with designing a functional vending machine backend with a primary focus on coin change distribution logic. The challenge requires writing clean, working code that accurately computes the minimum or standard set of currency denominations needed to return a specific monetary amount in cents. This problem tests your grasp of greedy algorithms, modular arithmetic, and clean object-oriented design principles. Unlock the full implementation details and expert solution with a subscription.
Coding & Leetcode-style QuestionsHandshakeGreatest Outlier Value
3/5Encountered in an Amazon technical interview, this puzzle asks you to analyze a collection of integers that includes standard values, their cumulative total, and a single anomalous outlier. Your objective is to efficiently isolate and compute the maximum possible value for that exceptional element using linear scan techniques. This problem assesses your numeric reasoning, mathematical deduction, and skill in designing efficient array-scanning algorithms. Review the complete problem statement and discover the optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsAmazonMaximum Strictly-Increasing Unique Batches
3/5Featured in an Amazon technical screening, this problem challenges you to optimize inventory grouping under strict constraints. Given varying quantities of different items, the objective is to form sequential collections where each group utilizes distinct product types and contains strictly more elements than the previous one. This task assesses your greedy algorithmic thinking, array manipulation, and optimization abilities. Full problem details and the optimal code solution require a subscription.
Coding & Leetcode-style QuestionsAmazonMonotone Increasing Digits (LC 738)
3/5Faced during an Oracle coding interview, this algorithmic challenge requires finding the highest valid integer beneath a given threshold where digits follow a strictly non-decreasing sequence. The exercise evaluates greedy optimization techniques, digit manipulation, and edge-case handling under strict constraints. It tests the ability to transform an intuitive pattern into an optimal computational approach. The complete problem statement and verified code implementation are reserved for subscribers.
Coding & Leetcode-style QuestionsOracleMinimum Bills and Coins for an Amount
2/5In this Amazon onsite interview challenge, candidates must compute the smallest number of currency units required to make a specific monetary value using standard denominations. The problem tests numerical precision handling, greedy optimization strategies, and managing inventory constraints during change-making extensions. It evaluates practical algorithmic design and clean implementation under pressure. The full problem description, follow-up variations, and complete model solution require a paid subscription.
Coding & Leetcode-style QuestionsAmazonImplement round() From String + Round-to-Precision
3/5This string manipulation and arithmetic challenge, featured in Pinterest interviews, tests your ability to implement custom rounding logic directly on text representations of numbers without converting them to floating-point types. You will handle complex edge cases involving standard rounding rules and implement a precision-based rounding function using arbitrary scale strings. Unlock the full problem details and expert solution by subscribing to our platform.
Coding & Leetcode-style QuestionsPinterestAdd 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 QuestionsAmazonTrader Fair-Bet Probability and Number Sequences
3/5Sharpen your quantitative reasoning and rapid estimation skills with this financial assessment module frequently utilized by Akuna Capital during quantitative candidate evaluations. The evaluation measures your ability to quickly compute fair bet probabilities, perform mental calculations under severe time constraints, and recognize mathematical sequence patterns. Success depends on accuracy and speed when handling probabilistic risk scenarios without relying on lengthy derivations. Unlock the complete set of practice drills, advanced calculation strategies, and verified solutions by purchasing a subscription.
Coding & Leetcode-style QuestionsAkuna CapitalPath in a Zigzag Labelled Binary Tree
3/5Explore this interesting tree-navigation puzzle featured in Amazon interviews, where rows follow an alternating directional pattern rather than standard layouts. Given a target node identifier, your goal is to reconstruct the exact sequence of steps from the tree apex down to that specific location. This problem tests your mathematical intuition regarding tree indexing and hierarchical traversal patterns. Discover the full problem statement and clean code solution by securing a subscription today.
Coding & Leetcode-style QuestionsAmazonScale Ingredient Quantities
2/5As a practical coding task featured by Upstart, this question requires you to process structured text data containing ingredient measurements and scale them proportionally based on a target group size. The exercise evaluates your string manipulation skills, basic arithmetic scaling, and ability to handle formatted input data gracefully. You will need to parse text lines accurately while preserving units and nomenclature. Access to the complete problem definition and a clean model solution requires an active subscription.
Coding & Leetcode-style QuestionsUpstartRoller 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 QuestionsZooxAPI Calls to Match Target Review Counts
2/5Encountered during technical evaluations at Amazon, this algorithmic puzzle challenges you to calculate the aggregate operational cost required to adjust a collection of numerical data points to match multiple specified targets. Your objective is to compute the total adjustment effort for each goal efficiently across an entire dataset. This exercise evaluates your ability to leverage sorting, prefix sums, or mathematical transformations to optimize what would otherwise be a costly brute-force approach. To view the full problem description and expert solution, a paid subscription is required.
Coding & Leetcode-style QuestionsAmazonProbability of a Dice Roll Sum
3/5This Belvedere Trading interview question challenges you to compute the likelihood of obtaining a specific aggregate outcome when throwing standard multi-sided dice multiple times. It evaluates your grasp of probability theory, combinatorics, and dynamic programming approaches for counting valid outcomes. To view the full problem statement and expert model solution, a subscription is required.
Coding & Leetcode-style QuestionsBelvedere TradingSmallest Permutation ≥ Lower Bound
3/5Combinatorial generation and boundary constraints form the core of this intriguing algorithmic challenge, which has been featured in technical interviews at Airbnb. The objective is to construct the smallest possible integer string or numerical value using a specified multiset of digits, potentially constrained by a given threshold. This puzzle tests your proficiency with backtracking, permutations, greedy digit selection, and handling edge cases with leading zeros. Access to the complete problem description and optimized model solution requires a subscription.
Coding & Leetcode-style QuestionsAirbnbPrint 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 QuestionsFaire
Studied alongside
math interview FAQ
- How many math interview questions are there?
- 172 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask math questions?
- Amazon (31), Snowflake (6), Capital One (6), Optiver (5), Akuna Capital (5), Rubrik (4), WeRide (4), Microsoft (3).
- How hard are math questions?
- They average 2.7 out of 5: 5 at 1/5, 55 at 2/5, 98 at 3/5, 14 at 4/5.