Grokking the System Design Interview, Volume II
Vote

0% completed

Design Reddit: Requirements

Step 2: Clarify and Define Requirements

Before designing, we must define what features and constraints our system must satisfy. We identify both functional requirements (features) and non-functional requirements (performance and scale goals).

Functional Requirements (Features):

  • User Accounts & Profiles: Users can register, log in, and manage profiles. Basic profile info and preferences should be stored. Users need to be able to authenticate securely (e.g. via OAuth or email/password).
  • Content Creation: Users can create and share content:

.....

.....

.....

Like the course? Get enrolled and start learning!