InterviewDB
Question
Tree Backend: Design a REST API for Managing a Hierarchical Tree Structure
Question Details
Problem Design a backend API for managing hierarchical data (e.g., org charts, category trees). Each node has an id, name, parent_id, and optional metadata. Implement these endpoints: Example Follow-ups What database representation (adjacency list, n…
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Coding
Onsite
Phone
More from Jane Street
Reddit
TDOE intern interview jane street
1p3a
Jane Street SRE Technical Phone Screen Featuring Rate Limiting Algorithm
LeetCode
Jane Street | TDOE| London | Technical | What to expect?
InterviewDB
Arbitrage System: Detect Arbitrage Opportunities in a Currency Exchange Graph
InterviewDB
Arithmetic Encoding: Implement Arithmetic Coding for Lossless Data Compression