How Should Password Policy Be Strengthened After an Account Compromise?
Easy-to-guess passwords led to an account compromise. The current password policy requires at least 12 alphanumeric characters, one uppercase character, one lowercase character, a password history of two passwords, a minimum password age of one day, and a maximum password age of 90 days. Which of the following would reduce the risk of this incident from happening again? (Choose two.)
Community Insight
The test checks whether you can identify which controls actually reduce password-guessing risk: longer length increases entropy, and a stronger hash (SHA-512) makes offline cracking harder. The trap is assuming any option about password age or history helps, when those do not address the root cause of guessable passwords.
For a CompTIA SY0-701 question about easy-to-guess passwords, the correct risk-reducing choices are increasing password length and upgrading the password hashing algorithm. The community often expects adding special characters, but among the listed options, length and hashing are the two that directly improve resistance to guessing and cracking.
Thinking that increasing the maximum password age (C) or reducing the minimum password age (E) reduces risk; these changes either keep weak passwords in use longer or allow users to cycle back to old passwords, both of which increase risk.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
A is correct because increasing the minimum password length from 12 to 14 characters makes passwords exponentially harder to guess or brute-force, directly addressing the stated cause of easy-to-guess passwords. B is also correct because upgrading the hash algorithm from MD5 to SHA-512 makes offline password cracking far more difficult, reducing the risk of a compromised hash database being decoded. Together these two options are the only ones that improve security posture among the available choices.
Why the Other Options Are Wrong
C (increasing maximum password age to 120 days) weakens security by letting users keep a potentially guessable password for a longer period. D (reducing minimum length to 10) directly reduces password entropy. E (reducing minimum age to 0) lets users immediately change passwords, which can bypass password history and reuse old passwords. None of these reduce risk; they increase it.
Community Comment Notes
Comments [1], [2], and [3] correctly identify that increasing password length is the primary fix, but they also mention adding a special-character requirement (F). Option F is not present in the supplied list, so the only valid second answer from the available choices is B. Comments [5] and [6] correctly point out MD5 is weak, supporting B. Note the question asks for two answers, so A and B are the right pair here.
Official Reference
Exam Strategy
When a question says 'easy-to-guess passwords led to compromise,' focus on making passwords harder to guess or harder to crack. Eliminate any options that shorten password life or reduce complexity, and be ready to accept a stronger hashing algorithm as a valid defensive measure when a 'special characters' option is missing.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →