Courseiva

CCNA Security Operations Questions

51 questions · Security Operations · All types, answers revealed

1
MCQmedium

A business continuity plan (BCP) differs from a disaster recovery plan (DRP) in that the BCP primarily focuses on:

A.Securing physical facilities
B.Restoring IT systems and infrastructure
C.Maintaining critical business processes during a disruption
D.Replacing hardware and software
AnswerC

Maintaining critical business processes during a disruption is the defining characteristic and primary objective of a Business Continuity Plan (BCP). A BCP outlines the strategies, procedures, and resources necessary to ensure that an organization's essential functions continue to operate, even when faced with significant outages or disasters. This involves identifying critical processes, determining acceptable downtime, and establishing alternative methods to sustain operations until full recovery is achieved.

Why this answer

BCP aims to maintain business functions during and after a disruption, while DRP focuses on IT restoration.

2
MCQhard

An organization's data loss prevention (DLP) solution is configured to block emails containing credit card numbers. This is an example of which type of DLP control?

A.Classification-based DLP
B.Network DLP
C.Cloud DLP
D.Endpoint DLP
AnswerB

Network DLP solutions are strategically deployed at network egress points, internal network segments, or as email gateways to monitor and analyze data in transit. They inspect network traffic, including email communications, web uploads, and file transfers, for sensitive content based on predefined policies, preventing unauthorized data exfiltration or policy violations before data leaves the organization's controlled network perimeter.

Why this answer

Network DLP monitors and controls data in motion, such as email traffic.

3
MCQmedium

During a digital forensics investigation, a security analyst must preserve evidence in order of volatility. Which of the following represents the correct sequence from most volatile to least volatile?

A.CPU registers → Cache → RAM → Swap → Disk → Remote logging → Physical media
B.Physical media → Remote logging → Disk → Swap → RAM → Cache → CPU registers
C.Cache → CPU registers → RAM → Swap → Remote logging → Disk → Physical media
D.RAM → CPU registers → Cache → Swap → Disk → Remote logging → Physical media
AnswerA

This sequence accurately represents the order of volatility for digital evidence, moving from the most volatile to the least volatile. CPU registers hold data directly processed by the CPU and are lost almost instantly upon power loss. Cache memory, while faster than RAM, is also volatile and stores frequently accessed data for quick retrieval. RAM (Random Access Memory) is volatile main memory, followed by swap space on disk, which is less volatile but still dynamic. Disk storage, remote logging, and physical media like backup tapes represent progressively less volatile forms of data, retaining information even after system shutdown, making this the correct acquisition order.

Why this answer

The order of volatility prioritizes capturing data that changes most quickly first.

4
MCQmedium

An organization wants to ensure that its critical database can be restored to a point within the last 15 minutes in case of failure. Which metric defines this requirement?

A.MTD
B.MTTR
C.RPO
D.RTO
AnswerC

Recovery Point Objective (RPO) precisely defines the maximum acceptable amount of data loss, measured as a period of time. It specifies the point in time to which data must be recovered, meaning any data created or modified after that point will be lost. For instance, an RPO of 15 minutes indicates that the organization can tolerate losing up to 15 minutes of data. This metric directly addresses the question's concern about ensuring an acceptable level of data loss for critical databases.

Why this answer

RPO (Recovery Point Objective) defines the acceptable data loss in terms of time.

5
MCQmedium

A security team is implementing data loss prevention (DLP) to protect sensitive information. Which DLP type is best suited to monitor and block sensitive data leaving the corporate network via email or web traffic?

A.Network DLP
B.Cloud DLP
C.Endpoint DLP
D.Classification-based controls
AnswerA

Network DLP solutions are strategically deployed at network egress points, such as internet gateways or email servers, to inspect all outbound network traffic in real-time. This technology analyzes data streams for sensitive information based on predefined policies, identifying and preventing unauthorized transmission of confidential data via protocols like HTTP, HTTPS, FTP, and SMTP. Its primary function is to stop data leakage as it attempts to leave the organizational boundary.

Why this answer

Network DLP inspects traffic at egress points to prevent unauthorized data transmission.

6
MCQhard

A SOC analyst receives an alert from the SIEM indicating a large volume of outbound data from a sensitive database server to an external IP address. The analyst queries the SIEM and finds the server communicated with the external IP during non-business hours. Which type of incident is most likely occurring?

A.Unauthorized access
B.Denial of Service (DoS)
C.Malware infection
D.Data breach
AnswerD

A data breach is precisely defined as the unauthorized access, disclosure, or exfiltration of sensitive, protected, or confidential information. The SIEM alert indicating unauthorized data transfer out of the network directly describes the core characteristic of a data breach, where data has left the secure perimeter without proper authorization. This makes it the most accurate classification for an incident involving data exfiltration.

Why this answer

Large outbound data transfer to an external IP outside business hours suggests a data breach, possibly exfiltration.

7
Multi-Selectmedium

A security analyst is selecting forensic tools for an investigation. Which TWO tools are best suited for memory forensics? (Select TWO.)

Select 2 answers
A.Wireshark
B.Volatility
C.Autopsy
D.EnCase
E.FTK
AnswersB, E

Volatility is an advanced, open-source framework specifically engineered for volatile memory (RAM) extraction and analysis. It allows forensic analysts to reconstruct active network connections, extract running processes, inspect loaded DLLs, and recover cached credentials directly from a memory dump, making it the premier choice for memory forensics.

Why this answer

