Implement an in-memory order book API
Company: Citadel
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: easy
Interview Round: Technical Screen
Quick Answer: This question evaluates understanding of in-memory data structures and API design for maintaining ordered collections with FIFO semantics, correctness of state management, and algorithmic complexity considerations. It is commonly asked in Coding & Algorithms interviews to assess practical implementation skills under constraints (e.g.