CAPM • Practice Test 23
Free CAPM practice test — 15 questions with explanations. Set 23. No signup required.
Based on the exhibit, which requirement poses the greatest risk to the project if not addressed?
Refer to the exhibit.
```json
{
"requirements": [
{
"id": "REQ-001",
"description": "The system shall allow users to reset their password via email",
"source": "Stakeholder interview",
"status": "Approved",
"verified": false
},
{
"id": "REQ-002",
"description": "The system shall send a confirmation email after password reset",
"source": "Security policy",
"status": "Draft",
"verified": false
},
{
"id": "REQ-003",
"description": "The system shall require multi-factor authentication for admin accounts",
"source": "Compliance requirement",
"status": "Approved",
"verified": true
}
]
}
```