- A
Embed keys in application code to ensure availability.
Why wrong: Keys in code can be easily extracted if code is accessed.
- B
Distribute keys to administrators via email for convenience.
Why wrong: Email is insecure and can be intercepted.
- C
Use a single key for all encryption to simplify management.
Why wrong: Single key compromise compromises all data.
- D
Store keys in a centralized hardware security module (HSM) with strict access controls.
HSM provides tamper-resistant key storage and management.
Quick Answer
The correct answer is to store keys in a centralized hardware security module (HSM) with strict access controls. This is the best practice because an HSM provides tamper-resistant, dedicated hardware that securely generates, stores, and manages cryptographic keys, preventing extraction even if the host system is compromised. Strict access controls, such as role-based access and multi-factor authentication, ensure only authorized personnel can manage the keys, aligning with NIST SP 800-57 guidelines for large organizations. On the ISC2 Certified in Cybersecurity CC exam, this question tests your understanding of key management fundamentals, often using a distractor that suggests storing keys in software or on a network share—a common trap that sacrifices physical security for convenience. Remember the memory tip: “HSM keeps keys from leaving home,” reinforcing that centralized hardware prevents key exposure while enforcing strict access.
ISC2 CC Security Operations Practice Question
This CC practice question tests your understanding of security operations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.
Which of the following is the best practice for managing cryptographic keys in a large organization?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
Store keys in a centralized hardware security module (HSM) with strict access controls.
Option D is correct because a centralized Hardware Security Module (HSM) provides tamper-resistant, dedicated hardware for secure key generation, storage, and cryptographic operations. Strict access controls (e.g., role-based access, multi-factor authentication) ensure that only authorized personnel can manage keys, while the HSM prevents key extraction even if the host system is compromised. This aligns with NIST SP 800-57 guidelines for key management in large organizations.
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.
- ✗
Embed keys in application code to ensure availability.
Why it's wrong here
Keys in code can be easily extracted if code is accessed.
- ✗
Distribute keys to administrators via email for convenience.
Why it's wrong here
Email is insecure and can be intercepted.
- ✗
Use a single key for all encryption to simplify management.
Why it's wrong here
Single key compromise compromises all data.
- ✓
Store keys in a centralized hardware security module (HSM) with strict access controls.
Why this is correct
HSM provides tamper-resistant key storage and management.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
ISC2 often tests the misconception that convenience (e.g., embedding keys in code or using a single key) is acceptable for key management, when in fact security and compartmentalization are paramount in enterprise environments.
Detailed technical explanation
How to think about this question
HSMs enforce key usage policies at the hardware level, often using FIPS 140-2 Level 3 or 4 validated modules that zeroize keys upon tamper detection. In large organizations, HSMs can be clustered for high availability and support key lifecycle management via PKCS#11 or KMIP protocols, enabling secure key escrow and automated rotation without exposing private keys to application servers. A real-world scenario is a payment processor using an HSM to store PCI DSS-compliant encryption keys for credit card data, where the keys never leave the HSM boundary.
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.
- →
Security Operations — study guide chapter
Learn the concepts, then practise the questions
- →
Security Operations practice questions
Targeted practice on this topic area only
- →
All CC questions
500 questions across all exam domains
- →
ISC2 Certified in Cybersecurity CC study guide
Full concept coverage aligned to exam objectives
- →
CC practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CC practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Access Controls Concepts practice questions
Practise CC questions linked to Access Controls Concepts.
Business Continuity, DR & Incident Response practice questions
Practise CC questions linked to Business Continuity, DR & Incident Response.
Security Principles practice questions
Practise CC questions linked to Security Principles.
Network Security practice questions
Practise CC questions linked to Network Security.
Security Operations practice questions
Practise CC questions linked to Security Operations.
CC fundamentals practice questions
Practise CC questions linked to CC fundamentals.
CC scenario practice questions
Practise CC questions linked to CC scenario.
CC troubleshooting practice questions
Practise CC questions linked to CC troubleshooting.
Practice this exam
Start a free CC 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 CC question test?
Security Operations — This question tests Security Operations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Store keys in a centralized hardware security module (HSM) with strict access controls. — Option D is correct because a centralized Hardware Security Module (HSM) provides tamper-resistant, dedicated hardware for secure key generation, storage, and cryptographic operations. Strict access controls (e.g., role-based access, multi-factor authentication) ensure that only authorized personnel can manage keys, while the HSM prevents key extraction even if the host system is compromised. This aligns with NIST SP 800-57 guidelines for key management in large organizations.
What should I do if I get this CC question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 →
Last reviewed: Jun 30, 2026
This CC 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 CC exam.
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.
Sign in to join the discussion.