Count subarrays equal to target
Company: Akuna Capital
Role: Data Scientist
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates proficiency in array algorithms, cumulative-sum (prefix-sum) reasoning, and hash-based frequency techniques, including understanding how negative values affect subarray sums.