Courseiva

CCNA Cybersecurity Principles And Risk Questions

29 questions · Cybersecurity Principles And Risk · All types, answers revealed

1
MCQmedium

When designing a defense-in-depth strategy, which layer should be addressed first as the primary boundary between internal and external networks?

A.Data encryption
B.Host-based security
C.Perimeter network (DMZ)
D.Application layer
AnswerC

The DMZ acts as the initial buffer zone.

Why this answer

The perimeter network (DMZ) is the first line of defense that separates the internal network from untrusted public networks.

2
MCQmedium

An analyst is setting up a new firewall. The policy dictates that all traffic is blocked unless explicitly permitted. What principle is being followed?

A.Least Privilege
B.Separation of Duties
C.Defense-in-depth
D.Default Deny
AnswerD

Default Deny is the standard for secure firewall configuration.

Why this answer

Default Deny (or Least Privilege) ensures that traffic not specifically allowed is prohibited by default.

3
MCQmedium

An analyst is assessing the 'Availability' of a database. Which scenario represents a threat to availability?

A.Packet sniffing on the wire
B.Replay attack
C.Unauthorized data modification
D.Distributed Denial of Service (DDoS) attack
AnswerD

DDoS renders systems unavailable to legitimate users.

Why this answer

Availability ensures systems are up. A Distributed Denial of Service (DDoS) attack explicitly targets uptime.

4
Multi-Selecthard

Which TWO of the following are considered 'Technical' controls?

Select 2 answers
A.Firewall configuration
B.Background checks
C.Security policy documentation
D.Intrusion Prevention System (IPS)
E.Guard patrol
AnswersA, D

Software/hardware control.

Why this answer

Technical controls (logical controls) are implemented via software, hardware, or firmware.

5
Multi-Selecteasy

Which TWO of the following are core components of the CIA Triad?

Select 2 answers
A.Confidentiality
B.Non-repudiation
C.Identification
D.Availability
E.Authorization
AnswersA, D

One of the three pillars.

Why this answer

The CIA Triad stands for Confidentiality, Integrity, and Availability.

6
MCQhard

You are implementing ISO 27001 Annex A controls. Which control category would contain requirements for physical access to the server room?

A.Human Resource Security
B.Operations Security
C.Access Control
D.Physical and Environmental Security
AnswerD

This covers building and hardware security.

Why this answer

Physical and Environmental Security is the domain within ISO 27001 that covers physical site security.

7
MCQeasy

Which document outlines the formal commitment of top management to support information security objectives?

A.System Security Plan (SSP)
B.Information Security Policy (ISP)
C.Business Impact Analysis (BIA)
D.Standard Operating Procedure (SOP)
AnswerB

The ISP is the top-level governance document.

Why this answer

The Information Security Policy (ISP) is the foundational document signed by management showing their commitment and authority.

8
MCQhard

You are reviewing a cloud architecture against the NIST 800-53 control catalog. Which control family would you reference for incidents involving unauthorized data exfiltration?

A.Access Control (AC)
B.Incident Response (IR)
C.Configuration Management (CM)
D.Risk Assessment (RA)
AnswerB

IR controls specifically address handling security incidents.

Why this answer

Incident Response (IR) is the specific NIST 800-53 family governing the response to security incidents.

9
Multi-Selecteasy

Which TWO of the following are examples of 'Detection' capabilities in the NIST CSF?

Select 2 answers
A.System hardening
B.Backups
C.Firewall blocking
D.SIEM log analysis
E.IDS alerts
AnswersD, E

Monitors and detects events.

Why this answer

Detection focus on identifying anomalies and security events continuously.

10
MCQeasy

Which security framework is most commonly used by US federal agencies to manage security controls?

A.ISO 27001
B.NIST SP 800-53
C.PCI-DSS
D.HIPAA
AnswerB

This is the standard for federal agencies.

Why this answer

NIST SP 800-53 is the mandatory security control catalog for US federal information systems.

