Bird
0
0

Given this SRS excerpt: "The system shall allow users to reset their password via email verification." What is the expected behavior when a user requests a password reset?

medium📝 Analysis Q4 of 15
Software Engineering - Requirements Engineering
Given this SRS excerpt: "The system shall allow users to reset their password via email verification." What is the expected behavior when a user requests a password reset?
AThe system sends an email with a reset link to the user.
BThe system resets the password automatically without user input.
CThe system asks the user to call support for password reset.
DThe system ignores the request if the user is inactive.
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the requirement phrase

    It states password reset via email verification.
  2. Step 2: Match behavior to requirement

    Sending an email with a reset link fits the description.
  3. Final Answer:

    The system sends an email with a reset link to the user. -> Option A
  4. Quick Check:

    Password reset via email = The system sends an email with a reset link to the user. [OK]
Quick Trick: Email verification means sending a reset link [OK]
Common Mistakes:
  • Assuming automatic reset without verification
  • Ignoring email step
  • Confusing support call with automated reset

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Software Engineering Quizzes