Preparing Akuna Capital Online Assessment, the first reaction of many students is to go to HackerRank to answer questions, or to search for relevant interview experience. However, after actually browsing, you will find that the Akuna Capital OA information on the one-third-acre land is relatively scattered, and the topic descriptions are often incomplete and it is not friendly to candidates who participate in Akuna OA for the first time.
This article is compiled based on the feedback of multiple real candidates who completed the Akuna Capital Hackerrank OA. Combined with the actual test question types of HackerRank, it systematically sorts out the overall structure, question types and pitfalls of the OA to help you complete the test more efficiently within a limited time.
Akuna Capital OA Overall Process Overview
Judging from public information and candidate feedback, Akuna Capital OA is mostly completed through the Hackerrank platform.
After passing the OA, you will enter the subsequent telephone interview or technical interview stage.
Unlike some Internet companies, Akuna Capital prefers the combination of trading and technology, and has higher requirements for basic algorithmic capabilities + logical stability, rather than simply examining complex techniques. This point has also been mentioned repeatedly in many Akuna interviews on hackerrank.
Akuna Capital OA real question sharing
OA 1: Poor score in card games
两名玩家 Sabrina 和 Mikhail 交替从牌堆两端抽牌。如抽到的牌值是 3 的倍数,则翻转牌堆方向;否则保持当前方向。 实现函数返回 Sabrina 得分减 Mikhail 得分的差值。正值表示 Sabrina 胜,负值表示 Mikhail 胜,零为平局。
Two players, Sabrina and Mikhail, alternately draw cards from either end of a deck. If the drawn card is a multiple of 3, the deck orientation flips; otherwise it stays the same. Implement a function that returns Sabrina’s score minus Mikhail’s.
Time Complexity: O(n)
OA 2: Convert Roman numerals to integers
Extracts Roman numerals from a string and converts it to a decimal integer, following the addition/subtraction rules (subtract if the smaller value is to the left of the larger value, add otherwise).
Extract a Roman numeral from a string and convert it to its integer value, applying standard addition and subtraction rules.
How to prepare more specifically for Akuna Capital Hackerrank OA?
After sorting out the core information of the Akuna Capital Hackerrank OA, it is not difficult to find that although it does not test complex skills, the 10 multiple-choice questions in C++ require high basic rigor, and the 3 programming questions (such as card games and Roman numeral conversion) focus on algorithm logic and scenario adaptation. Also, the public information is scattered and the question descriptions are incomplete. It is easy to get into trouble when preparing for the exam for the first time.
Stuck Akuna OA programming question? Targeted services help you get 100% AC directly to follow-up interviews
If you are worried about these problems,ProgramHelp 针对 Akuna Capital OA 的定制化解决方案可精准破局。我们深耕其 Hackerrank 测评题型,OA 代写由熟悉量化场景与 C++ 基础的专家操刀,确保 10 道选择题精准作答、3 道编程题 100% AC,不通过不收费;远程操作无痕安全,完美适配平台要求。若需后续面试衔接,还可提供量化领域专家的实时面试辅助,或全套包过服务(从 OA 到终面签约全程护航,预付定金、拿 Offer 再付尾款)。
Many students have successfully passed the Akuna Capital OA initial screening with our assistance. Don't want to waste time sifting through scattered information or worry about getting stuck on programming or basic questions? Contact us to learn more and let our professional team help you accurately meet the assessment requirements, saving you time and leading you directly to subsequent interviews.
Read More
- Got a Coding Challenge from Akuna Capital
- AKUNA CAPITAL Interview Questions (2024)
- Akuna Capital 2024 SWE Intern C++ Hackerrank