Volatility is a dedicated memory forensics framework; FTK can also capture and analyze memory, though it's more general. EnCase is disk forensics, Wireshark network, Autopsy disk.

8
MCQmedium

During a vulnerability management lifecycle, after vulnerabilities are identified and prioritized, what is the NEXT step?

A.Verification
B.Reporting
C.Remediation
D.Risk acceptance
AnswerC

Following the identification and prioritization of vulnerabilities based on their potential impact and likelihood, the immediate and most critical next phase in the vulnerability management lifecycle is remediation. This involves applying patches, reconfiguring systems, implementing compensating controls, or otherwise eliminating or reducing the risk posed by the identified weaknesses. Prioritization dictates what to fix first, and remediation is how those fixes are applied.

Why this answer

Remediation (patching or mitigating) follows prioritization.

9
MCQhard

An organization has a maximum tolerable downtime (MTD) of 8 hours for its critical e-commerce platform. The recovery time objective (RTO) is set to 4 hours, and the recovery point objective (RPO) is 30 minutes. Which disaster recovery strategy is most cost-effective while meeting these requirements?

A.Cloud DR with continuous replication
B.Hot site with real-time replication
C.Cold site with daily backups
D.Warm site with hourly backups
AnswerA

This option is correct because continuous replication ensures near-zero data loss, effectively meeting the stringent 30-minute Recovery Point Objective (RPO). Leveraging cloud-based Disaster Recovery (DR) allows for rapid provisioning of resources and pre-configured environments, which can be activated to meet the 4-hour Recovery Time Objective (RTO). Furthermore, cloud DR typically offers a more cost-effective solution compared to maintaining a dedicated physical hot site, making it an optimal choice that satisfies all technical and financial requirements.

Why this answer

Cloud DR with continuous replication meets the RPO of 30 minutes because data is replicated in near real-time, resulting in minimal data loss. It can also meet the RTO of 4 hours if automated failover and resource provisioning are configured. This approach is more cost-effective than a hot site because it avoids maintaining idle infrastructure and only incurs costs during actual disaster recovery operations.

Hot site with real-time replication (option B) also meets the requirements but is more expensive. Cold site with daily backups (option C) fails both RTO and RPO. Warm site with hourly backups (option D) fails RPO because it can result in up to 1 hour of data loss, exceeding the 30-minute limit.

10
MCQmedium

A security team implements a Data Loss Prevention (DLP) solution to monitor email attachments for sensitive data. Which type of DLP is being used?

A.Classification-based controls
B.Cloud DLP
C.Network DLP
D.Endpoint DLP
AnswerC

Network DLP inspects traffic at network egress points, including email.

Why this answer

Network DLP monitors data in motion by inspecting network traffic, such as email attachments, as they traverse the network perimeter. This is the correct type because the scenario explicitly describes monitoring email attachments, which are transmitted over the network, and Network DLP is designed to inspect SMTP, HTTP, FTP, and other protocols for sensitive content at the network layer.

Exam trap

The trap here is that candidates confuse 'monitoring email attachments' with endpoint-based controls, but the key distinction is that Network DLP inspects data in motion across the network, whereas Endpoint DLP focuses on local device actions like saving to USB or printing.

How to eliminate wrong answers

Option A is wrong because classification-based controls are not a type of DLP; they are a data governance mechanism that labels data based on sensitivity, but they do not actively monitor or block data in transit. Option B is wrong because Cloud DLP is a service provided by cloud providers (e.g., AWS Macie, Google Cloud DLP) that inspects data stored in cloud repositories, not email attachments traversing an on-premises or hybrid network. Option D is wrong because Endpoint DLP monitors data at rest or in use on endpoints (e.g., USB copy, clipboard operations), not data in motion over the network like email attachments.

11
MCQeasy

Which of the following best describes the primary purpose of an incident response plan?

A.To replace the need for a disaster recovery plan
B.To assign blame after an incident occurs
C.To document all security controls in place
D.To provide a structured approach for managing and resolving security incidents
AnswerD

An Incident Response (IR) plan establishes a systematic and predefined set of procedures, roles, and communication protocols for an organization to effectively handle security breaches. This structured approach ensures that incidents are detected promptly, analyzed thoroughly, contained efficiently, eradicated completely, and that systems are recovered swiftly. Its primary purpose is to minimize impact, restore normal operations, and learn from each event to enhance overall security posture.

Why this answer

An incident response plan provides a structured approach to manage and resolve security incidents, minimizing impact.

12
Multi-Selecthard

A company is evaluating disaster recovery strategies and wants to minimize both RTO and RPO. Which THREE options provide the best combination of low RTO and low RPO? (Select THREE)

Select 3 answers
A.Reciprocal agreement
B.Cloud DR with replication
C.Synchronous replication to a secondary site
D.Hot site
E.Cold site
AnswersB, C, D

Cloud Disaster Recovery (DR) with replication leverages public or private cloud infrastructure to host backup systems and data. This approach enables rapid recovery with low RTO and RPO by continuously replicating data and virtual machine images to the cloud, allowing for quick spin-up of services in a disaster. Its scalability and pay-as-you-go model also offer cost-effectiveness compared to maintaining a dedicated secondary site.

Why this answer

Hot sites, cloud DR, and replication provide rapid recovery with minimal data loss.

13
MCQeasy

Which role in an incident response team is primarily responsible for coordinating communication with external parties, such as the media and regulators?

A.Legal counsel
B.Incident manager
C.Forensic investigator
D.Communications lead
AnswerD

