Fundamentals of Information Security | A
Review of 200 Real Comprehensive -
Questions with Solutions Each Supported by
Rationale
INTRODUCTION
This comprehensive practice examination is designed to prepare students for the
WGU Course C836 - Fundamentals of Information Security assessment. The
questions cover key security concepts including:
• Vulnerability Assessment Tools (Nessus, network scanning, and
penetration testing)
• Attack Frameworks (Exploit frameworks, attack methodologies)
• Software Vulnerabilities (Buffer overflows, race conditions, injection
attacks)
• Web Application Security (XSS, XSRF, SQL injection, clickjacking)
• Secure Coding Practices (CERT guidelines, input validation,
authentication)
• System Security Fundamentals (Access control, authentication,
cryptography basics)
This exam contains 200 multiple-choice questions with detailed rationales for each
answer. Questions are organized by topic area and difficulty level to simulate the
actual certification exam experience. Use this practice test to identify knowledge
gaps and reinforce your understanding of information security fundamentals.
,\
TABLE OF CONTENTS
Section Topic Area Questions
1 Security Fundamentals & Terminology 1-30
2 Vulnerability Assessment & Penetration Testing 31-55
3 Application Security & Secure Coding 56-85
4 Web Application Attacks 86-115
5 Software Vulnerabilities 116-145
6 Security Management & Risk 146-175
7 Cryptography & Access Control 176-200
MULTICHOICE
SECTION 1: SECURITY FUNDAMENTALS & TERMINOLOGY
Questions 1-30
1. Which of the following best describes the primary goal of information
security?
A) To prevent all security breaches
B) To balance protection with usability and cost
,C) To eliminate all vulnerabilities
D) To focus only on technical controls
Answer: B
Rationale: Information security aims to balance protection (confidentiality,
integrity, availability) with operational requirements, usability, and cost
constraints. Complete prevention of all breaches is impossible, and security must
serve business needs.
2. What is the fundamental difference between a vulnerability and a threat?
A) Vulnerabilities are intentional, threats are accidental
B) A vulnerability is a weakness, while a threat is a potential danger that could
exploit it
C) Threats are always technical, vulnerabilities are always human
D) There is no significant difference
Answer: B
Rationale: A vulnerability is a weakness or gap in security protection, while a
threat is a potential danger that could exploit that vulnerability. The combination
of threat, vulnerability, and asset creates risk.
3. Which of the following is NOT considered a fundamental security
objective?
A) Confidentiality
B) Integrity
C) Availability
D) Authenticity
Answer: D
Rationale: The three fundamental security objectives (CIA triad) are
Confidentiality, Integrity, and Availability. Authenticity is important but is typically
considered a subset or related concept rather than a primary objective.
, 4. What term describes the process of verifying a user's identity?
A) Authorization
B) Authentication
C) Accounting
D) Auditing
Answer: B
Rationale: Authentication is the process of verifying that a user's claimed identity
is genuine. Authorization determines what the authenticated user can access, while
accounting tracks user activities.
5. Which of the following represents the strongest authentication factor?
A) Something you know (password)
B) Something you have (smart card)
C) Something you are (biometric)
D) Multi-factor authentication
Answer: D
Rationale: Multi-factor authentication (MFA) combines two or more authentication
factors, providing significantly stronger security than any single factor alone. Even
biometrics, which are generally strong, can be compromised or spoofed.
6. In information security, what is "defense in depth"?
A) Having multiple layers of security controls
B) Placing all security at the perimeter
C) Using only one type of control
D) Focusing on physical security only
Answer: A
Rationale: Defense in depth is a security strategy that uses multiple layers of
defense throughout an information system. If one layer fails, subsequent layers
continue to provide protection.