2V0-622D · Question #73
An administrator is creating a new Platform Service Controller Password Policy with the following requirements: - Minimum length: Minimum of 8 characters. - Restrict use: 6 - Character requirements: A
The correct answer is D. Identical adjacent characters. The password 'P@$$w0rd' contains two consecutive identical characters '$$', violating the policy that permits zero identical adjacent characters.
Question
An administrator is creating a new Platform Service Controller Password Policy with the following requirements:
- Minimum length: Minimum of 8 characters.
- Restrict use: 6
- Character requirements: At least one upper-case letter, one number,
and one special character.
- Identical adjacent characters: 0
When trying to assign the password "P@$$w0rd", the administrator receives an error that the password does not meet the Password Policy requirements. Which part of the Password Policy does this password violate?
Options
- AMinimum length
- BRestrict use
- CCharacter requirements
- DIdentical adjacent characters
How the community answered
(45 responses)- A9% (4)
- B2% (1)
- C13% (6)
- D76% (34)
Why each option
The password 'P@$$w0rd' contains two consecutive identical characters '$$', violating the policy that permits zero identical adjacent characters.
The password 'P@$$w0rd' is exactly 8 characters long, which satisfies the minimum length requirement of 8.
The 'Restrict use' value of 6 refers to password history reuse prevention and does not apply to a newly created password with no prior history in the system.
The password contains an uppercase letter ('P'), a number ('0'), and special characters ('@' and '$'), fully satisfying all character class requirements.
The 'Identical adjacent characters' restriction is set to 0, meaning no two consecutive characters in the password may be the same; 'P@$$w0rd' contains '$$' - two back-to-back dollar signs - which directly violates this rule and triggers the policy error.
Concept tested: PSC password policy identical adjacent characters restriction
Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.psc.doc/GUID-78C3B38B-E6A2-4B9E-AA69-1D5A35C5BBB4.html
Topics
Community Discussion
No community discussion yet for this question.