The Communications Lead is the designated individual primarily responsible for developing and executing the incident communication strategy. This critical role involves crafting accurate, timely, and consistent messages for all internal and external stakeholders, including employees, customers, partners, regulators, and the media. They manage public relations, coordinate press releases, and ensure that all official statements align with the incident response objectives and organizational values.

Why this answer

The communications lead manages external messaging during an incident.

14
MCQeasy

Which metric defines the maximum amount of data loss an organization can tolerate during a disaster?

A.RPO
B.MTD
C.MTTR
D.RTO
AnswerA

The Recovery Point Objective (RPO) specifies the maximum acceptable amount of data that an organization can afford to lose following a disruption. This metric is typically expressed as a time interval, such as 'data loss not exceeding the last four hours' or 'no more than one day's worth of transactions.' It directly influences the frequency of data backups, snapshots, or replication strategies required to meet this business continuity target.

Why this answer

Recovery Point Objective (RPO) determines the acceptable data loss measured in time.

15
MCQeasy

An organization is developing an incident response plan. Which component is responsible for defining the specific conditions that constitute an incident?

A.Communication plan
B.Recovery procedures
C.Legal notification requirements
D.Incident categories
AnswerD

Incident categories establish predefined classifications and criteria that help an organization determine whether a particular event constitutes a security incident requiring formal response. These categories, such as "malware infection," "unauthorized access," "denial of service," or "data exfiltration," provide clear definitions and often include specific indicators or thresholds. By categorizing events, organizations can standardize incident identification, prioritize response efforts, and ensure consistent handling based on the nature and potential impact of the security breach.

Why this answer

Incident categories define what events are considered incidents, enabling consistent classification and response.

16
MCQmedium

An organization is implementing a change management process. Which group is responsible for reviewing and approving major changes?

A.Project management office
B.Incident response team
C.Change Advisory Board (CAB)
D.Security operations center
AnswerC

The Change Advisory Board (CAB) is a crucial component of a robust change management process, specifically tasked with reviewing, assessing, prioritizing, and authorizing proposed changes to an organization's IT services and infrastructure. Comprising diverse stakeholders, the CAB ensures that all potential impacts, risks, and resource requirements are thoroughly evaluated, including security implications, before a change is approved for implementation. This structured review minimizes adverse effects and maintains system stability.

Why this answer

The Change Advisory Board (CAB) is the formal group within ITIL-based change management responsible for reviewing, assessing, and approving major or high-risk changes. Major changes typically require a CAB meeting to evaluate impact, resource requirements, and rollback plans before authorization. This ensures changes do not introduce security vulnerabilities or disrupt critical operations.

Exam trap

The CISSP exam often tests the distinction between operational roles (SOC, Incident Response) and governance/approval bodies (CAB), leading candidates to confuse real-time monitoring functions with change authorization responsibilities.

How to eliminate wrong answers

Option A is wrong because the Project Management Office (PMO) oversees project portfolios and ensures alignment with business goals, but it does not have the authority or technical mandate to approve operational changes to production systems. Option B is wrong because the Incident Response Team handles active security incidents and post-incident remediation, not the proactive review and approval of planned changes. Option D is wrong because the Security Operations Center (SOC) monitors real-time security events and alerts, but it is not chartered to approve changes; its role is to detect and respond to anomalies that may result from changes, not to authorize them.

17
Multi-Selecteasy

A company is implementing a Data Loss Prevention (DLP) program. Which THREE of the following are common types of DLP controls?

Select 3 answers
A.Application DLP
B.Network DLP
C.Cloud DLP
D.Endpoint DLP
E.Physical DLP
AnswersB, C, D

Network DLP systems are strategically positioned at key network egress points, such as internet gateways or between network segments, to inspect all data traversing the network perimeter. This deployment type actively monitors data "in motion" by analyzing network traffic, including email, web protocols, and file transfers, for sensitive content that violates predefined organizational policies. Its primary function is to prevent unauthorized data exfiltration before it leaves the controlled network environment.

Why this answer

Common DLP types are network, endpoint, and cloud DLP.

18
Multi-Selectmedium

An organization is designing a security operations center (SOC) with three tiers. Which TWO of the following are typical responsibilities of Tier 1 analysts? (Select TWO)

Select 2 answers
A.Performing threat hunting
B.Monitoring SIEM alerts and performing initial triage
C.Escalating incidents to Tier 2 when necessary
D.Conducting in-depth forensic analysis
E.Developing new detection rules for the SIEM
AnswersB, C

Tier 1 SOC analysts are primarily responsible for the continuous monitoring of security information and event management (SIEM) systems. Their core duty involves reviewing incoming alerts, correlating events, and performing an initial assessment to determine if an alert represents a legitimate security incident. This initial triage ensures that potential threats are identified promptly and categorized for appropriate next steps.

Why this answer

Tier 1 analysts monitor alerts, perform initial triage, and escalate as needed.

19
MCQmedium

A SOC team is using a SIEM to correlate events from multiple sources. They want to automate responses to common threats. Which technology should they integrate to achieve security orchestration and automation?

A.Vulnerability scanner
B.SOAR
C.Endpoint detection and response (EDR)
D.Network-based IDS
AnswerB

Security Orchestration, Automation, and Response (SOAR) platforms are specifically designed to integrate with SIEM systems to automate and orchestrate incident response workflows. SOAR tools ingest alerts, enrich them with contextual data, and execute predefined playbooks, enabling a SOC team to rapidly respond to threats by automating tasks such as blocking malicious IPs, isolating compromised endpoints, or gathering additional forensic evidence, thereby significantly reducing manual effort and improving response times.

