Question 210 of 504
Security Operations and AdministrationeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is to require a minimum password length of 12 characters, as password length is the single most important factor in resistance to brute-force and rainbow table attacks. This is because each additional character exponentially increases the keyspace, making long passphrases far more effective against modern GPU-based cracking than short, complex passwords with special characters. NIST SP 800-63B now prioritizes length over complexity, a key distinction tested on the Systems Security Certified Practitioner SSCP exam, where questions often present a trap: choosing a policy that mandates mixed character types but allows short passwords. Instead, remember that entropy from length scales exponentially, while complexity adds only linear gains. For the exam, think “length over complexity” and recall the NIST best practice of 12–16 characters as the baseline. A simple memory tip: “12 characters, not 12 rules”—focus on the minimum character count, not the number of special character requirements.

SSCP Security Operations and Administration Practice Question

This SSCP practice question tests your understanding of security operations and administration. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company wants to ensure that employees use strong passwords. Which policy is most effective?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Require a minimum password length of 12 characters.

Option C is correct because password length is the single most important factor in resistance to brute-force and rainbow table attacks. NIST SP 800-63B and industry best practices now recommend a minimum of 12–16 characters, as each additional character exponentially increases the keyspace. While complexity adds some entropy, a long passphrase is far more effective against modern GPU-based cracking than a short, complex password.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Prohibit password reuse for the last 10 passwords.

    Why it's wrong here

    This is good but not as effective as length.

  • Require password changes every 30 days.

    Why it's wrong here

    Frequent changes encourage weak passwords and reuse.

  • Require a minimum password length of 12 characters.

    Why this is correct

    Length is the most important factor for password strength.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Require a mix of uppercase, lowercase, numbers, and symbols.

    Why it's wrong here

    Complexity requirements can lead to predictable patterns.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that many candidates overvalue complexity (uppercase, numbers, symbols) because of legacy policies, but Cisco tests the modern NIST guidance that password length trumps complexity and periodic changes.

Detailed technical explanation

How to think about this question

Under the hood, password entropy is calculated as log2(character_set_size^length). For example, a 12-character password from a 95-character printable ASCII set yields ~79 bits of entropy, while an 8-character mixed-case alphanumeric password yields only ~48 bits. Modern tools like Hashcat can attempt billions of hashes per second using GPUs, so a 48-bit keyspace can be exhausted in hours, whereas 79 bits would take centuries. Real-world scenarios like the 2012 LinkedIn breach showed that even complex 8-character passwords were cracked rapidly, reinforcing that length is the primary defense.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SSCP practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SSCP practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SSCP question test?

Security Operations and Administration — This question tests Security Operations and Administration — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Require a minimum password length of 12 characters. — Option C is correct because password length is the single most important factor in resistance to brute-force and rainbow table attacks. NIST SP 800-63B and industry best practices now recommend a minimum of 12–16 characters, as each additional character exponentially increases the keyspace. While complexity adds some entropy, a long passphrase is far more effective against modern GPU-based cracking than a short, complex password.

What should I do if I get this SSCP question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.