Took the hackerrank online test (Quant Dev #5) in Python. There were 3 questions. I hope this is of some help to someone. I felt that the position requires strong programming skills.
Interview questions [3]
Question 1
The test had the following questions (easy to difficult)
1) Enter a dimension(number) and verify if it can be a 3 dimensional figure (minimum dimension is 2)
Eg. if you enter 8 -> (2 x 2 x 2) -> Yes
10 -> (5x2) -> No
12 -> (2x2x3) -> Yes
Had my Akuna Capital quant dev interview recently — they asked two LeetCode-style questions (an easy warmup and a medium one). I solved both, felt good about it, but still got the rejection email the next day. Tough process, but good practice.
I applied online. I interviewed at AKUNA CAPITAL in Oct 2024
Interview
They send you a link for a coding assignment the minute you submit the application, so I don't think they read the resume.
The coding assignment was long and hard. You need to be a Leetcode veteran to have a chance. I solved 2/3 problems perfectly and in the last one I got it right for 13/15 test cases, but it wasn't enough
first I got an OA on which there are DSA Questions. After that, I got another OA in which they asked math questions. The third stage was the technical round in which they asked me 2 coding questions one was related to DSA and another was related to Object Oriented.
Interview questions [1]
Question 1
Asking about Object-Oriented Concept Related Design Question