Why this answer

SOAR tools automate and orchestrate security responses, integrating with SIEM.

20
MCQmedium

Which of the following is the primary purpose of a Change Advisory Board (CAB)?

A.To provide oversight and approval for significant changes
B.To implement changes as requested by management
C.To review security incidents after they occur
D.To approve all changes to the production environment
AnswerA

The Change Advisory Board (CAB) primarily serves as a governance body responsible for evaluating and authorizing significant changes to IT services and infrastructure. This oversight ensures that all high-impact or high-risk modifications are thoroughly assessed for potential security implications, operational disruptions, and resource requirements before implementation. Their approval process is crucial for maintaining system stability, security posture, and compliance.

Why this answer

The CAB reviews and approves changes to ensure they are properly assessed and minimize risk.

21
MCQmedium

An organization is developing an incident response plan. Which component is primarily responsible for defining the criteria for escalating an incident to senior management and legal counsel?

A.Escalation paths
B.Communication plan
C.Recovery procedures
D.Incident categories
AnswerA

Escalation paths are a critical component of an incident response plan, explicitly detailing the predefined triggers and the hierarchical notification process for significant incidents. They specify which individuals or departments, such as senior management, legal counsel, or public relations, must be informed at various stages of an incident based on its severity, impact, or regulatory implications. This ensures that appropriate leadership and specialized expertise are engaged promptly to manage the broader organizational consequences.

Why this answer

Escalation paths specify the conditions and hierarchy for notifying higher-level management and legal teams based on incident severity and impact.

22
Multi-Selectmedium

A SOC manager is designing a tiered incident response team. Which THREE of the following are standard roles in an incident response team according to industry best practices?

Select 3 answers
A.Forensic Investigator
B.Human Resources Representative
C.Incident Response Manager
D.Chief Financial Officer
E.Communications Lead
AnswersA, C, E

A forensic investigator is crucial for preserving the chain of custody, analyzing digital artifacts, and determining the root cause and scope of an incident. Their specialized skills ensure that evidence is admissible in legal proceedings and that a thorough post-incident analysis can be conducted to prevent future occurrences. This role is typically part of a Tier 2 or Tier 3 response, providing deep technical insight.

Why this answer

Standard IR team roles include IR manager, security analyst, forensic investigator, communications lead, and legal counsel.

23
MCQhard

An organization is recovering from a ransomware attack that encrypted critical servers. The backup strategy must ensure that the Recovery Point Objective (RPO) of 1 hour is met. Which backup method is MOST appropriate?

A.Continuous data protection (CDP)
B.Daily full backups
C.Weekly full backups with daily differentials
D.Snapshot every 4 hours
AnswerA

Continuous Data Protection (CDP) records every transaction and change as it occurs, effectively creating a continuous stream of recovery points. This granular approach allows an organization to restore data to any specific point in time, including moments immediately preceding a ransomware infection, thereby minimizing data loss to near zero. It directly addresses stringent Recovery Point Objectives (RPOs) by capturing every change, ensuring the most current data is always available for restoration.

Why this answer

Continuous data protection (CDP) captures changes in real time, meeting a 1-hour RPO.

24
MCQeasy

An organization has a maximum tolerable downtime (MTD) of 8 hours for a critical application. The recovery time objective (RTO) is set to 4 hours. Which of the following best describes the purpose of the RTO?

A.The total downtime the organization can tolerate
B.The time within which IT systems must be restored
C.The maximum amount of data loss acceptable
D.The time required to repair a failed component
AnswerB

This precisely defines the Recovery Time Objective (RTO). The RTO is a critical metric in business continuity and disaster recovery planning, specifying the maximum acceptable duration for a business process or IT service to be unavailable following an incident before significant business impact occurs. It dictates the target timeframe within which IT infrastructure, applications, and data must be brought back online and fully operational to meet business needs. Achieving the RTO requires careful planning, resource allocation, and robust recovery strategies.

Why this answer

RTO defines the maximum time allowed to restore IT services after a disaster, ensuring the MTD is not exceeded.

25
MCQeasy

Which of the following metrics is used to determine the maximum amount of data loss an organization can tolerate in a disaster?

A.MTTR
B.RPO
C.RTO
D.MTD
AnswerB

RPO, or Recovery Point Objective, precisely defines the maximum acceptable amount of data loss, measured in time, that an organization can tolerate following a disruptive event. It dictates the age of files or data that must be recovered from backup storage for normal operations to resume. Establishing the RPO is critical for determining backup frequency and data replication strategies to ensure business continuity.

Why this answer

RPO defines the acceptable data loss in terms of time.

26
MCQeasy

Which of the following is an example of a social engineering attack?

A.A brute-force attack on a password
B.SQL injection on a web application
C.A DDoS attack on a server
D.A phishing email requesting credentials
AnswerD

A phishing email requesting credentials is a classic example of social engineering, where an attacker attempts to trick an individual into divulging sensitive information, such as usernames and passwords. These emails often impersonate trusted entities, creating a sense of urgency or fear to manipulate the recipient into clicking a malicious link or entering credentials on a fake website. The success of phishing relies entirely on human psychological manipulation and deception, rather than exploiting technical vulnerabilities directly.

Why this answer

Social engineering exploits human psychology to gain information or access.

27
MCQhard

Which of the following is the most important factor when prioritizing vulnerability remediation in a vulnerability management program?

A.CVSS base score
B.Exploitability and business impact
C.Number of systems affected
D.Time since discovery
AnswerB

