Software Engineer · Senior-Level · Full Journey
The challenge was to build an in-memory key-value store that supports standard CRUD operations and transactions. The goal was to ensure accuracy, data management, and scalability to handle nested transactions. **Part 1: Basic Store** I needed to implement `set...