SACA 201 SILVER EXAM PRACTICE
Actual Exam 2026/2027 Complete
Questions and Verified Answers 100%
Correct Pass Guaranteed - A+ Graded
SECTION 1: CORE CONCEPTS & TERMINOLOGY (12 Questions)
Q1
Which three components form the "CIA Triad," the foundational model for information
security?
A. Control, Investigation, Authentication
B. Confidentiality, Integrity, Availability [CORRECT]
C. Compliance, Insurance, Authorization
D. Cryptography, Intelligence, Access
Correct Answer: B
Rationale: The CIA Triad is the cornerstone framework of information security. Confidentiality
ensures that sensitive information is accessible only to authorized individuals (preventing
unauthorized viewing). Integrity guarantees that data is accurate, complete, and unaltered by
unauthorized parties (preventing tampering). Availability ensures that systems and data are
accessible when needed by authorized users (preventing downtime). These three principles guide
all security decisions and controls.
Distractor Analysis: Option A confuses the triad with incident response activities. Option C
mixes compliance concepts with insurance terminology, which are business considerations but
not the core security model. Option D lists security technologies rather than principles.
Understanding the CIA Triad is essential because every security control—from passwords to
backups—exists to protect one or more of these three attributes.
Q2
Authentication is best defined as:
,2
A. Determining what actions a user is permitted to perform after accessing a system
B. Verifying that a user is who they claim to be [CORRECT]
C. Encrypting data so it cannot be read by unauthorized parties
D. Recording all user activities for later investigation
Correct Answer: B
Rationale: Authentication is the process of verifying identity—proving you are who you say
you are. Common methods include passwords, biometric scans (fingerprint, facial recognition),
security tokens, or smart cards. This is distinct from authorization (Option A), which determines
what an authenticated user is allowed to do once inside the system. Think of authentication as
"proving your identity at the door" while authorization is "determining which rooms you can
enter."
Distractor Analysis: Option A describes authorization, a commonly confused term. Option C
describes encryption, which protects confidentiality but doesn't verify identity. Option D
describes auditing or logging, which tracks actions but doesn't establish identity. In security
contexts, using these terms correctly matters because implementing the wrong control (e.g.,
strong authentication without proper authorization rules) leaves systems vulnerable.
Q3
Which term describes the practice of ensuring that sensitive information is accessible only
to those authorized to have access?
A. Integrity
B. Non-repudiation
C. Confidentiality [CORRECT]
D. Redundancy
Correct Answer: C
Rationale: Confidentiality is the security principle that prevents disclosure of information to
unauthorized individuals, entities, or processes. Controls that enforce confidentiality include
encryption, access controls, authentication mechanisms, and physical security measures like
locked filing cabinets. In academic and workplace settings, maintaining confidentiality protects
student records (FERPA), health information (HIPAA), proprietary research, and personal data
from identity theft or competitive espionage.
Distractor Analysis: Option A (Integrity) protects against unauthorized modification, not
unauthorized viewing. Option B (Non-repudiation) prevents individuals from denying they
performed an action—important for legal proof but different from access control. Option D
(Redundancy) supports availability by providing backup systems, but doesn't control who sees
,3
information. Understanding these distinctions helps professionals apply appropriate safeguards
for different risk scenarios.
Q4
Multi-Factor Authentication (MFA) requires users to provide:
A. Two or more passwords of increasing complexity
B. Two or more different types of authentication factors [CORRECT]
C. A password and a security question about personal history
D. Biometric data from two different body parts
Correct Answer: B
Rationale: MFA strengthens security by requiring two or more distinct authentication factors
from different categories: something you know (password, PIN), something you have
(smartphone, hardware token, smart card), or something you are (fingerprint, facial recognition,
iris scan). The critical requirement is that factors must be from different categories—two
passwords (even complex ones) still represent only "something you know" and constitute single-
factor authentication. MFA significantly reduces account compromise risk because attackers
must breach multiple distinct security layers, not just steal one credential type.
Distractor Analysis: Option A describes complex single-factor authentication, not MFA. Option
C describes knowledge-based authentication using two "something you know" factors, which is
still single-factor and vulnerable to social engineering (attackers can research personal history
answers). Option D incorrectly suggests MFA requires multiple biometrics; while possible,
standard MFA combines categories (e.g., password + phone app), not multiple biometrics. MFA
is now mandatory for most WGU systems and is considered a baseline security standard for
2026/2027.
Q5
Which of the following represents the strongest password according to current NIST
guidelines?
A. P@ssw0rd2026!
B. Tr0ub4dor&3
C. correct-horse-battery-staple-99 [CORRECT]
D. J3susL0vesM3!
Correct Answer: C
, 4
Rationale: Modern password guidance (NIST SP 800-63B, 2024 updates) emphasizes length
over complexity and encourages passphrases—long, memorable combinations of unrelated
words. "correct-horse-battery-staple-99" is a 28-character passphrase that is easy to remember
but computationally infeasible to crack through brute force (would take centuries to guess). It
avoids dictionary words alone, personal information, and predictable patterns while maintaining
human memorability.
Distractor Analysis: Option A uses common substitutions (@ for a, 0 for o) on a dictionary
word—patterns hackers easily crack with automated tools. Option B is the famous XKCD
example of "hard to remember, easy for computers to guess"—complex but short. Option D
contains personal religious references that might be guessed by someone who knows the user and
uses common leet substitutions. Current best practice: 16+ characters, no forced complexity
requirements, no dictionary words alone, and use of password managers for unique passwords
per account.
Q6
"Social engineering" in cybersecurity refers to:
A. Using social media platforms to market security products
B. Manipulating people into breaking security procedures or revealing confidential information
[CORRECT]
C. Collaborating with other security professionals to solve complex problems
D. Engineering social networks to be more secure against attacks
Correct Answer: B
Rationale: Social engineering exploits human psychology rather than technical vulnerabilities.
Attackers manipulate victims through deception, urgency, authority impersonation, fear, or trust
to bypass security controls. Common forms include phishing (email deception), pretexting
(fabricated scenarios), baiting (offering something enticing), and tailgating (following someone
through a secure door). These attacks are particularly dangerous because they target the "human
element," which is often the weakest security link regardless of technical protections. Even
security-aware individuals can fall for sophisticated social engineering during stressful moments.
Distractor Analysis: Option A confuses the term with legitimate marketing. Option C describes
professional collaboration, not exploitation. Option D misinterprets "engineering" as technical
design of social platforms. Social engineering attacks have increased 150% since 2024, with AI-
generated deepfakes now enabling highly convincing voice and video impersonations, making
this threat vector critical for 2026/2027 security awareness.