Exploitability and business impact are paramount because they directly align with the fundamental principles of risk management, where risk equals likelihood multiplied by impact. Exploitability assesses the probability of a threat actor successfully leveraging a vulnerability, while business impact quantifies the potential damage or disruption to critical assets and operations. Prioritizing based on these factors ensures that remediation efforts focus on vulnerabilities that pose the greatest actual risk to the organization's mission and assets.

Why this answer

Risk-based prioritization considers exploitability and potential impact, not just CVSS score.

28
MCQmedium

An organization's disaster recovery plan specifies a Recovery Time Objective (RTO) of 4 hours for its critical financial application. Which disaster recovery site would be MOST appropriate to meet this RTO?

A.Reciprocal agreement
B.Warm site
C.Cold site
D.Hot site
AnswerD

A hot site is a fully operational, mirror image of the primary data center, equipped with all necessary hardware, software, and up-to-date data. It maintains real-time or near real-time synchronization with the production environment, allowing for immediate failover and seamless business continuity with minimal disruption. This immediate availability and readiness directly address stringent recovery time objectives (RTOs) that demand near-instantaneous resumption of critical operations following a disaster.

Why this answer

A hot site is fully configured with hardware, software, and real-time data replication, enabling the critical financial application to be operational within minutes to a few hours. With an RTO of 4 hours, a hot site provides the necessary infrastructure and up-to-date data to meet this stringent recovery timeline, as cold and warm sites require significant setup and data restoration time.

Exam trap

The trap here is that candidates often confuse a warm site with a hot site, assuming pre-installed hardware is sufficient, but they overlook the critical need for current data replication to meet a tight RTO like 4 hours.

How to eliminate wrong answers

Option A is wrong because a reciprocal agreement relies on another organization's spare capacity, which is not guaranteed to be available or compatible within 4 hours, and typically involves manual setup and data restoration. Option B is wrong because a warm site has pre-installed hardware and software but lacks current data, requiring time to restore from backups, which often exceeds a 4-hour RTO for critical applications. Option C is wrong because a cold site provides only physical space and basic utilities, requiring days or weeks to procure, install, and configure hardware and software, making it impossible to meet a 4-hour RTO.

29
MCQeasy

What type of DLP system monitors data in motion across the network?

A.Network DLP
B.Storage DLP
C.Endpoint DLP
D.Cloud DLP
AnswerA

Network DLP systems specifically monitor "data in motion" by inspecting network traffic as it traverses the organization's boundaries or internal segments. These solutions typically employ deep packet inspection (DPI) to analyze data streams for sensitive content, patterns, or metadata, preventing unauthorized transmission over protocols like HTTP, FTP, or email. They are often deployed at network egress points or internal chokepoints to enforce data security policies.

Why this answer

Network DLP inspects network traffic for sensitive data leaving the organization.

30
MCQhard

During a forensic investigation, an analyst must collect volatile data in the correct order. Which of the following sequences correctly follows the order of volatility?

A.CPU registers → cache → RAM → swap → disk
B.Disk → RAM → CPU registers → cache → swap
C.RAM → CPU registers → swap → disk → remote logging
D.Swap → RAM → cache → CPU registers → disk
AnswerA

This sequence accurately represents the decreasing order of volatility for digital evidence, which is crucial for forensic collection. CPU registers are the most volatile, holding data only during active processing and being lost immediately upon power loss or context switch. Cache memory is slightly less volatile but still transient, followed by RAM, which requires continuous power to retain data. Swap space, residing on disk, is less volatile than RAM but more dynamic than persistent disk storage, making disk the least volatile and most persistent data source.

Why this answer

The order of volatility prioritizes collecting data from most volatile to least volatile to avoid loss.

31
MCQmedium

During a forensic investigation, the investigator must ensure that evidence is properly handled and documented. What is the primary purpose of maintaining a chain of custody?

A.To speed up the investigation process
B.To document who accessed the evidence and when
C.To encrypt the evidence at rest
D.To store evidence in a fireproof safe
AnswerB

Documenting who accessed the evidence and when is the fundamental purpose of maintaining a chain of custody during a forensic investigation. This process creates an unbroken, verifiable audit trail that identifies every individual who has handled or had control over a piece of evidence, along with the precise dates and times of these interactions. This meticulous record is essential for demonstrating that the evidence has not been tampered with, substituted, or compromised, thereby ensuring its integrity and legal admissibility in court.

Why this answer

Chain of custody ensures evidence integrity and admissibility in legal proceedings.

32
MCQeasy

Which digital forensics tool is specifically designed for memory forensics?

A.Volatility
B.Wireshark
C.EnCase
D.FTK
AnswerA

Volatility is an open-source framework specifically designed for memory forensics, enabling investigators to extract and analyze digital artifacts from volatile memory (RAM) dumps. It allows for the examination of running processes, open network connections, loaded kernel modules, and user activity, which are crucial for incident response, malware analysis, and understanding the runtime state of a compromised system. Its capabilities are centered on analyzing live system memory rather than persistent storage.

Why this answer

Volatility is an open-source framework for extracting artifacts from RAM dumps.

33
Multi-Selectmedium

During a forensic investigation, which TWO of the following are essential steps to maintain chain of custody?

Select 2 answers
A.Storing evidence on a shared network drive
B.Encrypting the evidence file to prevent viewing
C.Labeling evidence with date, time, and collector's name
D.Performing a hash of the evidence immediately
E.Documenting each person who handled the evidence
AnswersC, E

