Top 32
Prep plan
~5h total · Updated weekly · Last refresh Aug 9

AKUNA CAPITAL Software Engineer Interview Questions

The questions to prepare for a AKUNA CAPITAL Software Engineer interview. Questions from real interview reports rank first. Updated weekly.

Implement LRU CacheMedium

Problem Design a data structure that implements an LRU (Least Recently Used) cache. The cache should support the following operations: - get(key): Retrieve...

Hash TablesQueueLinked Lists
Recently asked
AKUNA CAPITAL
LRU Cache for Fast Retrieval
Medium

Implement an LRU cache using a hash map and doubly linked list to support O(1) get and put operations.

Hash TablesSearchingSorting
Recently asked
AKUNA CAPITAL
Custom String Class in C++
Medium

Evaluates ability to implement safe string semantics and operator behavior with correct memory handling.

memory managementData Structuresc++
Recently asked
AKUNA CAPITAL
More Coding questions with a free account
Front-Running Detection for Order StreamsHard

Evaluates real-time detection design for suspicious trading behavior in an order-driven market.

system design
Recently asked
AKUNA CAPITAL
Multi-Dimensional Matrix Rotation
Hard

Tests data structure design and indexing logic for efficient in-place or low-overhead matrix operations.

memory managementsystem designMatrix
Recently asked
AKUNA CAPITAL
Elevator Control with Scalable States
Hard

Evaluates concurrent system design skills and correctness of state transitions under load.

system designthread safety
Recently asked
AKUNA CAPITAL
More System Design questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
Concurrency Hazards and Deadlocks
Hard

Evaluates understanding of concurrency failure modes and how to prevent them in high-throughput systems.

deadlockconcurrency
Recently asked
AKUNA CAPITAL
Stack vs Heap and Smart Pointers
Medium

Assesses understanding of memory regions and RAII-based lifetime management using smart pointers.

memory managementc++
Recently asked
AKUNA CAPITAL
More Security & Infrastructure questions with a free account
More Behavioral & Leadership questions with a free account