Akuna Capital Interview Questions
We track 23 interview questions reported from Akuna Capital: 22 in Coding & Leetcode-style Questions, 1 in ML Fundamentals & Algorithms. They average 2.8/5 difficulty — medium for a working engineer — and every one was reported by someone who sat the loop, not written by us. The topics that come up most: array, math, trading, hashmap.
Practice these on the problems board →Question mix
- Coding & Leetcode-style Questions22
- ML Fundamentals & Algorithms1
Difficulty
- 2/5 — easy5
- 3/5 — medium17
- 4/5 — hard1
Asked for SWE (20), RS (8), Infra (7), Quant (3)
Topics Akuna Capital asks about
Reported Akuna Capital questions
SQL Cloud Resource Utilization Dashboard
2/5Featured in Akuna Capital data engineering interviews, this SQL challenge tasks you with creating a unified dashboard view by aggregating and filtering cloud resource metrics across multiple applications. You will need to write a clean query that calculates average usage percentages for specific time frames, applies conditional thresholds, and formats output columns precisely. This scenario tests your proficiency with intermediate aggregation functions, conditional filtering, and data sorting. To view the complete schema details and the optimized SQL query, a subscription is required.
ML Fundamentals & Algorithmssqldata-engineeringArray 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 Questionsprefix-sumarraymathPortfolio Rebalancer
2/5In this Akuna Capital interview question, you are tasked with designing an object-oriented portfolio rebalancing system. The objective is to evaluate current asset distributions against target percentages and calculate the exact adjustments needed for each holding to align the portfolio. This challenge tests your object-oriented design patterns, data structure utilization, and ability to translate financial requirements into clean, maintainable code. To view the full problem description and the complete model solution, a subscription is required.
Coding & Leetcode-style Questionsoop-designhashmaptradingQR 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 Questionsmathprobabilitylinear-algebraMinimum Swaps to Sort (Cycle Decomposition)
3/5As seen in Akuna Capital coding evaluations, this problem requires calculating the absolute fewest element exchanges needed to arrange an array into its proper ordered sequence. Candidates must analyze permutation paths and apply cycle decomposition concepts to determine the optimal number of corrective moves efficiently. This exercise tests your grasp of graph theory principles applied to arrays and combinatorial optimization. Unlock the full question breakdown, mathematical proof, and complete model solution with a paid subscription.
Coding & Leetcode-style Questionscycle-detectionsortingarrayRolling Statistics (Max, Mean, Mode)
3/5Featured in Akuna Capital recruitment sessions, this streaming data problem requires you to maintain live metrics such as peak values, averages, and frequencies over an incoming sequence of numbers, with an extension to handle rolling time windows efficiently. It tests your mastery of advanced data structures, amortized complexity analysis, and sliding window techniques. The full problem details, performance requirements, and reference solution are available exclusively to subscribers.
Coding & Leetcode-style Questionsstreamingsliding-windowmonotonic-stackTrack Best Bid/Ask with Cancellations
3/5Master real-time market data handling with this engaging coding challenge frequently asked in interviews at Akuna Capital. You will learn how to efficiently process incoming purchase bids, sales offers, and cancellation requests while continuously maintaining the optimal price points and aggregated volumes for both market sides without matching orders. This exercise tests your ability to design high-performance data structures that handle dynamic updates swiftly. Access to the comprehensive problem breakdown and verified model solution requires a subscription.
Coding & Leetcode-style Questionsorder-bookheapdata-structureEnemy Factory with Shared Instances (Flyweight)
3/5Examine object-oriented design patterns through a memory optimization challenge featured in interview loops at Akuna Capital. You are asked to construct an entity creation system and subsequently refactor it to handle massive quantities of heavy objects efficiently using structural sharing techniques. This problem evaluates your knowledge of software design principles, memory footprint reduction, and the Flyweight pattern. To access the full problem details and the expert architectural solution, a subscription is required.
Coding & Leetcode-style Questionsoop-designobject-designflyweightMaximum Distinct Elements After K Swaps
3/5Tackle an intriguing array manipulation challenge reported during Akuna Capital technical screenings, focusing on maximizing unique elements within a collection through limited element exchanges. The puzzle tests your proficiency with greedy strategies and frequency tracking, requiring you to determine the optimal trade-offs between existing duplicates and external candidates. You must carefully evaluate how limited operational budgets can alter collection diversity under strict constraints. Unlock the full problem description and verified algorithmic solution with a subscription.
Coding & Leetcode-style QuestionshashmapgreedyarraySegregate Binary String (Move Ones to End)
3/5Practice a string transformation puzzle frequently asked in Akuna Capital technical assessments. The goal is to compute the minimum movement cost required to group all binary ones to the right side of a given string through adjacent swaps. This task evaluates your skill in counting inversions and optimizing linear scans to determine cumulative distances efficiently. Access the full problem description, analytical breakdown, and complete model solution by securing your subscription.
Coding & Leetcode-style Questionsgreedyprefix-sumbinary-stringQR HackerRank Profitable Pairs and Delivery Order
3/5This Akuna Capital online assessment features a dual-part technical evaluation focusing on financial pair optimization and network routing logic. The first segment examines combinations meeting specific profitability thresholds, while the second explores graph traversal and distance-based sorting across disconnected nodes. Candidates must demonstrate strong combinatorial reasoning and graph theory application to succeed. To view the full problem statements and expert solutions, a paid subscription is required.
Coding & Leetcode-style Questionssortingtwo-pointergraphMinimum Days to Release Updates
3/5This interview question, reported at Akuna Capital, challenges you to find the most efficient schedule for launching a series of software patches. Given primary and backup scheduling options for each item, you must determine the optimal timeline that minimizes the overall span while satisfying strict chronological constraints. This puzzle evaluates your algorithmic thinking, resource scheduling capabilities, and ability to handle optimization constraints effectively. Access to the comprehensive problem description, edge cases, and complete solution requires a paid subscription.
Coding & Leetcode-style QuestionsgreedysortingarrayFun With Anagrams (Deduplicate Anagrams)
2/5Streamline a collection of text strings by removing redundant anagrams while preserving the earliest appearance of each equivalence class, a common task in Akuna Capital interviews. This problem evaluates your skill in utilizing hashing, frequency counting, or canonical sorting keys to identify patterns and manage lexicographical ordering. It is a great exercise for strengthening core string processing capabilities. Get the complete problem guidelines and our optimized model solution with a subscription.
Coding & Leetcode-style QuestionshashmapstringsortingRound 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 QuestionsmathsimulationtradingFind 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 Questionsbit-manipulationmatharraySliding-Window Order Message Rate Limiter
3/5This interview question, frequently asked at Akuna Capital, challenges candidates to design a flexible throughput regulator class capable of handling burst submissions while enforcing sliding time thresholds. The exercise evaluates your proficiency with timestamp tracking, queue management, and efficient data structures to evaluate traffic dynamically. You will need to manage rolling temporal boundaries without relying on crude fixed intervals. Access to the complete problem breakdown and the optimal reference implementation requires a subscription.
Coding & Leetcode-style Questionsrate-limitingsliding-windowqueueC++ Object Pool Debugging (Allocation Count)
3/5This systems-level debugging task, encountered during an Akuna Capital online assessment, asks candidates to inspect a broken C++ object pool implementation, fix compilation errors, and complete missing tracking functionality. Developers must navigate template syntax, memory management structures, and internal allocation counts within a strict time limit. The exercise evaluates low-level programming proficiency and code maintenance abilities. Subscribe to view the full prompt and reference solution code.
Coding & Leetcode-style Questionscode-readingdebuggingoopMax Subsequence Sum Without Skipping Two in a Row
3/5In this technical interview question shared by candidates interviewing at Akuna Capital, you must determine an optimal subset of numeric values to maximize the cumulative sum while adhering to a strict constraint against bypassing consecutive items. This task tests your capability to apply dynamic programming principles, design state transition logic, and handle boundary conditions efficiently within sequential datasets. Solving this puzzle enhances your skill in recognizing overlapping subproblems and formulating optimal substructures. Unlock the full problem breakdown, detailed explanations, and a complete code solution with a paid subscription.
Coding & Leetcode-style QuestionsdparrayMaximum Difference Across Connected Components
2/5Encountered in Akuna Capital recruitment rounds, this task requires analyzing an undirected network to discover connected subgraphs and calculate the span between the maximum and minimum node identifiers within each group. It evaluates your proficiency in graph traversal algorithms such as depth-first search or disjoint-set data structures. Unlocking the full problem guidelines, optimal constraints, and reference implementation requires a paid subscription.
Coding & Leetcode-style Questionsgraphbfsunion-findJunior Trader Final: Investment & Market-Making Games
3/5This Akuna Capital final-round prompt evaluates your quantitative reasoning and strategic thinking through rapid-fire financial games and probability scenarios. You will explore capital allocation over distinct time horizons, evaluate a paid dice-reroll gamble to find the optimal bidding threshold, and establish a market-making quote for open-world data points. The assessment focuses heavily on logical speed, risk evaluation, and practical intuition over heavy formulas. Unlock the complete interview guide and expert analysis with a subscription.
Coding & Leetcode-style Questionsbrainteasermarket-makingexpected-valueMoving Average Signal System
3/5Build a real-time financial analytics component inspired by Akuna Capital engineering interviews. This task involves computing rolling averages from a continuous price stream and triggering specific trading indicators based on predefined thresholds. It evaluates your stream processing logic, sliding window optimization, and state management. The complete problem instructions and a production-grade reference solution require a subscription.
Coding & Leetcode-style Questionsstreamingsliding-windowtradingCount Set Bits in an Integer Array
2/5Optimize low-level bit manipulation techniques in this systems-oriented coding challenge reported by Akuna Capital. The objective requires writing an efficient function to compute the total count of active binary digits across an array of integers while handling platform-specific constraints and type conversions. This exercise evaluates your understanding of hardware-level bitwise operations and compiler intrinsics. Unlock the full technical specification and performance-optimized reference code by obtaining a subscription.
Coding & Leetcode-style Questionsbit-manipulationarrayperformance-modelingTrader 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 Questionsprobabilitymathmath-reasoning
Companies that ask similar questions
Akuna Capital interview FAQ
- How many Akuna Capital interview questions are available?
- 23 reported Akuna Capital questions, the largest group being Coding & Leetcode-style Questions (22).
- How hard is the Akuna Capital interview?
- Across the questions we track, Akuna Capital averages 2.8 out of 5: 5 at 2/5, 17 at 3/5, 1 at 4/5.
- What topics does Akuna Capital ask about?
- Most often array, math, trading, hashmap, sorting.