Labeling evidence immediately upon collection with essential details such as the date, time, and the name of the collector is a fundamental step in establishing a robust chain of custody. This initial documentation provides an irrefutable starting point for the evidence's lifecycle, clearly identifying when and by whom it was first secured. Accurate labeling ensures that each piece of evidence can be uniquely identified and tracked throughout the entire forensic process, preventing mix-ups and disputes over its origin.

Why this answer

Chain of custody requires documenting every transfer of evidence and ensuring it is signed and secured.

34
Multi-Selecthard

A company is designing a disaster recovery strategy for its e-commerce platform. The platform requires an RTO of 2 hours and an RPO of 15 minutes. Which TWO strategies would BEST meet these requirements?

Select 2 answers
A.Tape backup restoration
B.Cloud DR with continuous data replication
C.Cold site
D.Hot site with real-time replication
E.Warm site
AnswersB, D

Cloud-based Disaster Recovery (DR) leverages the scalability and elasticity of cloud infrastructure to provide a highly agile recovery environment. Continuous data replication ensures that data changes are synchronized almost instantaneously to the cloud DR site, achieving a near-zero Recovery Point Objective (RPO). When a disaster strikes, virtual machines and services can be rapidly provisioned and spun up in the cloud, effectively meeting demanding Recovery Time Objectives (RTOs) with minimal downtime.

Why this answer

Hot site and cloud DR with continuous replication can meet aggressive RTO/RPO.

35
MCQmedium

What is the primary purpose of a Change Advisory Board (CAB) in change management?

A.To conduct vulnerability assessments
B.To approve and oversee changes to IT systems
C.To implement changes in the IT environment
D.To respond to security incidents
AnswerB

The primary purpose of a Change Advisory Board (CAB) is to evaluate, prioritize, and authorize proposed changes to IT services and infrastructure, ensuring they align with organizational goals and minimize adverse impacts. The CAB meticulously reviews change requests, assessing potential risks, resource requirements, and dependencies before granting approval. Furthermore, it provides oversight throughout the change lifecycle, monitoring implementation progress and reviewing post-implementation reports to confirm successful deployment and address any unforeseen issues.

Why this answer

The CAB reviews and approves changes to ensure they are properly assessed and minimize risk.

36
MCQmedium

An organization's security operations center (SOC) uses a SIEM to correlate logs. The SOC manager wants to automate response actions for low-severity alerts. Which technology would best support this goal?

A.Network firewall
B.Threat intelligence platform
C.SOAR platform
D.Vulnerability scanner
AnswerC

A Security Orchestration, Automation, and Response (SOAR) platform integrates various security tools and systems to automate and orchestrate incident response workflows. It ingests alerts from SIEMs and other sources, applies predefined playbooks to analyze incidents, and automatically executes actions such as blocking IP addresses, isolating endpoints, enriching data, or creating tickets. This capability significantly reduces manual effort, accelerates response times, and standardizes incident handling procedures within a SOC by automating repetitive tasks.

Why this answer

SOAR (Security Orchestration, Automation and Response) enables automated playbooks for incident response.

37
MCQmedium

A SOC has three tiers: Tier 1 triages alerts, Tier 2 investigates, and Tier 3 performs advanced analysis. An alert about a potential data exfiltration using DNS tunneling is escalated from Tier 1. Which tier is BEST suited to perform deep packet inspection and memory forensics to confirm the exfiltration?

A.Incident manager
B.Tier 2
C.Tier 1
D.Tier 3
AnswerD

Tier 3 analysts, often comprising threat hunters, malware reverse engineers, and digital forensics experts, possess the most advanced technical skills within a SOC. They are uniquely equipped to conduct deep-dive forensic examinations, including advanced memory forensics, file system analysis, and complex artifact reconstruction, utilizing specialized tools and methodologies. This tier is essential for uncovering sophisticated attack techniques, attributing threats, and developing proactive defenses based on expert-level forensic insights.

Why this answer

Tier 3 handles advanced analysis including memory forensics.

38
MCQeasy

Which of the following BEST describes the difference between a Business Continuity Plan (BCP) and a Disaster Recovery Plan (DRP)?

A.BCP deals with natural disasters, DRP deals with cyberattacks
B.BCP is for IT systems, DRP is for business processes
C.BCP is a subset of DRP
D.BCP ensures business functions continue, DRP restores IT operations
AnswerD

This statement accurately distinguishes between the primary objectives of Business Continuity Planning (BCP) and Disaster Recovery Planning (DRP). BCP is the strategic, holistic program designed to ensure that an organization's essential business functions can continue operating at an acceptable level during and immediately after a disruptive event. DRP, on the other hand, is the tactical plan focused specifically on the systematic recovery and restoration of the organization's critical information technology systems, applications, and data to an operational state.

Why this answer

D is correct because the Business Continuity Plan (BCP) focuses on maintaining critical business functions during and after a disruption, ensuring minimal impact on operations, while the Disaster Recovery Plan (DRP) is a subset of BCP that specifically addresses the restoration of IT infrastructure, systems, and data after a disaster. The BCP encompasses broader organizational resilience, including manual workarounds and alternate sites, whereas the DRP targets technical recovery procedures such as system rebuilds, data restoration from backups, and failover to redundant systems.

Exam trap

The trap here is that candidates often confuse the scope of BCP and DRP, mistakenly thinking BCP is only for business processes and DRP only for IT, when in fact BCP is the overarching plan that includes DRP as a component for IT recovery.

How to eliminate wrong answers

