Akuna Capital Online Assessment Questions
5+ real Akuna Capital OA questions from candidate reports. Sourced from 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. Browse by year to find the most recent data, or view the full OA question set filtered on the main company page.
Browse Akuna Capital OA by Year
Recent Akuna Capital OA Sample Questions
AkunaCapital 2026 Quantitative Research Summer Internship Online Test
After applying online, I quickly received the online assessment (OA) link, valid for one month. The OA consisted of three coding questions, with a time limit of 120 minutes. The difficulty was roughly
akunacapital data engineer online assessment solutions
本帖最后由 匿名 于 2026-5-25 16:02 编辑 2F07C453-4D94-4FA8-A8DD-EC934013ECBB.jpeg (434.99 KB, 下载次数: 0) 下载附件 保存到相册 5 天前 上传 public static int maximumDifference(int gNodes, List<Integer> gFrom, List<Integer> gTo) { List<List<Integer>> graph = new ArrayList<>(); for (int i = 0; i <= gNodes; i++) { graph.add(new ArrayList<>()); } for (int i = 0; i < gFrom.size(); i++) { int a = gFrom.get(i); int b = gTo.get(i); graph.get(a).add...
Akunacapital Fulltime Software Engineer Online Assessment: Exchange Order Matching Engine
Write an exchange order Matching Engine The supported operations are:BUY SELL CANCEL MODIFY PRINT If the first column is BUY or SELL, then this line will contain five columns in total, where: Th
Akunacapital 2026 Quant Finance Intern Online Assessment Experience
Akuna's second round, the infamous video OA, required 5 minutes per problem, along with a video explanation of the solution process, a total of 6 problems. The following content requires a score highe
Akuna Capital Junior Quant Developer | Final Stage
Status: Penultimate University Student Position: Junior Quant Developer Date: Nov 2020 Made it to the final round after 2 HackerRank and 1 code pair interviews. Virtual onsite interview The final round consist of HR, System...
Most Common OA Topics
Akuna Capital OA Format and Platform
The Akuna Capital online assessment is delivered through a proctored online platform, most commonly HackerRank. Candidates receive the OA link by email after passing an initial resume review. The coding section typically contains 2 to 3 algorithmic problems with a 70 to 110 minute time limit.
Some Akuna Capital teams include an additional work simulation section that tests judgment and decision-making rather than coding ability. This section is not present for all roles. Check the LeakCode question database filtered by role type to see what past candidates for your specific role reported.
FAQ
Does Akuna Capital have an online assessment?
Yes. Akuna Capital uses an OA as the first technical screen for most engineering and technical roles. It is typically sent after a resume review and before any human interviews. The format has remained consistent across recent hiring cycles.
How hard is the Akuna Capital OA?
Based on candidate reports, Akuna Capital OA problems range from LeetCode medium to hard. Expect at least one problem that requires an efficient algorithm (not brute force) to pass all test cases within the time limit.
Where do these OA questions come from?
All questions in the LeakCode database are sourced from actual candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where the original report is public.
Related: Akuna Capital All Questions · All OA Questions · Browse Companies · Data Sources