22 problems · 3 Easy, 10 Medium, 9 Hard · Ranked #84 of 458
Difficulty breakdown
3 Easy
14% · avg 23%
10 Medium
45% · avg 59%
9 Hard
41% · avg 18%
Top topics
array
72.7%
sorting
27.3%1.9x
hash-table
27.3%
dynamic-programming
27.3%
greedy
22.7%2.7x
depth-first-search
22.7%2.5x
Interview profile
Based on 22 reported problems, Akuna Capital interviews are significantly harder than average - 41% Hard vs 18% across all companies.
Compared to the industry average, Akuna Capital puts unusual emphasis on graph (18.2% of problems, 6.1x the industry average), union-find (9.1% of problems, 3.1x the industry average), heap-priority-queue (18.2% of problems, 3x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (72.7%), sorting (27.3%), hash-table (27.3%), dynamic-programming (27.3%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 22 problems
Problem
Difficulty
Frequency
Topics
Minimum Initial Energy to Finish Tasks
You are given an array tasks where tasks[i] = [actuali, minimumi]:
Given an integer array instructions, you are asked to create a sorted array from the elements in instructions. You start with an empty container nums. For each...
You are given a network of n nodes, labeled from 1 to n. You are also given times, a list of travel times as directed edges times[i] = (ui, vi, wi), where ui is...
You are given a string s and array queries where queries[i] = [lefti, righti, ki]. We may rearrange the substring s[lefti...righti] for each query and then choo...
Given an integer array nums and an integer k, return the maximum sum of a non-empty subsequence of that array such that for every two consecutive integers in th...
A die simulator generates a random number from 1 to 6 for each roll. You introduced a constraint to the generator such that it cannot roll the number i more tha...
There are n computers numbered from 0 to n - 1 connected by ethernet cables connections forming a network where connections[i] = [ai, bi] represents a connectio...
There is an undirected graph consisting of n nodes numbered from 0 to n - 1. You are given a 0-indexed integer array vals of length n where vals[i] denotes the...
You have a certain number of processors, each having 4 cores. The number of tasks to be executed is four times the number of processors. Each task must be assig...
There are n servers numbered from 0 to n - 1 connected by undirected server-to-server connections forming a network where connections[i] = [ai, bi] represents a...
Given an array of integers nums, sort the array in increasing order based on the frequency of the values. If multiple values have the same frequency, sort them...
You are given an image represented by an m x n grid of integers image, where image[i][j] represents the pixel value of the image. You are also given three integ...
Given an integer array instructions, you are asked to create a sorted array from the elements in instructions. You start with an empty container nums. For each...
You are given a network of n nodes, labeled from 1 to n. You are also given times, a list of travel times as directed edges times[i] = (ui, vi, wi), where ui is...
You are given a string s and array queries where queries[i] = [lefti, righti, ki]. We may rearrange the substring s[lefti...righti] for each query and then choo...
Given an integer array nums and an integer k, return the maximum sum of a non-empty subsequence of that array such that for every two consecutive integers in th...
A die simulator generates a random number from 1 to 6 for each roll. You introduced a constraint to the generator such that it cannot roll the number i more tha...
There are n computers numbered from 0 to n - 1 connected by ethernet cables connections forming a network where connections[i] = [ai, bi] represents a connectio...
There is an undirected graph consisting of n nodes numbered from 0 to n - 1. You are given a 0-indexed integer array vals of length n where vals[i] denotes the...
You have a certain number of processors, each having 4 cores. The number of tasks to be executed is four times the number of processors. Each task must be assig...
There are n servers numbered from 0 to n - 1 connected by undirected server-to-server connections forming a network where connections[i] = [ai, bi] represents a...
Given an array of integers nums, sort the array in increasing order based on the frequency of the values. If multiple values have the same frequency, sort them...
You are given an image represented by an m x n grid of integers image, where image[i][j] represents the pixel value of the image. You are also given three integ...
We have n jobs, where every job is scheduled to be done from startTime[i] to endTime[i], obtaining a profit of profit[i].
HardLikely
arraybinary-searchdynamic-programming
How often are these problems asked?
Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Akuna Capital interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Akuna Capital coding interview
Akuna Capital interviews focus heavily on array, sorting, hash-table problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.
Beyond solving problems, practice explaining your approach. Akuna Capital interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.
What coding problems does Akuna Capital ask in interviews?add
Akuna Capital has been reported to ask 22 distinct coding problems. The most common topics are array, sorting, hash-table. 3 are Easy difficulty, 10 are Medium, and 9 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Akuna Capital coding interviews?add
Based on 22 reported problems, Akuna Capital interviews are significantly harder than average - 41% Hard vs 18% across all companies. 45% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.
How should I prepare for a Akuna Capital coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, sorting, hash-table. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Akuna Capital coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.