Bird
0
0

A requirement states: "The game must save player progress every 10 minutes." The system saves progress only on logout. What is the problem?

medium📝 Analysis Q7 of 15
LLD - Design — Tic-Tac-Toe Game
A requirement states: "The game must save player progress every 10 minutes." The system saves progress only on logout. What is the problem?
AThe requirement is optional and can be ignored
BSaving on logout is sufficient and meets the requirement
CThe system does not meet the periodic save requirement
DSaving progress is not necessary for gameplay
Step-by-Step Solution
Solution:
  1. Step 1: Understand the requirement for periodic saving

    The game must save progress every 10 minutes regardless of logout.
  2. Step 2: Compare system behavior

    Saving only on logout does not fulfill the periodic saving requirement.
  3. Final Answer:

    The system does not meet the periodic save requirement -> Option C
  4. Quick Check:

    Periodic save required = System must save regularly [OK]
Quick Trick: Periodic requirements must be met continuously, not just on events [OK]
Common Mistakes:
MISTAKES
  • Assuming event-based save meets periodic requirement
  • Ignoring requirement importance
  • Thinking saving is optional

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes