Akuna Capital Interview Questions (2026-2027)
2 questions · 8 experiences · 1p3a (6) · LeetCode (3) · Reddit (1)
Browse by role
Top topics
10 entries
Akuna Capital C++ Object Pool Coding Challenge Interview
AkunaCapital 2026 Quantitative Research Summer Internship Online Test
Akunacapital 2026 Quant Finance Intern Online Assessment Experience
Akunacapital Fulltime Software Engineer Online Assessment: Exchange Order Matching Engine
Akuna Capital SWE Internship Technical Phone Screen Interview
Akunacapital Quant Developer Technical Phone Screen Experience
Akuna Capital Easy hire interview (Junior Quant Developer)
Akuna Capital Codepair for C ++
Akuna Capital Junior Quant Developer | Final Stage
Akuna Capital | Python Junior Developer New Grads 2020 | Chicago | Nov 2019 [Reject]
Akuna Capital C++ Object Pool Coding Challenge Interview
Question Details
I learned C++ OOP two years ago, and I've almost forgotten everything, haha. They gave me an object pool class, did most of the work, and then I had to complete a function and fix a bunch of really stupid bugs—literally really stupid, because it explicitly stated that it couldn't be compiled yet and I had to debug. It had 45 minutes, and I didn't finish. I highly recommend thoroughly reviewing OOP and C++ syntax. The object pool has two private structs: template ObjectT struct node{ ObjectT object; node next} struct Batches{ Batches next; Node nodes; size_t size;} Node allocateBatch(size_t batchsize) Node& getnode() size_t capacity batches* batch (I don't quite remember this one) public: Several APIs capacity() You need to write numAllocated() Then there are a bunch of functions, the ultimate goal of which is to implement numAllocated().
Topics
More from Akuna Capital
People also viewed