11
MCQhard

You are performing STRIDE threat modeling on a new web application. A developer asks how to mitigate a 'Tampering' threat identified during the design phase. Which control is most effective?

A.Implement TLS encryption
B.Implement logging and auditing
C.Implement cryptographic hashing/digital signatures
D.Implement Role-Based Access Control
AnswerC

Hashing and signatures ensure data integrity, preventing tampering.

Why this answer

Tampering threats involve unauthorized modification of data. Digital signatures and integrity checks ensure that data has not been altered.

12
MCQhard

You are performing a quantitative risk assessment. The SLE (Single Loss Expectancy) is $10,000, and the ARO (Annualized Rate of Occurrence) is 0.5. What is the ALE (Annualized Loss Expectancy)?

A.$5,000
B.$10,000
C.$20,000
D.$2,500
AnswerA

Calculation is correct.

Why this answer

ALE = SLE * ARO. $10,000 * 0.5 = $5,000.

13
MCQeasy

A security analyst is mapping organizational assets to the NIST Cybersecurity Framework. Which category is specifically responsible for maintaining the resilience of critical infrastructure?

A.Recover
B.Detect
C.Protect
D.Identify
AnswerA

Recover includes recovery planning and resilience improvements.

Why this answer

The NIST CSF Core consists of five functions: Identify, Protect, Detect, Respond, and Recover. Recover is the function focused on resilience and restoring capabilities.

14
Multi-Selectmedium

Which THREE items are typically included in a formal Risk Register?

Select 3 answers
A.Mitigation status
B.Vendor contact list
C.Hardware serial number
D.Risk description
E.Asset owner
AnswersA, D, E

Critical for tracking progress.

Why this answer

A risk register tracks risks, including their probability, impact, and mitigation status.

15
Multi-Selecthard

Which TWO elements should be included when performing threat modeling using the STRIDE methodology?

Select 2 answers
A.Perform vulnerability scan
B.Identify data flows
C.Conduct penetration test
D.Budget approval
E.Identify trust boundaries
AnswersB, E

Necessary to trace attack vectors.

Why this answer

STRIDE focuses on identifying threats based on specific categories like Spoofing and Information Disclosure.

16
MCQhard

You are utilizing the MITRE ATT&CK framework to document an incident. Which object represents the 'what' of the attack, such as the specific software or tool used?

A.Tactic
B.Group
C.Software
D.Technique
AnswerC

Software represents the tools or malware used.

Why this answer

The 'Software' object in MITRE ATT&CK describes the tools used by adversaries to perform techniques.

17
MCQmedium

A security analyst is reviewing access logs and notices a user with 'Administrator' rights performing daily data entry. Which principle is being violated?

A.Accountability
B.Separation of Duties
C.Need to know
D.Least Privilege
AnswerD

The user has excessive privileges for their tasks.

Why this answer

The principle of Least Privilege dictates that users should only have the minimum level of access required to perform their job functions.

18
MCQhard

In a FAIR (Factor Analysis of Information Risk) model, what is the 'Loss Event Frequency' composed of?

A.Threat Event Frequency and Vulnerability
B.Inherent risk and residual risk
C.Threat capability and control strength
D.Asset value and threat actor motivation
AnswerA

FAIR specifically defines this relationship.

Why this answer

FAIR defines Loss Event Frequency as the combination of Threat Event Frequency and Vulnerability (the probability that a threat event results in a loss).

19
MCQeasy

What is the primary objective of a 'Business Impact Analysis' (BIA)?

A.To determine the criticality of business processes
B.To identify all system vulnerabilities
C.To test incident response playbooks
D.To create a list of software patches
AnswerA

BIA prioritizes processes based on impact.

Why this answer

The BIA identifies the potential consequences of disruption to business functions and processes.

20
Multi-Selectmedium

Which TWO of the following are primary functions of an Information Security Governance program?

