I applied online. The process took 1 day. I interviewed at AKUNA CAPITAL in Jul 2023
Interview
Was sent an OA that I was given 72 hours to complete. Spent around 13 hours on it. It was essentially asking to code an orderbook. I passed 29 of the 30 test cases within 3 hours and spent another 10 on the last test case. After rigurously profiling my code, I realised that the last test case (number 29's) bottleneck was reading from std::cin. Akuna just expected way too much input to be read from std::cin within the 2 second time interval. The test case essentially submitted a bunch of orders that never matched, so it was impossible for my order processing code to be the bottleneck to begin with. It's a shame that Akuna doesn't know that Hackerrank is leading to their candidates failing the 29th test case, mistakening candidates as not meeting their 'technical bar'. Don't waste your time here, read the reviews on Glassdoor and move on to another firm if you're interested in Finance.
Interview questions [1]
Question 1
Code an orderbook with GTC and FillAndKill order types.
I applied online. I interviewed at AKUNA CAPITAL (Chicago, IL) in Jan 2026
Interview
They ask difficult questions but, given the role they seemed fair. They are painfully slow about the process and I wasn't able to attend the final round interview due to a job deadline I had informed them about, which I had to commit to since they did not reach back soon enough. Later they informed me they'd like to continue but it was too late lol.
Interview questions [1]
Question 1
Talk about your professional and educational experience with C++
First receive a online assignment that has 10 multiple choices and 3 coding, if you pass, you will revice another round of online assignment, which is about the same fottmat. This is the hardest OA I have ever done. Fail at the second round of the OA.
Interview questions [1]
Question 1
MC that require deep understanding of C++, and coding without any provided test cases
Gives you some code and a task with CodePair, ask about your idea and complete part of the code. Expect extensive questions about C++ 11/17/20. You can google documents for C++.
Interview questions [1]
Question 1
In order to remove the element from the linked list and use it somewhere else, how do you do that efficiently?