Harvey Software Engineer Interview Questions
The questions to prepare for a Harvey Software Engineer interview. Questions from real interview reports rank first. Updated weekly.
Reverse a singly linked list in-place using iterative pointer manipulation.
HarveyUse a hash map to find two array elements that sum to a target in O(n) time.
HarveyExplain how binary search works on a sorted array and why its time complexity is O(log n).
HarveyDesign an API by balancing usability, performance, versioning, and operational risk under real product constraints.
HarveyTests your ability to choose the right data model and storage technology for different requirements.
HarveyDesign a URL shortener that ranks and recommends short links while handling abuse, freshness, and monitoring at scale.
HarveyTests understanding of consistency models, tradeoffs, and mechanisms for distributed data.
HarveyTests query optimization skills and performance troubleshooting for data systems.
HarveySign up to see every question
Create a free account to unlock this list and practice real interview questions.
Compute top 10 customers by net sales using joins and aggregations, ordering by revenue with deterministic tie-breaking.
Gain Digital
TCS
Zest AIMerge CRM orders with GA events via an identity map to build a customer-level view using joins, window functions, and monthly rollups.
ArtefactUse subqueries to compare each courier's delivery speed and on-time rate against the network average.
Instacart