Option A is wrong because BCP and DRP are not distinguished by the type of disaster; both plans address a wide range of incidents including natural disasters, cyberattacks, and human errors. Option B is wrong because it reverses the roles: BCP covers business processes and continuity strategies, while DRP is specifically for IT systems and technical recovery. Option C is wrong because it incorrectly states that BCP is a subset of DRP; in reality, the DRP is a subset of the BCP, as the BCP includes the DRP along with other continuity elements like crisis communication and alternate site activation.

39
MCQhard

An organization is designing its incident response team roles. Which role is primarily responsible for collecting and preserving evidence for legal proceedings?

A.Forensic investigator
B.Communications lead
C.Incident manager
D.Security analyst
AnswerA

The forensic investigator is specifically tasked with the meticulous collection, preservation, and analysis of digital evidence from compromised systems. This role ensures that all evidence is handled according to strict chain-of-custody protocols and forensic best practices, making it admissible in legal proceedings and crucial for understanding the full scope and impact of an incident.

Why this answer

The forensic investigator is trained to handle evidence collection and preservation.

40
MCQmedium

A company is selecting a disaster recovery site for critical applications that must be restored within 4 hours with minimal data loss. Which site type best meets these requirements?

A.Hot site
B.Cold site
C.Reciprocal agreement
D.Warm site
AnswerA

A hot site is a fully equipped, mirrored facility with identical hardware, software, and network connectivity to the primary data center. It maintains real-time or near real-time data synchronization, enabling immediate failover and operational resumption within minutes to a few hours. This capability is essential for critical systems requiring a very low Recovery Time Objective (RTO), such as the 4-hour RTO implied for critical company systems, making it the most suitable choice.

Why this answer

A hot site is fully configured with hardware, software, network connectivity, and real-time data replication, enabling recovery within minutes to hours and minimal data loss. This matches the requirement of restoring critical applications within 4 hours with minimal data loss, as hot sites maintain near-synchronous or synchronous replication (e.g., using synchronous replication over Fibre Channel or iSCSI with RPOs in seconds).

Exam trap

The trap here is that candidates confuse 'warm site' with 'hot site' because both have pre-installed hardware, but warm sites lack real-time data replication and automated failover, making them unsuitable for RTOs under 4 hours with minimal data loss.

How to eliminate wrong answers

Option B is wrong because a cold site provides only physical infrastructure (power, cooling, space) with no pre-installed hardware or data, requiring days or weeks to restore, far exceeding the 4-hour RTO. Option C is wrong because a reciprocal agreement relies on another organization's spare capacity, which is not guaranteed, lacks dedicated hardware, and typically has no real-time data replication, leading to RTOs of days and significant data loss. Option D is wrong because a warm site has partially configured hardware and software but lacks real-time data replication, often using periodic backups (e.g., daily tape or disk snapshots), resulting in RTOs of 12-24 hours and RPOs of hours to a day, failing the 4-hour RTO and minimal data loss requirement.

41
Multi-Selectmedium

An organization is planning its disaster recovery strategy. Which THREE options are considered recovery site types? (Select THREE.)

Select 3 answers
A.Cloud DR
B.Hot site
C.Cold site
D.Warm site
E.Reciprocal agreement
AnswersB, C, D

A hot site is a fully operational, geographically separate duplicate of the primary data center, equipped with all necessary hardware, software, and up-to-date data. It is designed to allow critical business operations to resume almost instantaneously, minimizing both Recovery Time Objective (RTO) and Recovery Point Objective (RPO) to near zero. This high level of readiness makes it the most expensive but also the most resilient DR site option.

Why this answer

Hot, warm, and cold sites are standard DR site types. Reciprocal agreements and cloud DR are strategies but not physical site types.

42
MCQhard

A forensic investigator arrives at a crime scene involving a compromised server. The server is still running. According to the order of volatility, which of the following should the investigator capture FIRST?

A.RAM contents
B.CPU registers
C.Hard disk contents
D.Network connections
AnswerB

CPU registers represent the absolute most volatile data on a live system, holding the processor's current operational state, including instructions, memory addresses, and data actively being processed. Any interruption of power or even a context switch can instantly alter or erase this information. Capturing CPU registers first is paramount because they provide the most immediate and granular insight into what the system was doing at the precise moment of forensic interest, making them the highest priority in the order of volatility.

Why this answer

CPU registers are the most volatile and must be captured first to preserve critical evidence.

43
MCQhard

An organization is implementing a patch management process. Which of the following is the most critical step to ensure that patches do not disrupt critical business operations?

A.Integrating patch deployment with change management
B.Applying patches as soon as they are released
C.Scanning for vulnerabilities weekly
D.Using automated patch tools
AnswerA

Integrating patch deployment with change management ensures that all updates undergo a formal process of planning, testing, scheduling, and approval before implementation. This structured approach minimizes the risk of introducing new vulnerabilities, system instability, or service disruptions by verifying compatibility and functionality in a controlled environment. It also provides a clear audit trail and rollback plan, which are critical for maintaining system integrity and operational continuity.

Why this answer

Change management ensures patches are tested and approved before deployment, minimizing operational impact.

44
MCQeasy

Which of the following is a key difference between a Business Continuity Plan (BCP) and a Disaster Recovery Plan (DRP)?

A.BCP ensures continuity of business operations; DRP restores IT infrastructure
B.BCP only addresses natural disasters; DRP addresses all disasters
C.BCP is tested annually; DRP is tested monthly
D.BCP focuses on IT restoration; DRP focuses on business processes
AnswerA

The Business Continuity Plan (BCP) is a strategic, high-level plan focused on ensuring the continued operation of critical business functions and processes during and after a disruptive event. Its primary objective is to maintain essential organizational activities, people, and facilities. In contrast, the Disaster Recovery Plan (DRP) is a tactical subset of the BCP, specifically detailing the procedures for restoring an organization's technology infrastructure, including systems, applications, and data, to an operational state.

Why this answer

BCP focuses on maintaining business functions during/after a disaster, while DRP focuses on restoring IT systems.

45
MCQmedium

During a digital forensics investigation, which of the following data sources has the highest order of volatility?

A.CPU registers
B.Remote logging server
C.Network packets in transit
D.Hard disk drive
AnswerA

CPU registers represent the absolute highest level of data volatility in a system. These tiny, high-speed storage locations are integral to the CPU's operation, holding data and instructions actively being processed. Their contents are transient, changing with every clock cycle and being completely lost the moment power is interrupted or the operating system performs a context switch, making them critical to capture first in a forensic investigation.

Why this answer

CPU registers hold the most volatile data, followed by cache, RAM, swap, disk, remote logging, and physical media.

46
MCQeasy

Which type of digital forensics involves capturing and analyzing network traffic to investigate a security incident?

A.Media analysis
B.Log analysis
C.Network forensics
D.Memory forensics
AnswerC

Network forensics is the specialized discipline of digital forensics that focuses on monitoring, capturing, storing, and analyzing network traffic to detect intrusions, identify malicious activity, and reconstruct communication events. It involves the examination of network packets, communication protocols, and flow data to understand the origin, nature, and impact of security incidents. This type of forensics directly addresses the capturing and analysis of data in transit across a network, making it the correct answer for examining network traffic.

Why this answer

Network forensics focuses on monitoring and analyzing network traffic for evidence.

47
Multi-Selectmedium

An organization is updating its incident response plan. According to best practices, which THREE components should be included in the plan?

Select 3 answers
A.Roles and responsibilities
B.Vendor product list
C.Employee performance reviews
D.Communication plan
E.Recovery procedures
AnswersA, D, E

Establishing clearly defined roles and responsibilities is a foundational requirement of an incident response plan. It ensures that the incident response team members, such as the incident commander, technical leads, and legal liaisons, understand their specific duties, preventing chaos and ensuring coordinated execution during a high-pressure security event.

Why this answer

An IR plan should include roles, communication plan, and recovery procedures.

48
MCQhard

A company plans to implement a disaster recovery site that can be operational within 2 hours of a failure. Which type of DR site best meets this requirement?

A.Hot site
B.Warm site
C.Cold site
D.Reciprocal agreement
AnswerA

A hot site represents a fully operational, mirror image of the primary production environment, complete with all necessary hardware, software, and up-to-date data. This configuration allows for near-instantaneous failover and activation, typically within 1-2 hours, minimizing both downtime (RTO) and data loss (RPO). Its readiness ensures business continuity for critical systems requiring the lowest possible recovery times.

Why this answer

Hot sites are fully operational and can be activated within minutes to a few hours.

49
MCQeasy

What is the PRIMARY purpose of a chain of custody in digital forensics?

A.To document the tools used during investigation
B.To identify the perpetrator of a cybercrime
C.To speed up the forensic analysis process
D.To maintain evidence integrity and admissibility in court
AnswerD

The primary purpose of a chain of custody in digital forensics is to establish an unbroken, documented chronological record of the possession, handling, transfer, and analysis of digital evidence. This meticulous record demonstrates that the evidence has not been altered, substituted, or tampered with from the moment of its collection until its presentation in court, thereby preserving its integrity. By proving the evidence's authenticity and reliability, the chain of custody is absolutely critical for ensuring its legal admissibility and weight in any judicial proceeding.

Why this answer

Chain of custody ensures evidence integrity through documentation of handling.

50
MCQmedium

A SOC analyst at Tier 1 identifies a potential malware infection on a user workstation. What is the next step in the standard incident response process?

A.Update the SIEM correlation rule to ignore similar alerts
B.Escalate the incident to Tier 2 analyst for further investigation
C.Disconnect the workstation from the network immediately
D.Perform a deep forensic analysis of the workstation
AnswerB

Escalating the incident to a Tier 2 analyst for further investigation is the correct and standard procedure for a Tier 1 SOC analyst who has identified a potential malware infection. Tier 1 analysts are primarily responsible for initial alert triage, basic investigation, and confirming the legitimacy of an alert. If the incident requires more advanced analysis, specialized tools, or decision-making beyond their scope, proper escalation ensures the incident is handled by personnel with the appropriate expertise and authority, following established incident response playbooks.

Why this answer

Tier 1 analysts typically triage alerts and escalate if they cannot resolve them.

51
Multi-Selectmedium

A security analyst is identifying incident categories for a new incident response plan. Which TWO of the following are valid incident categories according to standard IR frameworks?

Select 2 answers
A.Change request
B.Denial of Service (DoS)
C.Patch management failure
D.Insider threat
E.Business continuity exercise
AnswersB, D

Denial of Service (DoS) is a critical incident category because it directly impacts the availability of systems and services, often rendering them inaccessible to legitimate users. This type of attack involves overwhelming a target with traffic or requests, consuming resources, and preventing normal operation. Such an event requires immediate incident response to restore service and mitigate ongoing impact.

Why this answer

Common incident categories include Denial of Service, malware, data breach, insider threat, unauthorized access, and social engineering.

Ready to test yourself?

Try a timed practice session using only Security Operations questions.