Bird
0
0

Given a system that allows users to upload photos and comment, which of the following is a valid use case?

medium📝 Analysis Q13 of 15
LLD - Design — Library Management System
Given a system that allows users to upload photos and comment, which of the following is a valid use case?
ASystem stores photos in a database
BUser uploads a photo and receives confirmation message
CDatabase schema includes photo metadata fields
DServer runs a nightly backup process
Step-by-Step Solution
Solution:
  1. Step 1: Identify user actions in options

    User uploads a photo and receives confirmation message describes a user action and system response, fitting a use case.
  2. Step 2: Recognize system internals vs user interaction

    Options A, C, and D describe internal system details, not user interactions.
  3. Final Answer:

    User uploads a photo and receives confirmation message -> Option B
  4. Quick Check:

    User action + system response = use case [OK]
Quick Trick: Use case = user action plus system reaction [OK]
Common Mistakes:
MISTAKES
  • Choosing system internal processes as use cases
  • Ignoring the user perspective
  • Confusing data storage details with use cases

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes