PracHub
QuestionsLearningGuidesInterview Prep

Quick Overview

This question evaluates graph traversal and data-manipulation competencies, combining connected-component analysis on undirected graphs with map-based computation of allocation deltas for portfolio rebalancing in the Coding & Algorithms domain for a Data Engineer role.

  • medium
  • Akuna Capital
  • Coding & Algorithms
  • Data Engineer

Compute Graph Spread and Portfolio Trades

Company: Akuna Capital

Role: Data Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Take-home Project

Quick Answer: This question evaluates graph traversal and data-manipulation competencies, combining connected-component analysis on undirected graphs with map-based computation of allocation deltas for portfolio rebalancing in the Coding & Algorithms domain for a Data Engineer role.

Last updated: May 30, 2026
Loading…
PracHub

Master your tech interviews with 8,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • AI Coding Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.

Related Coding Questions

  • Find minimum swaps to sort array with duplicates - Akuna Capital (hard)
  • Count inversions in an array efficiently - Akuna Capital (medium)
  • Heapify an array into a max-heap - Akuna Capital (medium)
  • Implement a ring buffer - Akuna Capital (medium)