Select 2 answers
A.Strategic alignment
B.Writing code
C.Wiring network cables
D.Risk management
E.Patching server OS
AnswersA, D

Aligns security with business objectives.

Why this answer

Governance ensures security aligns with business goals and manages risk effectively.

21
MCQhard

During threat modeling, you identify that an adversary could impersonate a service account. Which control is most effective against this?

A.Increasing password complexity
B.VLAN isolation
C.Mutual TLS (mTLS)
D.Firewall rules
AnswerC

mTLS ensures both sides of the connection are authenticated.

Why this answer

Mutual TLS (mTLS) or strong service-to-service authentication prevents impersonation by verifying the identity of both sides.

22
MCQeasy

Which role is primarily responsible for classifying data based on its value and sensitivity to the organization?

A.Data Owner
B.Chief Information Officer
C.Data Custodian
D.Auditor
E.Security Administrator
AnswerA

The Data Owner is accountable for data classification.

Why this answer

The Data Owner is the individual responsible for determining the classification and appropriate protection levels for data.

23
MCQmedium

An organization is updating its BCP plan. Which step in the risk assessment process should occur immediately after identifying the critical assets?

A.Vulnerability assessment
B.Threat identification
C.Acceptable risk levels
D.Risk mitigation strategy
AnswerB

Threats must be identified against the specific assets found.

Why this answer

After identifying assets, the next logical step is to identify the threats that could impact those specific assets.

24
Multi-Selecthard

Which THREE controls are considered effective 'Administrative' controls according to the NIST framework?

Select 3 answers
A.Access control policy
B.Biometric locks
C.Security awareness training
D.Encryption
E.Incident response plan
AnswersA, C, E

A policy document is administrative.

Why this answer

Administrative controls are policies, procedures, and management tasks rather than technical or physical hardware.

25
MCQmedium

During a risk assessment using ISO 27001, you identify an unpatched vulnerability in an edge router. Management refuses to apply the patch due to legacy software dependencies. Which risk treatment option are they exercising?

A.Risk avoidance
B.Risk mitigation
C.Risk acceptance
D.Risk transfer
AnswerC

The organization has acknowledged the risk and chosen not to modify the environment.

Why this answer

Risk acceptance is the decision to accept the risk because the cost of mitigation outweighs the potential impact or because business requirements forbid the change.

26
Multi-Selectmedium

Which THREE actions are essential to the 'Identify' function of the NIST CSF?

Select 3 answers
A.Malware scanning
B.Risk management strategy
C.Software license management
D.Hardware asset inventory
E.Incident recovery time analysis
AnswersB, C, D

Strategy is a core part of Identify.

Why this answer

Identify covers inventory, risk management, and governance.

27
MCQeasy

Which type of risk assessment approach uses descriptive scales like 'High', 'Medium', and 'Low'?

A.Qualitative
B.Probabilistic
C.Deterministic
D.Quantitative
AnswerA

Qualitative uses descriptive risk levels.

Why this answer

Qualitative risk assessment uses subjective, descriptive ratings rather than numerical financial values.

28
MCQeasy

You are tasked with ensuring the 'Confidentiality' of sensitive data in transit. Which mechanism best satisfies this security principle?

A.Two-Factor Authentication
B.Hashing Algorithms
C.Digital Signatures
D.AES-256 Encryption
AnswerD

Encryption makes data unreadable to unauthorized parties.

Why this answer

Confidentiality ensures that only authorized parties can access data, which is achieved through encryption.

29
Multi-Selecteasy

Which THREE factors are commonly used to calculate risk in a basic qualitative model?

Select 3 answers
A.System age
B.Impact
C.Vendor name
D.Threat
E.Vulnerability
AnswersB, D, E

The harm caused to the organization.

Why this answer

Risk is typically defined by the combination of a threat, the vulnerability, and the potential impact.

Ready to test yourself?

Try a timed practice session using only Cybersecurity Principles And Risk questions.