Skip to contentSkip to footer
  • Jobs
  • Companies
  • Salaries
  • For Employers

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      AKUNA CAPITAL

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: AKUNA CAPITAL reviews | AKUNA CAPITAL jobs | AKUNA CAPITAL salaries | AKUNA CAPITAL benefits
      AKUNA CAPITAL interviewsAKUNA CAPITAL Quantitative Research Intern interviewsAKUNA CAPITAL interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Quantitative Research Intern Interview

      Jan 14, 2021
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied online. I interviewed at AKUNA CAPITAL

      Interview

      Was given a coding test via Hackerrank that had to be completed within 2 weeks. Had to answer 2 out of 3 questions in an hour. Did not make it past test phase of the interview process.

      Interview questions [1]

      Question 1

      Coding questions in python language
      Answer question

      Other Quantitative Research Intern Interview Reviews for AKUNA CAPITAL

      Quantitative Research Intern Interview

      Oct 14, 2025
      Anonymous Interview Candidate
      Declined offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at AKUNA CAPITAL in Sep 2025

      Interview

      HackerRank Coding Test (3 problems, leetcode medium level), then Vidcruiter Test (need to verbally explain, serveral math, 5 min each), then Technical Phone Screen (normal brain teasers, probability etc.), then final round.

      Interview questions [1]

      Question 1

      Problem Analysis: A k-star consists of a center node and up to k arms (edges to other nodes) We need to find the k-star with maximum sum of all its nodes For each potential center, we choose the best neighbors (up to k) to maximize sum Algorithm: Build an adjacency list from the edges For each node as a potential center: Get all its neighbors Sort neighbors by their values (descending) Select up to k best neighbors Calculate sum: center + selected neighbors Return the maximum sum found
      Answer question

      Quantitative Researcher Intern Interview

      Nov 19, 2025
      Anonymous Interview Candidate
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 3 weeks. I interviewed at AKUNA CAPITAL in Sep 2025

      Interview

      the first step is a leetcode like challenge, easy to medium difficulties. for 2 hour, there is enough time for you to solve them. if you pass the test cases, the following is the video math OA

      Interview questions [1]

      Question 1

      flip a coin the expected number to get two H
      Answer question

      Quantitative Researcher Intern Interview

      Oct 30, 2024
      Anonymous Interview Candidate
      Chicago, IL
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at AKUNA CAPITAL (Chicago, IL)

      Interview

      You will receive an automatic OA (HackerRank Coding Challenge). If you pass, you will have a 5-minute video-recorded interview. The topics will be linear algebra, brainteasers, combinatorics, and probability. Make sure you review theories in linear algebra.

      Interview questions [1]

      Question 1

      I got something similar to Leetcode's Maximum Subarray.
      Answer question