FC0-U61 · Question #568
Which of the following is the BEST reason to use password complexity requirements?
The correct answer is B. For stronger access control. Password complexity requirements are best used to enhance access control by making passwords harder to guess or crack, thereby improving overall system security.
Question
Which of the following is the BEST reason to use password complexity requirements?
Options
- ATo discourage reuse
- BFor stronger access control
- CAs a legal requirement
- DTo meet customer requirements
How the community answered
(18 responses)- A6% (1)
- B89% (16)
- C6% (1)
Why each option
Password complexity requirements are best used to enhance access control by making passwords harder to guess or crack, thereby improving overall system security.
While complex passwords might indirectly reduce simple reuse by being harder to remember, their primary technical purpose is to make a single password stronger against attacks, not explicitly prevent reuse across multiple services.
Password complexity requirements ensure that passwords contain a mix of character types (uppercase, lowercase, numbers, symbols) and meet a minimum length, making them significantly more resistant to brute-force and dictionary attacks, which directly strengthens access control.
Legal requirements may mandate strong passwords, but the technical reason behind implementing complexity is the security benefit of stronger access control, not merely compliance.
Meeting customer requirements is a business objective; the technical reason for implementing password complexity is to achieve stronger access control and improve security.
Concept tested: Password complexity security benefits
Source: https://learn.microsoft.com/windows/security/identity-protection/hello-for-business/pin-policy-settings#strong-pin-requirements
Topics
Community Discussion
No community discussion yet for this question.