March 20, 2022 6:00 PM PDT


This document summarizes the discussion from a mock system design interview focused on creating an in-memory key-value store. The interview covered functional and non-functional requirements, system design considerations, and specific technical challenges related to memory management, data consistency, and scaling.

Slab memory management

Requirements
Functional Requirements
Non-Functional Requirements
System Design
External APIs
System Design Considerations
Memory Management
Scaling the Design
Consistency and Replication
Expiry Implementation
Data Structure Organization
Interviewer and Audience Feedback
Interviewer Insights
Audience Insights
Key Takeaways for Candidates