Courseiva

Certified in Risk and Information Systems Control CRISC (CRISC) — Questions 226300

983 questions total · 14pages · All types, answers revealed

Page 3

Page 4 of 14

Page 5
226
MCQmedium

During a review of third-party vendor risks, the risk team identifies that a cloud service provider's data center is located in a country with unstable political conditions. What should the risk practitioner do FIRST?

A.Document the risk and assess its potential impact.
B.Accept the risk based on the vendor's SLA.
C.Request the vendor to move data to another region.
D.Terminate the contract immediately.
AnswerA

Proper risk management starts with documentation and assessment.

Why this answer

The risk practitioner's first step should be to document the identified risk and assess its potential impact on the organization. This aligns with the CRISC framework's emphasis on risk identification and assessment before any treatment decisions are made. Without a thorough impact assessment, the organization cannot determine whether the risk is acceptable, requires mitigation, or warrants contract termination.

Exam trap

The trap here is that candidates may jump to a risk treatment action (accept, mitigate, or terminate) without first completing the foundational step of documenting and assessing the risk.

How to eliminate wrong answers

Option B is wrong because accepting a risk based solely on a vendor's SLA is premature without first assessing the actual impact and likelihood of the political instability affecting the data center's operations. Option C is wrong because requesting the vendor to move data to another region is a risk mitigation action that should only be considered after the risk has been documented and assessed. Option D is wrong because terminating the contract immediately is an extreme response that bypasses the necessary risk assessment and evaluation of alternative treatments.

227
Multi-Selectmedium

After implementing a new access control system, the IT risk manager needs to measure its effectiveness. Which THREE of the following are Key Control Indicators (KCIs) that would be appropriate?

Select 3 answers
A.Patch lag time for critical systems
B.Exception rate for access requests
C.Control deficiency rate identified in audits
D.Test results from control testing
E.User satisfaction survey scores
AnswersB, C, D

Exception rate indicates how often controls are bypassed.

Why this answer

The exception rate for access requests directly measures how often access requests deviate from established policies, indicating the effectiveness of the access control system in enforcing least privilege and authorization rules. A high exception rate suggests weaknesses in the control design or operation, making it a key control indicator (KCI) for access management.

Exam trap

The trap here is confusing KRIs (which measure risk exposure, like patch lag) with KCIs (which measure control effectiveness), leading candidates to select metrics that are not directly tied to the control's operational performance.

228
MCQmedium

A company is planning to migrate to post-quantum cryptography. What is the primary risk that quantum computing poses to current cryptographic systems?

A.Enhancing encryption key generation
B.Breaking widely used public-key cryptographic algorithms
C.Compromising hash functions for integrity
D.Increased speed of brute-force attacks on symmetric keys
AnswerB

Quantum computers can break RSA and ECC, which are fundamental to secure communications.

Why this answer

Quantum computers using Shor's algorithm can efficiently solve integer factorization and discrete logarithm problems, threatening RSA and ECC.

229
MCQmedium

Refer to the exhibit. An organization uses this firewall access list. What is the MOST significant risk associated with this configuration?

A.The final rule denies all traffic
B.HTTPS traffic is permitted to any destination
C.SSH access is only allowed from internal network
D.HTTP traffic is permitted from any source to any destination
AnswerD

Unrestricted HTTP exposure is risky.

Why this answer

Permitting HTTP traffic (TCP port 80) from any source to any destination exposes the organization to significant risk, including data interception, man-in-the-middle attacks, and exploitation of web application vulnerabilities. HTTP transmits data in cleartext, making it trivial for attackers on the same network segment to capture credentials, session tokens, or sensitive information. This broad rule violates the principle of least privilege and is a common misconfiguration that leads to data breaches.

Exam trap

The trap here is that candidates often focus on the 'deny all' rule as a risk (thinking it might block legitimate traffic) or overlook the severity of allowing unencrypted HTTP, mistakenly assuming HTTPS and HTTP are equivalent in risk level.

How to eliminate wrong answers

Option A is wrong because a final deny-all rule is a standard security best practice; it ensures that any traffic not explicitly permitted is blocked, reducing the attack surface. Option B is wrong because HTTPS (TCP 443) is encrypted and, while permitting it to any destination may be overly permissive, it is far less risky than allowing unencrypted HTTP; the question asks for the MOST significant risk. Option C is wrong because restricting SSH access to the internal network is a security control that reduces exposure of administrative interfaces; this is a good practice, not a risk.

230
MCQmedium

A manufacturing company is connecting its industrial control systems (ICS) to the corporate network for real-time data analytics. What is the most significant risk arising from this IT/OT convergence?

A.Reduced network bandwidth for OT operations
B.Expanded attack surface from IT to OT systems
C.Increased data storage costs
D.Loss of proprietary control protocols
AnswerB

The convergence creates new paths for attackers to reach OT systems.

Why this answer

Connecting OT to IT networks exposes ICS to threats from the corporate network, expanding the attack surface and potentially allowing attackers to pivot to OT systems.

231
MCQmedium

Which of the following is the PRIMARY source for identifying known software vulnerabilities in a systematic manner?

A.OSINT feeds from social media
B.CIS Benchmarks
C.National Vulnerability Database (NVD)
D.OWASP Top 10
AnswerC

Correct. NVD is the authoritative source for CVE data and vulnerability scoring.

Why this answer

The National Vulnerability Database (NVD) is the U.S. government repository of standards-based vulnerability management data, including CVE entries and severity scores.

232
MCQeasy

An organization is selecting a control to prevent unauthorized access to a critical database. Which control type is most appropriate?

A.Detective control
B.Corrective control
C.Directive control
D.Preventive control
AnswerD

Preventive controls stop incidents from occurring, such as access control lists.

Why this answer

Preventive control is the most appropriate because it directly stops unauthorized access before it occurs. For a critical database, this includes mechanisms like database firewalls, access control lists (ACLs), or mandatory access control (MAC) policies that enforce authentication and authorization at the point of entry, such as requiring valid credentials and role-based permissions before any query is processed.

Exam trap

The trap here is that candidates often confuse 'preventive' with 'detective' controls, mistakenly thinking that logging and monitoring (detective) are sufficient to stop unauthorized access, when in fact they only provide visibility after the fact.

How to eliminate wrong answers

Option A is wrong because detective controls, such as audit logs or intrusion detection systems (IDS), only identify unauthorized access after it has happened, not prevent it. Option B is wrong because corrective controls, like restoring from a backup or applying a patch, are used to remediate damage after an incident, not to block initial access. Option C is wrong because directive controls, such as security policies or acceptable use agreements, guide behavior but do not technically enforce or block access to the database.

233
MCQeasy

A risk manager uses a 5x5 heat map to plot the likelihood and impact of identified risks. This approach is an example of which type of risk analysis?

A.Qualitative risk analysis
B.Quantitative risk analysis
C.Hybrid risk analysis
D.Semi-quantitative risk analysis
AnswerA

A 5x5 heat map is a standard tool for qualitative risk analysis, using subjective ratings for likelihood and impact.

Why this answer

A 5x5 heat map is a qualitative risk analysis technique that uses ordinal scales for likelihood and impact to derive risk ratings.

234
MCQhard

A multinational corporation uses commercial threat intelligence feeds and participates in an ISAC. However, they recently missed a critical vulnerability exploited in the wild that was not in their feeds. Which additional source should they incorporate to improve vulnerability identification?

A.CISA KEV catalog
B.NVD database
C.OSINT from social media
D.Vendor advisories only
AnswerA

CISA KEV is a focused, authoritative source for known exploited vulnerabilities.

Why this answer

CISA's Known Exploited Vulnerabilities (KEV) catalog is a government advisory that lists vulnerabilities actively exploited. It provides timely, actionable data that commercial feeds may not include immediately.

235
MCQmedium

A company operates a legacy system for which the vendor no longer provides security patches. What is the most critical risk to identify regarding this system?

A.Unpatched vulnerabilities
B.Incompatibility with new systems
C.Lack of vendor support
D.Skill shortage for maintenance
AnswerA

Without patches, all known vulnerabilities remain exploitable, posing a high risk.

Why this answer

Unpatched vulnerabilities are the most critical risk because the legacy system is exposed to known exploits that the vendor no longer addresses. Without security patches, attackers can leverage published CVEs to compromise the system, leading to data breaches or system takeover. This directly threatens the confidentiality, integrity, and availability of the system and its data.

Exam trap

The trap here is that candidates confuse the root cause (lack of vendor support) with the actual risk (unpatched vulnerabilities), leading them to select 'Lack of vendor support' instead of identifying the direct security exposure.

How to eliminate wrong answers

Option B is wrong because incompatibility with new systems is an operational or integration risk, not a security risk, and is less critical than unpatched vulnerabilities. Option C is wrong because lack of vendor support is a contributing factor to the risk, not the risk itself; the core issue is the resulting unpatched vulnerabilities. Option D is wrong because skill shortage for maintenance is a resource risk that affects the ability to manage the system, but it does not directly expose the system to exploitation like unpatched vulnerabilities do.

236
Multi-Selectmedium

A risk practitioner is identifying vulnerabilities in an organization's IT environment. Which TWO of the following are examples of 'operational vulnerability identification'? (Choose two.)

Select 2 answers
A.SQL injection vulnerability in a web application
B.Lack of segregation of duties in IT administration
C.Default passwords on network devices
D.Inadequate change management processes leading to unauthorized changes
E.Missing security patches on critical servers
AnswersB, D

Correct. This is a control weakness, an operational vulnerability.

Why this answer

Lack of segregation of duties in IT administration is an operational vulnerability. It arises from inadequate processes and controls within the organization's operations, such as allowing a single administrator to both approve and execute changes, which increases the risk of unauthorized or malicious actions. This is a process-level weakness, not a technical flaw in a specific system or code.

Exam trap

The trap here is that candidates often confuse technical vulnerabilities (like SQL injection or missing patches) with operational vulnerabilities, failing to distinguish between weaknesses in technology configurations versus weaknesses in processes and controls.

237
MCQmedium

A multinational corporation has adopted a risk mitigation strategy for its key suppliers by requiring them to maintain ISO 27001 certification. During an audit, the risk manager discovers that one critical supplier lost its certification six months ago but did not report it, as contractually required. The supplier still has adequate security controls in place, and the relationship is strategically important. The CEO wants to avoid contract termination. What is the MOST appropriate risk response?

A.Issue a corrective action plan requiring the supplier to regain certification within three months, with monthly progress reviews.
B.Transfer the risk to the supplier's cyber liability insurance policy.
C.Accept the risk because the supplier still has effective controls, and update the risk register.
D.Terminate the contract immediately and find an alternative supplier.
AnswerA

This enforces the contract and restores the intended risk mitigation.

Why this answer

It directly addresses the contractual breach with a corrective action plan and progress reviews, allowing the supplier to regain certification while maintaining the strategic relationship. Option B is incorrect because transferring risk to the supplier's cyber liability insurance does not restore the required certification or address the root cause of the breach. Option C is incorrect because accepting the risk disregards the contractual requirement for certification, even if controls are currently adequate.

Option D is incorrect because immediate termination may be too disruptive given the strategic importance of the supplier and the existence of a feasible remediation path.

238
MCQhard

An organization is implementing a new control to address a high-risk finding. The project manager has scheduled a user training session and updated the relevant policies. Which implementation phase is being addressed?

A.Control monitoring
B.Risk assessment
C.Control implementation
D.Control design
AnswerC

Correct. Training and documentation are key implementation steps.

Why this answer

These activities (training and documentation updates) are part of the control implementation phase, specifically after the control is designed and before going live.

239
MCQeasy

Based on the exhibit, which of the following is the MOST likely risk scenario?

A.A denial-of-service attack on the SSH service
B.A brute-force attack targeting the root account
C.A successful privilege escalation by an insider
D.A misconfigured firewall allowing unauthorized access
AnswerB

Multiple failed password attempts in quick succession suggest a brute-force attack.

Why this answer

The exhibit shows repeated failed login attempts for the root account, which is a classic indicator of a brute-force attack. SSH logs typically record authentication failures, and a high frequency of 'Failed password for root' entries from a single source IP strongly suggests an automated password guessing attempt. This aligns with the risk scenario of a brute-force attack targeting the root account.

Exam trap

The trap here is that candidates may confuse authentication failure logs with network-level attacks (DoS or firewall misconfiguration) or assume that any failed login implies a successful breach, when in fact the logs only show the attempt, not the outcome.

How to eliminate wrong answers

Option A is wrong because a denial-of-service attack on the SSH service would manifest as connection timeouts, resource exhaustion, or service unavailability, not repeated authentication failure logs. Option C is wrong because a successful privilege escalation by an insider would show evidence of a normal user account gaining elevated privileges (e.g., via sudo or kernel exploit), not repeated root login attempts. Option D is wrong because a misconfigured firewall allowing unauthorized access would result in unexpected network traffic reaching the server, but the logs specifically show authentication failures, not firewall rule violations or allowed connections from unauthorized IPs.

240
MCQhard

A company is evaluating control effectiveness for a critical system. The control fails 10% of the time when tested. The inherent risk level is 'high'. What is the effect on residual risk?

A.Residual risk is unchanged
B.Residual risk is high
C.Residual risk is low
D.Residual risk is medium
AnswerB

Control failure rate of 10% does not sufficiently reduce inherent risk.

Why this answer

Residual risk is the risk remaining after controls are applied. With a control that fails 10% of the time and an inherent risk level of 'high', the residual risk remains high because the control is not sufficiently effective to reduce the risk to a lower level. In risk assessment, a control with a 10% failure rate is considered ineffective for a high inherent risk, leaving the residual risk unchanged at high.

Exam trap

The trap here is that candidates mistakenly think a control that works 90% of the time is effective enough to reduce residual risk, but for a high inherent risk, even a 10% failure rate leaves the residual risk high because the control is not sufficiently reliable.

How to eliminate wrong answers

Option A is wrong because residual risk is not unchanged; it is directly affected by control effectiveness, and a failing control does not reduce the inherent risk. Option C is wrong because residual risk cannot be low when the control fails 10% of the time and the inherent risk is high; low residual risk would require a highly effective control. Option D is wrong because medium residual risk would imply a moderate reduction, but a 10% failure rate for a high inherent risk does not achieve that; the risk remains high.

241
MCQeasy

Which risk reporting level is typically provided to the board of directors and focuses on strategic risk posture?

A.Tactical risk reporting
B.Compliance risk reporting
C.Strategic risk reporting
D.Operational risk reporting
AnswerC

Strategic reporting is semi-annual/annual for the board.

Why this answer

Strategic risk reporting is the correct level for the board of directors because it focuses on high-level, long-term risks that could affect the organization's strategic objectives and overall business posture. Unlike tactical or operational reports, strategic reports aggregate risk data into a format that supports governance, risk appetite decisions, and capital allocation at the executive level.

Exam trap

The trap here is that candidates often confuse 'strategic' with 'operational' or 'tactical' because they think the board needs detailed technical data, when in fact the board requires aggregated, high-level information focused on long-term strategy and risk appetite.

How to eliminate wrong answers

Option A is wrong because tactical risk reporting is designed for mid-level management and focuses on specific projects or processes, not the enterprise-wide strategic posture required by the board. Option B is wrong because compliance risk reporting is narrowly scoped to regulatory and legal obligations, such as SOX or GDPR, and does not encompass the broader strategic risk landscape. Option D is wrong because operational risk reporting deals with day-to-day risks like system failures or process errors, which are too granular and short-term for board-level strategic oversight.

242
MCQhard

A company has a control that automatically rejects transactions over $10,000. During a review, it is found that 2% of transactions over $10,000 were approved due to a system glitch. The control owner says the glitch has been fixed. What should the risk practitioner do next?

A.Accept the control owner's assurance and close the finding.
B.Request evidence of the fix and perform a sample test of recent transactions.
C.Recommend a compensating control until the fix is confirmed.
D.Report the issue to the audit committee.
AnswerB

Ensures the issue is resolved.

Why this answer

The risk practitioner must independently verify that the system glitch has been resolved before closing the finding. Requesting evidence of the fix (e.g., change logs, patch notes) and performing a sample test of recent transactions provides objective assurance that the control is now operating effectively. This aligns with the CRISC principle that control owner assurances alone are insufficient without validation, especially for automated controls where residual risk from the glitch could persist.

Exam trap

The trap here is that candidates assume a control owner's assurance is sufficient (Option A) or that a compensating control is always needed (Option C), but CRISC emphasizes independent verification of control fixes before closure.

How to eliminate wrong answers

Option A is wrong because accepting the control owner's assurance without evidence violates the risk practitioner's duty to independently validate control effectiveness; a verbal fix claim does not confirm the system glitch is resolved. Option C is wrong because recommending a compensating control is premature—the fix is already claimed to be implemented, and the practitioner should first verify it before adding compensating controls, which could introduce unnecessary complexity or cost. Option D is wrong because reporting directly to the audit committee bypasses normal escalation and management review; the issue should first be addressed with the control owner and management, and only escalated if the fix is not confirmed or if residual risk remains unacceptable.

243
MCQhard

A risk manager is reviewing the control monitoring reports and finds that a key control's effectiveness rating has dropped from 'effective' to 'partially effective' due to increased errors in manual data entry. Which of the following is the BEST course of action?

A.Conduct a root cause analysis to identify why errors increased.
B.Immediately implement an automated data entry solution.
C.Increase the frequency of monitoring to detect errors sooner.
D.Assign additional staff to double-check data entries.
AnswerA

Identifies underlying issues to inform corrective actions.

Why this answer

A root cause analysis (RCA) is the best course of action because it systematically identifies the underlying reasons for the increased manual data entry errors, such as inadequate training, unclear procedures, or system interface issues. Without understanding the root cause, any corrective action (like automation or additional staff) may address symptoms rather than the actual problem, leading to wasted resources or recurring control failures. This aligns with the CRISC principle that control effectiveness must be restored by addressing the fundamental cause of degradation, not just the symptoms.

Exam trap

The trap here is that candidates often choose immediate automation (Option B) because it seems like a modern, efficient fix, but the CRISC exam emphasizes that risk treatment must be based on root cause analysis to avoid ineffective or counterproductive controls.

How to eliminate wrong answers

Option B is wrong because immediately implementing an automated data entry solution without first conducting a root cause analysis may introduce new risks (e.g., integration issues, cost overruns, or data mapping errors) and does not address why manual errors increased—automation might not be necessary if the root cause is, for example, a training gap. Option C is wrong because increasing monitoring frequency only detects errors sooner but does not prevent them or fix the underlying cause; it is a detective control, not a corrective one, and may increase monitoring costs without improving control effectiveness. Option D is wrong because assigning additional staff to double-check data entries is a compensating control that adds cost and potential for human error, but it does not address why the original errors increased—it merely adds a layer of review without resolving the root cause.

244
MCQeasy

Which of the following is the BEST example of a key risk indicator (KRI) for the risk of unauthorized access to sensitive data?

A.Average server uptime
B.Number of firewalls deployed
C.Percentage of users with access to sensitive data
D.Number of security awareness trainings completed
AnswerC

A high percentage indicates a larger attack surface for unauthorized access.

Why this answer

A KRI must directly measure the likelihood or impact of a specific risk. The percentage of users with access to sensitive data is a direct indicator of the attack surface for unauthorized access; a higher percentage increases the probability that an unauthorized user could gain access, making it a leading indicator for that risk.

Exam trap

The trap here is confusing a control metric (e.g., number of firewalls or training completions) with a risk indicator; candidates often pick options that sound security-related but fail to directly measure the risk event's likelihood or impact.

How to eliminate wrong answers

Option A is wrong because average server uptime is an operational metric for availability, not a risk indicator for unauthorized access; it does not measure who can access data or how access controls are configured. Option B is wrong because the number of firewalls deployed is a control metric (a count of security devices), not a KRI; it does not indicate the effectiveness of access controls or the actual exposure of sensitive data. Option D is wrong because the number of security awareness trainings completed is a compliance or activity metric; it measures training completion, not the actual risk of unauthorized access, and does not reflect whether users are following access policies.

245
MCQmedium

An organization is evaluating cyber insurance to mitigate financial risk from potential data breaches. Which factor would most likely increase the insurance premium?

A.Implementation of multi-factor authentication
B.Adoption of a cybersecurity framework
C.Regular penetration testing
D.History of previous security incidents
AnswerD

Past incidents increase perceived risk and premiums.

Why this answer

A history of past security incidents indicates higher risk, leading insurers to charge higher premiums.

246
MCQhard

During a quantitative risk analysis, the risk team calculates the loss event frequency (LEF) using the FAIR framework. If the threat event frequency (TEF) is 10 per year and the vulnerability (V) is 0.3, what is the LEF?

A.10.3 per year
B.30 per year
C.0.3 per year
D.3 per year
AnswerD

Correct: LEF = TEF × Vulnerability = 10 × 0.3 = 3.

Why this answer

In the FAIR framework, loss event frequency (LEF) is calculated as the product of threat event frequency (TEF) and vulnerability (V). Given TEF = 10 per year and V = 0.3, LEF = 10 × 0.3 = 3 per year. This represents the expected number of loss events per year, accounting for the probability that a threat event will actually result in a loss.

Exam trap

The trap here is that candidates may confuse the multiplicative relationship in FAIR with additive or divisive operations, or mistakenly treat vulnerability as the final frequency rather than a probability multiplier.

How to eliminate wrong answers

Option A is wrong because 10.3 per year results from incorrectly adding TEF and V (10 + 0.3), but LEF is a multiplicative product, not a sum. Option B is wrong because 30 per year results from dividing TEF by V (10 / 0.3 ≈ 33.3) or multiplying by the reciprocal, which misapplies the FAIR formula. Option C is wrong because 0.3 per year treats V as the LEF itself, ignoring TEF entirely; LEF must incorporate both TEF and V multiplicatively.

247
MCQeasy

A manufacturing company's board of directors receives a monthly risk report. Which key performance indicator (KPI) is MOST relevant for the board to assess the effectiveness of internal controls?

A.Number of audit findings per business unit.
B.Number of risk assessments completed this month.
C.Percentage of employees completing annual compliance training.
D.Percentage of control tests passed within the reporting period.
AnswerD

Directly measures control effectiveness.

Why this answer

The percentage of control tests passed within the reporting period directly measures the operational effectiveness of internal controls, which is the board's primary concern for risk mitigation. This KPI provides a quantifiable, trendable metric that reflects whether controls are functioning as designed to reduce residual risk to an acceptable level.

Exam trap

The trap here is that candidates confuse activity-based metrics (like number of assessments or training completion) with outcome-based metrics that directly measure control effectiveness, leading them to select options that sound relevant but do not answer the board's specific need for control performance assurance.

How to eliminate wrong answers

Option A is wrong because the number of audit findings per business unit is a lagging indicator of control failures, not a direct measure of control effectiveness; it reflects past issues rather than current control performance. Option B is wrong because the number of risk assessments completed this month measures process activity (volume of assessments), not the quality or effectiveness of controls themselves. Option C is wrong because the percentage of employees completing annual compliance training measures awareness and training completion, not whether the controls themselves are operating effectively; training is a preventive control, but its completion does not guarantee control effectiveness.

248
MCQeasy

An IT risk manager is facilitating a brainstorming session to identify threats. Which technique is BEST suited for identifying a wide range of potential threats?

A.Conduct a facilitated workshop with cross-functional stakeholders
B.Use a standard threat checklist
C.Review historical incident logs
D.Interview the heads of each department individually
AnswerA

Collaborative workshops leverage diverse expertise and are effective for threat identification.

Why this answer

A facilitated workshop with cross-functional stakeholders is best suited for brainstorming because it leverages diverse perspectives from IT, business, legal, and operations teams to identify a wide range of threats, including emerging and non-obvious ones. This collaborative approach aligns with the CRISC emphasis on qualitative risk assessment techniques that surface unknown unknowns, which static checklists or historical data cannot capture.

Exam trap

The trap here is that candidates often choose a standard threat checklist (Option B) because it seems systematic and comprehensive, but the question asks for the technique BEST suited for identifying a wide range of potential threats, which requires creative, collaborative exploration beyond predefined lists.

How to eliminate wrong answers

Option B is wrong because a standard threat checklist is inherently limited to predefined threats and cannot identify novel or context-specific threats that emerge from the unique environment or technology stack. Option C is wrong because reviewing historical incident logs only reveals threats that have already materialized, missing latent or future-oriented threats that have not yet occurred. Option D is wrong because interviewing department heads individually lacks the synergistic cross-pollination of ideas that occurs in a group workshop, often resulting in siloed perspectives and missed interdependencies.

249
MCQhard

During a risk assessment, the risk team identifies that a legacy system has multiple known vulnerabilities that cannot be patched. The system is critical for operations. Which of the following risk treatment options is MOST appropriate?

A.Accept the risk and monitor
B.Remediate by applying patches from the vendor
C.Avoid the risk by decommissioning the system
D.Mitigate by implementing compensating controls
AnswerD

Reduces risk while preserving system functionality.

Why this answer

Since the legacy system cannot be patched (Option B is impossible) and is critical for operations (decommissioning would disrupt the business, making Option C too drastic), the most appropriate treatment is to implement compensating controls. These controls, such as network segmentation, strict access controls, or an application-layer firewall, reduce the likelihood or impact of exploitation without modifying the vulnerable system itself, aligning with the risk mitigation strategy.

Exam trap

The trap here is that candidates often choose 'Accept the risk and monitor' (Option A) because they confuse 'acceptance' with a valid risk response for unpatched systems, failing to recognize that acceptance requires a formal decision and compensating controls when vulnerabilities are known and exploitable on critical assets.

How to eliminate wrong answers

Option A is wrong because accepting the risk without active monitoring or compensating controls is inappropriate when known, exploitable vulnerabilities exist on a critical system; passive acceptance increases exposure unnecessarily. Option B is wrong because the scenario explicitly states the system cannot be patched, making remediation via vendor patches technically infeasible. Option C is wrong because decommissioning a critical system would avoid the risk but at the cost of severe operational disruption, which is not the most appropriate response when compensating controls can reduce risk while maintaining operations.

250
MCQhard

An organization has an inherent risk score of 20 for a process. After controls, the residual risk score is 8. If the control design is assessed as adequate but operating effectiveness is only 60%, what is the control effectiveness adjustment?

A.The controls reduce risk by 20%
B.The controls have no effect
C.The controls reduce risk by 60%
D.The controls reduce risk by 40%
AnswerC

Residual risk is 40% of inherent, so reduction is 60%.

Why this answer

The inherent risk score is 20, and the residual risk score is 8, meaning controls reduce risk by 12 points (20 – 8 = 12). This reduction of 12 out of 20 equals a 60% reduction (12/20 = 0.60). The control design is adequate, but operating effectiveness is only 60%, so the actual risk reduction achieved matches the operating effectiveness percentage.

Thus, the control effectiveness adjustment is 60%.

Exam trap

The trap here is that candidates often confuse the absolute risk reduction (12 points) with the percentage reduction relative to inherent risk, or mistakenly use the control effectiveness percentage (60%) as a multiplier on the residual risk instead of the reduction.

How to eliminate wrong answers

Option A is wrong because a 20% reduction would yield a residual risk of 16 (20 * 0.8 = 16), not 8. Option B is wrong because if controls had no effect, residual risk would equal inherent risk (20), not 8. Option D is wrong because a 40% reduction would give a residual risk of 12 (20 * 0.6 = 12), not 8; the actual reduction is 60% as calculated.

251
Multi-Selectmedium

An organization is conducting a risk assessment of its remote access infrastructure. Which THREE of the following are typical components of a risk assessment report? (Select THREE.)

Select 3 answers
A.Risk register with identified risks and ratings
B.Detailed network architecture diagrams
C.Logs of all remote access sessions
D.Legal disclaimers
E.Recommended control improvements
AnswersA, D, E

The risk register is a key component of the report.

Why this answer

A risk register is a core component of a risk assessment report because it formally documents each identified risk, its likelihood, impact, and risk rating (e.g., using a 5x5 matrix). This provides a structured, auditable record that supports decision-making and compliance with frameworks like ISO 31000 or NIST SP 800-30.

Exam trap

The trap here is that candidates confuse operational data (like logs or network diagrams) with risk assessment outputs, forgetting that a risk assessment report is a strategic summary, not a dump of raw technical details.

252
MCQmedium

A financial institution uses threat intelligence from an Information Sharing and Analysis Center (ISAC). This is an example of which type of threat intelligence source?

A.Open-source intelligence (OSINT)
B.Government advisories
C.ISAC
D.Commercial feeds
AnswerC

ISACs are sector-specific threat intelligence sharing organizations.

Why this answer

ISACs are industry-specific, trusted communities for sharing threat intelligence.

253
MCQhard

A risk manager is assessing the impact of quantum computing on the organization's cryptographic infrastructure. The timeline for quantum advantage is estimated to be 10 years. What is the most appropriate immediate action to address this risk?

A.Increase key lengths for all symmetric encryption to 256 bits
B.Ignore the risk until quantum computers are commercially available
C.Begin post-quantum cryptography migration planning and crypto-agility assessment
D.Replace all existing cryptographic algorithms with post-quantum algorithms immediately
AnswerC

Correct. Starting planning and assessing crypto-agility is prudent and timely.

Why this answer

Post-quantum cryptography migration planning is a strategic activity that should begin now to ensure readiness before quantum computers can break current cryptography.

254
Multi-Selectmedium

A risk assessment team is prioritizing risks for treatment using inherent risk ratings. Which TWO factors should be considered when deciding which risks to treat first?

Select 2 answers
A.The asset's replacement value
B.Cost-benefit analysis of potential controls
C.Risk ranking by inherent risk score
D.The risk owner's department budget
E.The number of controls already in place
AnswersB, C

Treatment should be cost-effective relative to risk reduction.

Why this answer

Risk ranking by inherent risk score and cost-benefit analysis of controls are key factors in prioritization.

255
MCQhard

A change to a critical application is being implemented without updating the associated security controls. This is most likely a failure in which process?

A.Control design
B.Change management
C.Project management
D.User training
AnswerB

Change management requires that security controls are reviewed and updated as part of any change.

Why this answer

A change to a critical application that bypasses updating security controls is a direct failure of the change management process. Change management requires that all changes, including security controls, be reviewed, approved, and documented before implementation to maintain the risk posture. Without this process, the organization loses visibility and control over the security implications of the change, leading to potential vulnerabilities.

Exam trap

The trap here is that candidates confuse 'control design' (the initial architecture of controls) with the ongoing governance process of 'change management' that ensures controls are kept in sync with system modifications.

How to eliminate wrong answers

Option A is wrong because control design refers to the initial creation or selection of controls, not the process of ensuring they are updated when a change occurs. Option C is wrong because project management focuses on delivering a project's scope, schedule, and budget, not specifically on the procedural requirement to update security controls during operational changes. Option D is wrong because user training addresses end-user competency, not the procedural governance of change implementation and security control alignment.

256
MCQhard

A multinational corporation is expanding its cloud infrastructure to include a new SaaS application that stores sensitive customer data. The vendor claims compliance with SOC 2 Type II and ISO 27001. The risk manager must determine if the remaining residual risk after vendor controls is within the company's risk appetite. Which of the following is the MOST critical next step?

A.Request the vendor's latest risk assessment report.
B.Conduct a data classification and legal review to identify applicable regulatory obligations.
C.Perform a pilot deployment and monitor for security incidents.
D.Accept the vendor's certifications as sufficient evidence of control effectiveness.
AnswerB

Data classification and legal review determine if additional controls are needed.

Why this answer

Classifying the data and identifying applicable regulatory obligations is critical to determine if the vendor's controls are sufficient for the company's risk appetite. Option A is wrong because a vendor's risk assessment report may not address the company's specific regulatory requirements or data sensitivity. Option C is wrong because a pilot deployment monitors for security incidents but does not evaluate compliance with regulatory obligations.

Option D is wrong because accepting certifications alone may overlook specific legal or regulatory requirements that the vendor's controls do not cover.

257
MCQeasy

A risk analyst is reviewing control monitoring results and notices that a detective control has a high false positive rate. What is the BEST action to improve the control's efficiency?

A.Adjust the control's threshold or criteria
B.Accept the false positives as operational tolerance
C.Increase the monitoring frequency
D.Convert the control to a preventive control
AnswerA

Fine-tuning thresholds can reduce false positives while keeping detection effective.

Why this answer

A high false positive rate in a detective control indicates that the control's threshold or criteria are too sensitive, triggering alerts for benign events. Adjusting the threshold (e.g., increasing the baseline or fine-tuning anomaly detection parameters) directly reduces false positives, improving efficiency without sacrificing detection capability. This is the most targeted action to optimize signal-to-noise ratio.

Exam trap

The trap here is that candidates often confuse 'efficiency' with 'frequency' or 'control type,' mistakenly thinking more monitoring or converting to preventive control will solve the false positive issue, when the correct action is to tune the control's sensitivity.

How to eliminate wrong answers

Option B is wrong because accepting false positives as operational tolerance does not improve efficiency; it merely accepts the waste of resources investigating non-events. Option C is wrong because increasing monitoring frequency would generate even more false positives, exacerbating the problem and increasing analyst fatigue. Option D is wrong because converting a detective control to a preventive control is a fundamental design change that may not be feasible or appropriate for the specific risk, and it does not address the root cause of high false positives.

258
MCQmedium

A company is conducting a risk assessment of a critical third-party service provider. Which of the following is the BEST source of information to identify risks associated with the provider's sub-processors?

A.The provider's documented vendor risk management program and audit reports of sub-processors
B.Service level agreements in the contract
C.SOC 2 Type II reports of the primary provider
D.Public announcements of data breaches involving the provider
AnswerA

This directly addresses sub-processor risk identification.

Why this answer

The provider's documented vendor risk management program and audit reports of sub-processors are the best source because they directly detail the controls, security posture, and compliance status of the sub-processors. This information is specific to the sub-processors' operations, unlike general reports or contracts that may not cover their unique risks. It enables the company to assess third-party and fourth-party risks as part of a comprehensive IT risk identification process.

Exam trap

The trap here is that candidates often choose SOC 2 Type II reports of the primary provider (Option C) thinking they cover all downstream risks, but they typically exclude sub-processor controls unless specifically scoped.

How to eliminate wrong answers

Option B is wrong because service level agreements (SLAs) define performance and availability metrics, not the security controls or risk posture of sub-processors; they are contractual, not evidence-based. Option C is wrong because SOC 2 Type II reports of the primary provider cover the primary provider's controls, not those of its sub-processors, and may exclude sub-processor operations entirely. Option D is wrong because public announcements of data breaches are reactive and historical, not a proactive source for identifying current risks associated with sub-processors.

259
MCQhard

Refer to the exhibit. A risk manager is reviewing IAM policies for an S3 bucket used for sensitive data. This policy allows which of the following?

A.Any user to read (GetObject) from the bucket
B.Any user to write (PutObject) to the bucket from any IP address
C.Users from the internal network (10.0.0.0/8) to write (PutObject) to the bucket
D.Users from the internal network to read (GetObject) from the bucket
AnswerC

The policy allows PutObject only from internal IPs.

Why this answer

The policy statement includes a condition that restricts the s3:PutObject action to requests originating from the 10.0.0.0/8 IP range, and the principal is set to '*' (any authenticated user), meaning only authenticated users from the internal network can write to the bucket. The policy does not grant GetObject permissions, so reads are not allowed.

Exam trap

The trap here is that candidates often assume a policy with 'Principal': '*' allows anonymous access, but in S3 bucket policies, '*' means any authenticated AWS user unless the policy explicitly includes a 'NotPrincipal' or the bucket is configured for public access; additionally, the condition on source IP is easy to overlook, leading to the mistaken belief that writes are allowed from any IP.

How to eliminate wrong answers

Option A is wrong because the policy does not include any statement allowing s3:GetObject; it only grants s3:PutObject, so any user cannot read from the bucket. Option B is wrong because the policy includes a condition using aws:SourceIp to restrict PutObject to the 10.0.0.0/8 range, so it does not allow writes from any IP address. Option D is wrong because the policy does not grant s3:GetObject at all, so users from the internal network cannot read from the bucket.

260
Multi-Selectmedium

Which TWO controls are most effective for reducing the risk of data leakage from endpoints in a remote work environment?

Select 2 answers
A.Conduct regular phishing simulation campaigns.
B.Implement Data Loss Prevention (DLP) software.
C.Enforce complex password policies for local accounts.
D.Require full-disk encryption on all laptops.
E.Use a VPN for all remote connections.
AnswersB, D

DLP monitors and controls data movement, directly reducing leakage risk.

Why this answer

Data Loss Prevention (DLP) software is highly effective because it monitors, detects, and blocks unauthorized transfers of sensitive data (e.g., PII, IP) from endpoints by inspecting content in motion, at rest, and in use. Full-disk encryption (FDE) protects data at rest by rendering the drive unreadable without the decryption key, mitigating leakage if a device is lost or stolen. Together, they address both active exfiltration and passive physical theft.

Exam trap

ISACA often tests the misconception that a VPN provides comprehensive data protection, but in reality it only secures data in transit, not data at rest or data in use on the endpoint.

261
MCQmedium

A risk practitioner is designing a monitoring dashboard for operational risk. Which of the following is the most important consideration?

A.Automate the generation of reports.
B.Use real-time data feeds.
C.Tailor the information to the needs of the target audience.
D.Include all available risk indicators.
AnswerC

Ensures actionable insights.

Why this answer

The primary goal of a monitoring dashboard is to enable effective decision-making. Tailoring information to the target audience ensures that stakeholders receive relevant, actionable data, reducing cognitive load and preventing alert fatigue. Without this alignment, even the most technically sophisticated dashboard fails its core purpose of supporting risk-informed decisions.

Exam trap

The trap here is that candidates confuse technical capability (real-time data, automation, completeness) with the business requirement of relevance, leading them to choose a technically impressive but contextually inappropriate option like B or D.

How to eliminate wrong answers

Option A is wrong because automating report generation addresses efficiency, not the fundamental requirement of relevance; a dashboard can be fully automated yet still present irrelevant or overwhelming data. Option B is wrong because real-time data feeds are not always necessary for operational risk monitoring—latency tolerance varies by risk type, and real-time feeds can introduce noise and false positives without proper context. Option D is wrong because including all available risk indicators violates the principle of materiality; excessive indicators obscure critical signals and violate the 'less is more' heuristic for effective dashboards.

262
MCQmedium

During an IT risk assessment for a new cloud-based customer relationship management (CRM) system, the risk practitioner identifies that the vendor's data center is located in a country with different data protection regulations. Which of the following is the MOST appropriate next step?

A.Conduct a legal review to assess regulatory implications and contractual safeguards.
B.Recommend migrating to a different cloud provider.
C.Implement technical controls to encrypt data in transit and at rest.
D.Accept the risk because the vendor is compliant with industry standards.
AnswerA

Legal review ensures compliance and identifies necessary controls.

Why this answer

When a cloud vendor's data center is in a jurisdiction with different data protection regulations, the immediate priority is to understand the legal and contractual implications before making any technical or risk acceptance decisions. A legal review will identify specific regulatory conflicts (e.g., GDPR vs. local law) and assess whether existing contractual safeguards (such as Standard Contractual Clauses or Binding Corporate Rules) adequately address the gap. This step ensures that subsequent risk treatment decisions are informed by compliance requirements rather than assumptions.

Exam trap

The trap here is that candidates often jump to technical controls (encryption) as a universal solution, overlooking that regulatory compliance is a legal and contractual issue that cannot be fully resolved by encryption alone.

How to eliminate wrong answers

Option B is wrong because recommending migration to a different cloud provider is premature without first understanding whether the current vendor's legal and contractual framework can be remediated; migration may be unnecessary or more costly than adjusting safeguards. Option C is wrong because implementing technical controls like encryption (e.g., TLS 1.3 for transit, AES-256 for at-rest) addresses data confidentiality but does not resolve regulatory compliance issues such as data residency, lawful access by foreign governments, or cross-border transfer restrictions. Option D is wrong because accepting risk based solely on vendor compliance with industry standards (e.g., ISO 27001) ignores the fact that regulatory requirements are jurisdiction-specific and may impose obligations beyond those standards.

263
MCQhard

An organization uses a risk register that includes inherent risk, control effectiveness, and residual risk. During a quarterly review, the risk owner updates control effectiveness from 'partially effective' to 'effective'. What effect does this have on the residual risk rating?

A.Inherent risk changes
B.Residual risk decreases
C.Residual risk increases
D.Residual risk remains unchanged
AnswerB

Better controls reduce residual risk.

Why this answer

When control effectiveness is updated from 'partially effective' to 'effective', the control is now better at mitigating the inherent risk. Since residual risk is calculated as inherent risk minus the risk reduction provided by controls, improving control effectiveness directly lowers the residual risk rating. The risk register reflects this by showing a decreased residual risk value, assuming inherent risk remains unchanged.

Exam trap

CRISC often tests the misconception that residual risk is static or that inherent risk changes with control improvements, but the key trap here is confusing inherent risk (which is independent of controls) with residual risk (which is dependent on control effectiveness).

How to eliminate wrong answers

Option A is wrong because inherent risk is the risk level before considering controls; it is determined by the nature of the threat and vulnerability, not by control effectiveness, so updating control effectiveness does not change inherent risk. Option C is wrong because improving control effectiveness reduces, not increases, the residual risk; an increase would occur if control effectiveness were downgraded. Option D is wrong because residual risk is directly affected by changes in control effectiveness; it does not remain unchanged when the control's ability to mitigate risk improves.

264
MCQeasy

A control owner reports that a preventive control is operating as designed, but the risk owner is concerned that residual risk remains high. What should the risk practitioner do NEXT?

A.Update the risk register to reflect the high residual risk.
B.Recommend additional compensating controls.
C.Escalate the issue to the risk committee.
D.Perform a control effectiveness test to validate the control.
AnswerD

Verifies if control mitigates risk as intended.

Why this answer

The risk practitioner must first validate the control's effectiveness before taking any further action. Even though the control owner reports the preventive control is operating as designed, the risk owner's concern about high residual risk suggests the control may not be adequately mitigating the risk. Performing a control effectiveness test (D) provides objective evidence to determine whether the control is actually reducing risk to an acceptable level, which is the necessary next step before updating the risk register, recommending compensating controls, or escalating.

Exam trap

The trap here is that candidates assume the control owner's report of 'operating as designed' is sufficient evidence, but CRISC emphasizes that control effectiveness must be independently validated through testing before concluding on residual risk.

How to eliminate wrong answers

Option A is wrong because updating the risk register to reflect high residual risk should only occur after the control's effectiveness has been validated; prematurely updating without evidence could misrepresent the risk posture. Option B is wrong because recommending additional compensating controls is premature without first determining whether the existing control is effective; if the control is effective, compensating controls may be unnecessary and introduce unnecessary cost and complexity. Option C is wrong because escalating to the risk committee is a governance action that should be taken only after the risk practitioner has gathered sufficient evidence through testing; escalation without validation could cause unnecessary alarm or misdirect committee attention.

265
Multi-Selectmedium

Which TWO of the following are leading indicators that could be used as KRIs for information security risk? (Select TWO.)

Select 2 answers
A.Number of security incidents in the past quarter
B.Number of audit findings from the last audit
C.Patch lag (average time to apply critical patches)
D.Spike in failed authentication attempts
E.Percentage of employees who completed security awareness training
AnswersC, D

Correct. Indicates future vulnerability risk.

Why this answer

Patch lag (average time to apply critical patches) is a leading indicator that measures the organization's vulnerability exposure window before an exploit occurs. A shorter patch lag indicates proactive risk mitigation, while a longer lag signals increased risk of compromise, making it a forward-looking KRI for information security risk.

Exam trap

The trap here is that candidates often confuse lagging indicators (like incident counts or audit findings) with leading indicators, failing to recognize that KRIs must be predictive and forward-looking to proactively manage risk rather than merely report on past events.

266
MCQhard

When performing asset-based vulnerability identification, a security analyst uses the Common Vulnerabilities and Exposures (CVE) database along with the National Vulnerability Database (NVD). Which of the following BEST describes the relationship between CVE and NVD?

A.Both databases are identical and maintained by the same organization.
B.CVE is the authoritative source for vulnerability scoring, while NVD assigns identifiers.
C.NVD lists only vulnerabilities that are actively exploited, while CVE lists all known vulnerabilities.
D.CVE provides unique identifiers for vulnerabilities, and NVD provides additional analysis including CVSS scores.
AnswerD

CVE is the ID system; NVD enriches with CVSS and other details.

Why this answer

CVE provides identifiers; NVD enriches with severity scores, impact metrics, and additional data.

267
MCQeasy

Which of the following best describes residual risk?

A.Risk that is transferred to a third party
B.Risk that is avoided by eliminating the activity
C.Risk without any controls in place
D.Risk after assessing control effectiveness
AnswerD

Residual risk is inherent risk adjusted for controls.

Why this answer

Residual risk is the risk that remains after management has implemented risk responses and assessed the effectiveness of existing controls. It is calculated by considering the inherent risk (risk without controls) and the risk reduction provided by controls, factoring in control gaps or weaknesses. Option D correctly captures this definition by emphasizing the assessment of control effectiveness.

Exam trap

The trap here is confusing inherent risk (risk with no controls) with residual risk (risk after controls), leading candidates to incorrectly select Option C, especially when the question emphasizes 'risk assessment' without explicitly mentioning control evaluation.

How to eliminate wrong answers

Option A is wrong because transferring risk to a third party (e.g., via insurance or outsourcing) is a risk response strategy, not a measure of remaining risk after controls. Option B is wrong because avoiding risk by eliminating the activity is another risk response (risk avoidance), not the residual risk that persists after controls are applied. Option C is wrong because risk without any controls in place is defined as inherent risk, not residual risk; residual risk explicitly accounts for controls that are in place and their effectiveness.

268
MCQhard

An international bank is expanding its operations into a new country with strict data localization laws. The IT department plans to use a cloud service provider that stores data in neighboring countries but promises compliance. The risk team has identified several potential risks: regulatory fines for non-compliance, data interception during cross-border transmission, and difficulty in auditing the cloud provider. The legal team advises that the contract includes data protection clauses, but these have not been tested. The risk manager must now prioritize risk identification efforts. What is the MOST important risk identification step the risk team should undertake?

A.Review the cloud provider's SOC 2 report.
B.Conduct a thorough legal review of the contract's data handling clauses.
C.Perform a regulatory compliance assessment specific to the new country's laws.
D.Map data flows to ensure all data is properly classified.
AnswerC

Understanding legal requirements is foundational.

Why this answer

The most critical risk identification step when entering a new country with strict data localization laws is to perform a regulatory compliance assessment specific to that country's laws. This ensures the bank understands the exact legal requirements for data storage, processing, and transfer, which directly informs whether the cloud provider's promised compliance is achievable. Without this assessment, the risk team cannot accurately identify the scope and severity of regulatory fines or other legal risks.

Exam trap

The trap here is that candidates often choose Option B (legal review of contract) because they assume contractual clauses are the primary risk mitigation, but the question asks for risk identification, and without first understanding the local law, the contract's adequacy cannot be evaluated.

How to eliminate wrong answers

Option A is wrong because reviewing the cloud provider's SOC 2 report focuses on internal controls and security practices, not on compliance with specific data localization laws of the new country; SOC 2 reports are based on AICPA trust service criteria and do not address jurisdictional legal requirements. Option B is wrong because conducting a thorough legal review of the contract's data handling clauses, while important, assumes the contract is the primary risk control, but the contract clauses have not been tested and may not align with the new country's untested legal interpretations; this step is secondary to understanding the actual regulatory landscape. Option D is wrong because mapping data flows to ensure proper classification is a data governance activity that helps understand where data resides and moves, but it does not directly identify the legal risks of non-compliance with data localization laws; it is a supporting step, not the most critical for risk identification.

269
MCQeasy

An organization uses automated SIEM rules to continuously monitor for unauthorized access attempts. This is an example of which type of monitoring?

A.Periodic control testing
B.Vulnerability scanning
C.Access review
D.Continuous monitoring
AnswerD

SIEM rules provide ongoing automated monitoring.

Why this answer

Continuous monitoring involves the use of automated tools, such as Security Information and Event Management (SIEM) systems, to provide real-time or near-real-time oversight of security events. In this scenario, the SIEM rules are configured to detect unauthorized access attempts as they occur, which aligns directly with the definition of continuous monitoring rather than periodic or point-in-time assessments.

Exam trap

The trap here is that candidates confuse 'continuous monitoring' with 'periodic control testing' or 'access review' because they all involve oversight of access, but only continuous monitoring uses automated, real-time detection of events as they happen, not scheduled checks or static permission audits.

How to eliminate wrong answers

Option A is wrong because periodic control testing refers to scheduled, manual or automated checks performed at set intervals (e.g., quarterly or annually), not the ongoing, real-time analysis provided by SIEM rules. Option B is wrong because vulnerability scanning is a specific type of assessment that identifies known vulnerabilities (e.g., missing patches, misconfigurations) in systems or networks, not the detection of unauthorized access attempts in real time. Option C is wrong because an access review is a periodic or ad-hoc audit of user permissions and entitlements (e.g., reviewing Active Directory group memberships), not the continuous detection of access attempts via SIEM correlation rules.

270
MCQeasy

Which risk identification technique relies on analyzing past incidents to predict future risks?

A.Brainstorming
B.Loss event data analysis
C.SWOT analysis
D.Delphi technique
AnswerB

Loss event data analysis uses historical incident data to predict future risks.

Why this answer

Loss event data analysis (B) is the correct risk identification technique because it systematically examines historical incident records, such as security logs, breach reports, and audit findings, to identify patterns and trends that can predict future risks. This empirical approach leverages past loss events to quantify likelihood and impact, making it distinct from generative or qualitative methods.

Exam trap

The trap here is that candidates confuse 'brainstorming' (a forward-looking ideation method) with data-driven analysis, failing to recognize that only loss event data analysis explicitly relies on historical incident records to predict future risks.

How to eliminate wrong answers

Option A is wrong because brainstorming is a creative, group-based technique that generates ideas without relying on historical data, focusing instead on hypothetical scenarios and expert intuition. Option C is wrong because SWOT analysis evaluates internal strengths/weaknesses and external opportunities/threats in a strategic context, not past incident records for risk prediction. Option D is wrong because the Delphi technique uses iterative anonymous surveys to achieve consensus among experts, not analysis of historical loss events.

271
MCQhard

An organization is considering moving from periodic control testing to continuous monitoring for its critical financial controls. What is the PRIMARY benefit of this transition?

A.Simplification of the control environment.
B.Reduction in monitoring costs.
C.Faster identification of control failures.
D.Elimination of all control failures.
AnswerC

Continuous monitoring reduces detection time.

Why this answer

Continuous monitoring provides real-time or near-real-time visibility into control performance, enabling the organization to detect control failures as soon as they occur. This is a primary benefit over periodic testing, which only identifies failures at discrete intervals, potentially allowing issues to persist undetected for longer periods.

Exam trap

The trap here is that candidates may confuse 'continuous monitoring' with 'continuous auditing' or assume it always reduces costs, but the primary benefit is improved detection speed, not cost reduction or failure elimination.

How to eliminate wrong answers

Option A is wrong because continuous monitoring typically adds complexity to the control environment (e.g., implementing automated tools, configuring alerts, and managing data streams) rather than simplifying it. Option B is wrong because continuous monitoring often increases costs due to the need for specialized software, infrastructure, and ongoing maintenance, though it can reduce long-term costs by preventing larger failures. Option D is wrong because no monitoring approach can eliminate all control failures; continuous monitoring improves detection speed but does not prevent failures from occurring in the first place.

272
MCQmedium

A vendor risk tier is assigned based on data access and service criticality. A vendor that processes sensitive customer data and is critical to operations should be classified as which tier?

A.High tier
B.Critical tier
C.Low tier
D.Medium tier
AnswerB

Critical tier is for vendors with high data access and criticality to operations.

Why this answer

A vendor that processes sensitive customer data and is critical to operations poses the highest level of risk to the organization. Under the CRISC framework, such a vendor is classified as Critical tier because the combination of high data sensitivity and operational criticality requires the most stringent risk management controls, including enhanced due diligence, continuous monitoring, and contractual safeguards. This tier ensures that the highest priority vendors receive the most rigorous oversight to mitigate potential impacts on confidentiality, integrity, and availability.

Exam trap

CRISC often tests the distinction between 'High' and 'Critical' tiers, where candidates mistakenly choose 'High' because they overlook that 'Critical' is the highest tier in many risk classification models, reserved specifically for the most severe combination of data sensitivity and operational dependency.

How to eliminate wrong answers

Option A is wrong because 'High tier' is typically used for vendors with significant but not the highest risk, such as those with moderate data access or operational impact, but it does not capture the extreme risk posed by both sensitive data and critical operations. Option C is wrong because 'Low tier' applies to vendors with minimal data access and low operational impact, such as those providing non-essential services with no sensitive data handling, which is the opposite of the scenario described. Option D is wrong because 'Medium tier' is reserved for vendors with moderate risk, such as those with some data access or partial operational criticality, but it fails to address the highest-risk combination of sensitive data and criticality.

273
Multi-Selecteasy

An organization is performing a business impact analysis (BIA) for its critical applications. Which TWO of the following are primary objectives of a BIA?

Select 2 answers
A.Prioritize recovery of business processes based on criticality.
B.Determine the likelihood of each threat event.
C.Identify the maximum acceptable outage (MAO) for each process.
D.Calculate the annualized loss expectancy (ALE).
E.Select appropriate risk response strategies.
AnswersA, C

BIA prioritizes processes for recovery.

Why this answer

A primary objective of a BIA is to prioritize the recovery of business processes based on their criticality to the organization. This prioritization directly informs the recovery time objectives (RTOs) and resource allocation for each process, ensuring that the most critical functions are restored first during a disruption.

Exam trap

The trap here is that candidates confuse the BIA with the broader risk assessment process, mistakenly selecting options like determining threat likelihood or calculating ALE, which are distinct activities performed after the BIA is complete.

274
MCQeasy

Which risk treatment option involves eliminating the activity that creates the risk?

A.Accept
B.Avoid
C.Transfer
D.Mitigate
AnswerB

Avoiding a risk removes the activity that generates it, directly satisfying the stem’s requirement to eliminate the source. This contrasts with mitigation, which reduces likelihood or impact while retaining the activity. Avoidance is a valid treatment when the risk exceeds the organisation’s risk appetite and no cost-effective controls exist, making cessation the only viable response.

Why this answer

Risk avoidance means stopping the activity that introduces the risk.

275
MCQmedium

Refer to the exhibit. What is the most appropriate immediate action for the control failure?

A.Ignore as it was followed by a pass.
B.Escalate to the board.
C.Accept the control failure due to subsequent pass.
D.Investigate the root cause of the failure because it occurred before the pass.
AnswerD

Root cause analysis is needed to determine why the control failed.

Why this answer

The control failure requires investigation even though it later passed. The root cause of the failure must be understood to prevent recurrence. Option D is correct because investigating the root cause is the most appropriate immediate action.

Option A ignores the failure without analysis, which is unacceptable. Option C accepts the risk without understanding why the failure occurred. Option B escalates to the board prematurely before investigation.

276
MCQmedium

A risk assessment identifies a high-likelihood, high-impact risk associated with a legacy system. The business owner decides to decommission the system to eliminate the risk. Which risk treatment option is being applied?

A.Mitigate
B.Accept
C.Transfer
D.Avoid
AnswerD

By decommissioning the system, the organization avoids the risk entirely.

Why this answer

Avoidance involves eliminating the activity that creates the risk, such as decommissioning a system.

277
MCQeasy

Refer to the exhibit. What action should the risk practitioner recommend FIRST?

A.Escalate to the board of directors.
B.Initiate a patch management process to apply critical patches.
C.Adjust the threshold to 10%.
D.Schedule a root cause analysis for next month.
AnswerB

Directly addresses the KRI.

Why this answer

The exhibit shows that critical vulnerabilities have been identified with a high risk score, and the current patch management process is not addressing them in a timely manner. The risk practitioner should first initiate a patch management process to apply critical patches, as this directly reduces the exposure to known exploits and aligns with the principle of treating the highest risks immediately. Delaying action or adjusting thresholds without remediation would leave the organization vulnerable.

Exam trap

The trap here is that candidates may confuse 'escalation' with 'first action' and choose Option A, not realizing that operational remediation (patching) must precede escalation unless the risk is beyond the risk appetite and requires immediate board-level decision-making.

How to eliminate wrong answers

Option A is wrong because escalating to the board of directors is a governance step that should occur after operational remediation actions have been attempted or if there is a systemic failure, not as the first action for a specific technical vulnerability. Option C is wrong because adjusting the threshold to 10% would arbitrarily lower the risk acceptance level without addressing the underlying vulnerabilities, potentially masking critical risks and violating risk management best practices. Option D is wrong because scheduling a root cause analysis for next month delays immediate remediation of critical vulnerabilities, which should be patched urgently to prevent exploitation; root cause analysis can be performed in parallel or after patching.

278
MCQmedium

In a risk report presented to the board of directors, which of the following elements is most appropriate to include?

A.Vendor security assessment scores for all vendors
B.Detailed weekly firewall log analysis
C.List of all IT incidents from the past month
D.Risk heat map with top risks and status
AnswerD

Correct. Board reports need a high-level view.

Why this answer

Strategic risk reporting to the board should focus on high-level information, such as a risk heat map showing top risks and their status.

279
MCQmedium

A security operations center (SOC) uses a Security Information and Event Management (SIEM) system to continuously monitor for suspicious activities. Which type of monitoring is being performed?

A.Periodic control testing
B.Compliance audit
C.Vulnerability scanning
D.Continuous monitoring
AnswerD

Correct. SIEM enables continuous monitoring.

Why this answer

The SOC is using a SIEM system to continuously monitor for suspicious activities, which aligns with continuous monitoring. Continuous monitoring involves real-time or near-real-time collection and analysis of security events to detect threats as they occur, rather than at scheduled intervals. SIEM systems aggregate logs and alerts from various sources to provide ongoing visibility into the security posture.

Exam trap

The trap here is that candidates confuse continuous monitoring with vulnerability scanning or periodic testing, but the key differentiator is the real-time, event-driven nature of SIEM-based monitoring versus scheduled or point-in-time assessments.

How to eliminate wrong answers

Option A is wrong because periodic control testing involves scheduled assessments (e.g., quarterly penetration tests) to verify control effectiveness, not real-time monitoring. Option B is wrong because a compliance audit is a point-in-time evaluation against regulatory standards (e.g., PCI DSS), not ongoing surveillance. Option C is wrong because vulnerability scanning is a periodic or scheduled process to identify known vulnerabilities (e.g., using Nessus or Qualys), not continuous monitoring of suspicious activities.

280
MCQmedium

A business continuity manager wants to identify risks that could disrupt critical business processes. Which source of information would be MOST valuable for identifying such risks?

A.Organizational charts
B.Industry benchmarks on downtime
C.Business impact analysis (BIA) documentation
D.Historical incident reports
AnswerC

BIA identifies critical processes, dependencies, and recovery objectives.

Why this answer

The Business Impact Analysis (BIA) documentation is the most valuable source because it systematically identifies critical business processes, their dependencies (e.g., specific servers, databases, network links), and the maximum tolerable downtime (MTD) for each. This directly pinpoints which risks would cause unacceptable disruption, making it the foundational input for risk identification in continuity planning.

Exam trap

The trap here is that candidates often choose historical incident reports (D) thinking past failures are the best predictor, but CRISC emphasizes proactive identification of all risks—including those never experienced—which only a BIA can systematically uncover by analyzing process criticality and dependencies.

How to eliminate wrong answers

Option A is wrong because organizational charts show reporting structures and roles, not the technical dependencies or recovery time objectives (RTOs) of critical processes. Option B is wrong because industry benchmarks on downtime provide generic statistics (e.g., average cost per hour) but do not identify specific risks to an organization's unique processes or infrastructure. Option D is wrong because historical incident reports only capture past failures, missing emerging threats, single points of failure not yet realized, or risks that have never materialized.

281
MCQhard

A software development company uses a DevOps pipeline with automated code deployment. Recently, a developer accidentally pushed a configuration file containing database credentials to a public repository. The credentials were changed within an hour, but the file remained public for a few hours. The risk team is now identifying risks in the CI/CD process. The security team has proposed adding static code analysis to detect secrets in code. The development team objects, citing false positives. The risk manager must identify the most significant risk that could lead to a data breach. Which risk should be prioritized?

A.Insufficient training on secure coding practices for developers.
B.Over-reliance on manual code reviews which are error-prone.
C.Lack of pre-commit hooks or automated scanning to prevent secrets from being committed.
D.Inadequate incident response procedures for exposed credentials.
AnswerC

Prevention at commit is the most direct control.

Why this answer

The root cause of the incident was the absence of automated, pre-commit scanning to detect secrets before they are pushed to a repository. Pre-commit hooks (e.g., using tools like git-secrets or Talisman) or server-side scanning (e.g., GitHub secret scanning) can block credentials from being committed in the first place, directly preventing exposure. Without this control, the CI/CD pipeline lacks a critical preventive layer, making data breaches more likely despite post-commit remediation.

Exam trap

The trap here is that candidates focus on the incident response or training aspects (options A and D) because they seem like common root causes, but the question specifically asks for the most significant risk that could lead to a data breach, which is the lack of a preventive control (pre-commit scanning) that directly stops secrets from entering the repository.

How to eliminate wrong answers

Option A is wrong because insufficient training on secure coding practices, while valuable, does not address the immediate technical gap that allowed the secret to be committed; training alone cannot prevent accidental pushes without automated enforcement. Option B is wrong because over-reliance on manual code reviews is a secondary concern; the incident occurred due to a lack of automated scanning, not because manual reviews were bypassed or failed. Option D is wrong because inadequate incident response procedures for exposed credentials are a reactive control; the most significant risk is the preventive failure that allowed the secret to be pushed, not the speed of response after exposure.

282
MCQeasy

A security team is considering implementing a control to prevent unauthorized access to a critical database. Which type of control is most appropriate for this objective?

A.Corrective control
B.Preventive control
C.Detective control
D.Directive control
AnswerB

Preventive controls are designed to stop an incident from occurring.

Why this answer

Preventive controls are designed to stop an incident from occurring. In this case, preventing unauthorized access aligns with a preventive control.

283
MCQmedium

A risk assessment reveals that a legacy system has a high vulnerability score but low business criticality. The cost to remediate is high. What is the MOST appropriate risk response?

A.Avoid the risk by decommissioning the system
B.Accept the risk and monitor it
C.Mitigate the vulnerability with a patch
D.Transfer the risk via a managed security service
AnswerB

Acceptance is appropriate when cost outweighs benefit.

Why this answer

Acceptance is appropriate when the cost of mitigation exceeds the potential loss, and the system has low business criticality. Option A is wrong because avoidance (decommissioning) is an extreme measure for a system with low criticality; acceptance with monitoring is more proportionate. Option C is wrong because mitigation (patching) is costly and not justified given the low criticality.

Option D is wrong because risk transfer (e.g., via managed security services) may not be feasible or cost-effective for a legacy system.

284
MCQmedium

An organization is assessing risks related to a new cloud-based CRM system. The risk team is developing a risk scenario. Which of the following is the BEST example of a complete risk scenario following the ISACA template?

A.A DDoS attack on the CRM disrupts service, leading to operational downtime.
B.A hacker exploits a vulnerability in the CRM to steal customer data, resulting in financial loss.
C.An external attacker (actor) performs a SQL injection (threat type) to exfiltrate customer records from the CRM database (event/asset); occurs during off-hours (timing); detected by IDS after 2 hours (detection); leads to regulatory fines and reputational damage (consequence).
D.A disgruntled employee leaks data from the CRM, causing reputational damage.
AnswerC

This scenario includes all ISACA template elements.

Why this answer

A complete risk scenario includes actor, threat type, event, asset, timing, detection, and consequence.

285
MCQhard

A third-party vendor's security assessment reveals multiple high-risk findings related to data handling. The vendor is unwilling to remediate, citing cost. The vendor contract includes a clause that requires adherence to security standards. The organization's risk appetite for third-party risk is low. What is the most appropriate risk response?

A.Avoid by terminating the contract
B.Mitigate by reducing data shared
C.Transfer via insurance
D.Accept the risk and monitor
AnswerA

Termination eliminates the risk.

Why this answer

The vendor's refusal to remediate high-risk findings directly violates the contract's security standards clause, and the organization's low risk appetite for third-party risk means that accepting or mitigating the residual risk is unacceptable. Terminating the contract (avoidance) is the only response that eliminates the risk entirely, aligning with the principle that when a third party cannot or will not meet required security controls, the relationship should be severed to prevent potential data breaches or compliance violations.

Exam trap

The trap here is that candidates often choose mitigation (reducing data shared) because it seems like a compromise, but they overlook that the vendor's core data handling processes remain insecure, and the organization's low risk appetite demands complete elimination of the risk, not partial reduction.

How to eliminate wrong answers

Option B is wrong because reducing data shared (mitigation) does not address the vendor's unwillingness to remediate the root cause of the high-risk findings; the vendor's insecure data handling practices would still expose the organization to residual risk exceeding its low appetite. Option C is wrong because transferring risk via insurance does not reduce the likelihood or impact of a data breach; it only provides financial compensation after an incident, which is insufficient when the organization's risk appetite is low and the vendor is non-compliant with contractual security standards. Option D is wrong because accepting the risk and monitoring contradicts the organization's low risk appetite; acceptance is appropriate only when residual risk falls within appetite, but here the high-risk findings and vendor non-compliance create an unacceptable level of exposure.

286
MCQhard

What is the most significant risk identified by this configuration?

A.Denial of service attack on the S3 bucket
B.Loss of encryption keys
C.Unauthorized access to sensitive data from the internet
D.Data exfiltration by internal users
AnswerC

The wildcard principal and lack of condition allow anyone to read objects, leading to data exposure.

Why this answer

The configuration exposes the S3 bucket to the internet without proper access controls, such as a bucket policy that restricts access to specific IP addresses or requires authentication. This means anyone on the internet can read or write objects in the bucket, leading to unauthorized access to sensitive data. The most significant risk is the direct exposure of confidential information to untrusted external actors.

Exam trap

The trap here is that candidates may focus on internal threats (Option D) or encryption key management (Option B) instead of recognizing that a public bucket policy directly enables external unauthorized access, which is the most immediate and severe risk.

How to eliminate wrong answers

Option A is wrong because a denial of service attack on the S3 bucket is possible but less significant than unauthorized data access; the configuration does not inherently make the bucket more vulnerable to DoS than any other public endpoint. Option B is wrong because loss of encryption keys is not directly related to the bucket's public accessibility; encryption keys are managed separately (e.g., via AWS KMS) and are not exposed by the bucket policy itself. Option D is wrong because data exfiltration by internal users is a valid risk but is not the most significant in this context; the configuration explicitly allows any internet user to access the data, making external unauthorized access the primary concern.

287
MCQhard

A financial institution is assessing the risk of a new real-time payment system. The risk manager calculates that the annualized loss expectancy (ALE) for a potential fraud scenario is $500,000. The cost to implement a fraud detection solution is $200,000 initially with $50,000 annual maintenance. The solution is expected to reduce the ALE by 80%. What is the net benefit of implementing the solution over three years?

A.$1,000,000
B.$950,000
C.$800,000
D.$850,000
AnswerD

Correctly accounts for all costs and benefits.

Why this answer

The net benefit over three years is calculated as the reduction in ALE minus the total cost of the solution. The original ALE is $500,000 per year, and an 80% reduction saves $400,000 annually. Over three years, total savings are $1,200,000.

The total cost includes the initial $200,000 plus three years of maintenance at $50,000 each ($150,000), totaling $350,000. Net benefit = $1,200,000 - $350,000 = $850,000.

Exam trap

The trap here is that candidates often forget to include the annual maintenance costs over the full three-year period or mistakenly apply the 80% reduction to the total cost instead of the ALE, leading to incorrect net benefit calculations.

How to eliminate wrong answers

Option A is wrong because it incorrectly assumes the full ALE ($500,000) is saved each year without accounting for the 80% reduction factor, leading to an overestimation of $1,000,000 net benefit. Option B is wrong because it likely miscalculates the total cost or savings, perhaps omitting the initial implementation cost or misapplying the reduction percentage, resulting in $950,000. Option C is wrong because it may only consider the first year's net benefit or incorrectly subtract the total cost from a single year's savings, yielding $800,000.

288
MCQeasy

Which type of control is designed to operate before an event to prevent an undesirable outcome?

A.Preventive control
B.Detective control
C.Corrective control
D.Compensating control
AnswerA

Preventive controls are implemented to avoid the occurrence of an event.

Why this answer

A preventive control is designed to operate before an event to stop an undesirable outcome from occurring. In risk management, this includes measures such as firewalls blocking unauthorized traffic before it reaches the internal network, or access control lists (ACLs) preventing unauthorized users from reading sensitive files. These controls proactively enforce security policies to reduce the likelihood of a risk event.

Exam trap

In the ISACA CRISC exam, candidates often confuse preventive controls (e.g., firewalls, access controls) with detective controls (e.g., intrusion detection systems). Remember that preventive controls act before an event, while detective controls identify events that have already occurred.

How to eliminate wrong answers

Option B (Detective control) is wrong because it operates during or after an event to identify that an undesirable outcome has occurred, such as intrusion detection systems (IDS) logging suspicious activity after the fact. Option C (Corrective control) is wrong because it operates after an event to restore normal operations, like applying a patch to fix a vulnerability that was exploited. Option D (Compensating control) is wrong because it is an alternative control used when a primary control is not feasible, not specifically designed to operate before an event.

289
MCQmedium

Which of the following is the PRIMARY purpose of integrating IT risk reporting into the enterprise risk management (ERM) program?

A.To reduce the frequency of IT risk reporting
B.To eliminate the need for IT risk assessments
C.To provide a holistic view of risk across the organization
D.To replace IT risk management with ERM
AnswerC

ERM integration ensures IT risk is seen in context of overall risk.

Why this answer

Integrating IT risk reporting into the ERM program provides a holistic view of risk across the organization by aligning IT-specific risks with strategic, operational, and compliance risks. This integration ensures that decision-makers can prioritize and respond to risks based on their aggregate impact, rather than treating IT risks in isolation. The primary purpose is to enable a unified risk posture that supports enterprise-wide governance and resource allocation.

Exam trap

ISACA often tests the misconception that ERM integration aims to replace or reduce IT-specific risk management activities, when in fact it seeks to elevate IT risk visibility to the enterprise level without eliminating specialized IT risk processes.

How to eliminate wrong answers

Option A is wrong because the purpose of integration is not to reduce the frequency of reporting but to enhance the quality and context of risk information; frequency is determined by risk velocity and materiality, not by integration alone. Option B is wrong because integrating IT risk reporting into ERM does not eliminate the need for IT risk assessments; IT risk assessments remain essential for identifying, analyzing, and evaluating specific technical threats, vulnerabilities, and controls. Option D is wrong because ERM does not replace IT risk management; rather, it subsumes IT risk as a component of the overall risk portfolio, requiring continued specialized IT risk management practices.

290
Multi-Selectmedium

A risk manager is developing risk scenarios to present to the board. Which TWO elements are essential for connecting a risk scenario to business impact?

Select 2 answers
A.Threat actor motivation
B.Vulnerability score
C.Detection time
D.Consequence (e.g., financial loss)
E.Business impact statement
AnswersD, E

Consequence directly defines the business impact.

Why this answer

Consequence describes the impact, and business impact is the direct result. These two elements directly link the scenario to business outcomes.

291
MCQhard

A risk practitioner is reviewing the results of a control self-assessment (CSA) and finds that the control owner rated a control as 'effective' but an independent audit found control weaknesses. What is the BEST explanation for this discrepancy?

A.The control owner may have a biased perception of control effectiveness.
B.The CSA was conducted too long ago.
C.The control owner did not understand the control objectives.
D.The audit used a different definition of 'effective'.
AnswerA

Self-assessments often have inherent bias.

Why this answer

The control owner's self-assessment is inherently subjective and may be influenced by personal bias, lack of objectivity, or a desire to report favorable results. An independent audit provides an objective, evidence-based evaluation, so a discrepancy where the owner rates a control as 'effective' while the audit finds weaknesses strongly suggests the owner's perception is skewed. This is the most direct and common explanation for such a conflict in control self-assessment (CSA) results.

Exam trap

The trap here is that candidates may choose Option D (different definition of 'effective') because it seems like a logical technical reason, but the question asks for the 'BEST' explanation, and bias is a more common and fundamental cause of CSA-audit discrepancies than definitional differences.

How to eliminate wrong answers

Option B is wrong because the question does not provide any information about the timing of the CSA relative to the audit; even if the CSA was conducted recently, the discrepancy could still exist due to bias. Option C is wrong because while a control owner might misunderstand objectives, the more fundamental issue is that the owner's rating is a subjective judgment, not a technical misunderstanding of the control's purpose. Option D is wrong because while different definitions could cause a discrepancy, the audit and CSA typically use the same organizational standard for 'effective'; the more likely root cause is the owner's biased perception rather than a definitional mismatch.

292
MCQhard

In the FAIR model, 'Loss Event Frequency' is calculated as:

A.Threat Event Frequency × Asset Value
B.Threat Event Frequency × Vulnerability
C.Threat Event Frequency × Loss Magnitude
D.Annualized Rate of Occurrence × Single Loss Expectancy
AnswerB

Correct; LEF = TEF × V.

Why this answer

In the FAIR model, Loss Event Frequency (LEF) is the product of Threat Event Frequency (TEF) and Vulnerability (Vuln). This represents how often a threat agent successfully exploits a weakness, making option B correct. The formula is LEF = TEF × Vuln, where Vulnerability is the probability that a threat event will result in a loss.

Exam trap

The trap here is that candidates confuse the FAIR model's Loss Event Frequency with the traditional quantitative risk formula ARO × SLE, leading them to select option D, but FAIR separates frequency from magnitude and uses Vulnerability as a probability factor rather than a direct loss value.

How to eliminate wrong answers

Option A is wrong because Asset Value is used in calculating Loss Magnitude, not Loss Event Frequency; multiplying Threat Event Frequency by Asset Value conflates frequency with impact. Option C is wrong because Loss Magnitude is a separate component in the FAIR model used to derive risk, not a factor in Loss Event Frequency; multiplying TEF by Loss Magnitude would incorrectly combine frequency and impact into a single metric. Option D is wrong because Annualized Rate of Occurrence (ARO) × Single Loss Expectancy (SLE) is the formula for Annualized Loss Expectancy (ALE) in quantitative risk analysis, not Loss Event Frequency in FAIR.

293
MCQhard

An organization uses the FAIR framework to assess the risk of a data breach. The risk analyst estimates that the Threat Event Frequency (TEF) is 10 per year, the Vulnerability (V) is 0.2, the Primary Loss per event is $50,000, and the Secondary Loss per event is $30,000. What is the Annualized Loss Expectancy (ALE)?

A.$100,000
B.$800,000
C.$160,000
D.$80,000
AnswerC

Correct calculation: LEF=2, LM=$80,000, ALE=$160,000.

Why this answer

ALE = LEF × LM. LEF = TEF × V = 10 × 0.2 = 2. LM = Primary Loss + Secondary Loss = $50,000 + $30,000 = $80,000.

ALE = 2 × $80,000 = $160,000.

294
Multi-Selecteasy

Which TWO of the following are examples of continuous monitoring techniques for IT controls? (Select TWO)

Select 2 answers
A.Quarterly internal audit reviews
B.Continuous SIEM monitoring for security alerts
C.Weekly vulnerability scanning of critical systems
D.Annual penetration testing
E.Monthly manual log review
AnswersB, C

SIEM monitoring is automated and continuous.

Why this answer

Continuous monitoring involves automated, ongoing processes. SIEM monitoring for security alerts and automated vulnerability scanning are continuous. Quarterly audits and annual penetration tests are periodic, not continuous.

295
MCQhard

A company is integrating its IT risk management program with the enterprise risk management (ERM) program. What is the primary benefit of this integration?

A.It allows IT to operate independently from business units.
B.It eliminates the requirement for a separate IT risk register.
C.It provides a holistic view of risk across the organization.
D.It reduces the need for IT-specific risk assessments.
AnswerC

ERM integration gives a comprehensive risk picture.

Why this answer

Integration ensures that IT risks are considered in the context of overall organizational objectives and that risk responses are aligned across the enterprise.

296
Multi-Selecthard

An organization is conducting a risk assessment and finds that the inherent risk for a critical asset is very high due to a high threat event frequency and high vulnerability. The current controls are assessed as adequate in design but not operating effectively. Which THREE of the following should be considered when calculating residual risk?

Select 3 answers
A.Inherent risk score
B.Control design adequacy
C.Cost-benefit analysis of controls
D.Control operating effectiveness
E.Risk appetite statement
AnswersA, B, D

Residual risk is based on inherent risk reduced by controls.

Why this answer

Inherent risk score (A) is correct because residual risk is calculated by considering the inherent risk level and the effectiveness of controls in reducing that risk. Since the inherent risk is very high due to high threat frequency and vulnerability, this baseline score must be factored into the residual risk calculation to determine the remaining risk after controls are applied.

Exam trap

The trap here is that candidates often confuse risk appetite (E) as a direct input to residual risk calculation, when it is actually a threshold for evaluating residual risk, not a component of its calculation.

297
MCQeasy

Refer to the exhibit. Which risk is MOST directly identified?

A.Denial of service vulnerability
B.Malware propagation across subnets
C.Weak password policy
D.Unauthorized remote access to a critical server
AnswerD

Allowing RDP from a broad range increases unauthorized access risk.

Why this answer

The exhibit (not shown) likely depicts a network diagram or access control list (ACL) configuration that allows inbound traffic from the internet to a critical server on a restricted port (e.g., RDP on TCP 3389 or SSH on TCP 22). This directly identifies the risk of unauthorized remote access, as an attacker could exploit this exposed management interface to gain control of the server. The other options are not directly indicated by such a configuration.

Exam trap

The trap here is that candidates may misinterpret a network diagram or ACL as indicating a denial of service vulnerability (Option A) because they focus on the inbound traffic volume or source, rather than recognizing that the specific risk is the exposure of a management interface to unauthorized remote access.

How to eliminate wrong answers

Option A is wrong because a denial of service vulnerability typically involves resource exhaustion or protocol-level attacks (e.g., SYN flood, ICMP flood), which are not directly identified by an ACL permitting remote access to a server. Option B is wrong because malware propagation across subnets would require evidence of lateral movement paths, such as unrestricted inter-subnet firewall rules or open file-sharing ports, not a single inbound rule to a critical server. Option C is wrong because a weak password policy is a governance or configuration issue unrelated to network access controls; it would be identified through password audits or policy reviews, not by examining ACLs or network diagrams.

298
MCQhard

An organization uses a risk appetite statement that limits operational losses to $2 million per quarter. A new risk reporting dashboard shows that current operational losses are $1.8 million with two weeks remaining in the quarter. The head of risk management wants to ensure that losses remain within appetite. Which of the following control monitoring reports would be MOST useful for proactive decision-making?

A.A projected loss report based on current trends and remaining period
B.A report on current loss amounts per business unit
C.A summary of historical operational losses by month
D.A detailed KRI report showing loss frequency by category
AnswerA

Projected reports allow management to take preemptive actions to stay within appetite.

Why this answer

A projected loss report based on current trends and remaining period is most useful for proactive decision-making because it uses historical and current data to forecast whether losses will exceed the $2 million appetite by quarter-end. This allows the risk manager to take corrective actions now, rather than waiting for actual losses to materialize. The other options are either backward-looking or lack the predictive element needed for proactive control.

Exam trap

The trap here is that candidates confuse descriptive reports (like current loss amounts or historical summaries) with predictive reports, failing to recognize that proactive decision-making requires forward-looking projections rather than backward-looking data.

How to eliminate wrong answers

Option B is wrong because a report on current loss amounts per business unit provides only a static snapshot of past losses, not a forward-looking projection to assess future appetite compliance. Option C is wrong because a summary of historical operational losses by month is purely retrospective and does not incorporate the remaining two-week period or current trends. Option D is wrong because a detailed KRI report showing loss frequency by category, while useful for identifying patterns, does not project total losses against the $2 million threshold over the remaining timeframe.

299
Matchingmedium

Match each risk management process step to its activity.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Find and list potential risks

Determine likelihood and impact

Compare risk levels to risk criteria

Select and implement controls

Why these pairings

The risk management process steps are distinct: Risk Identification finds risks, Risk Assessment evaluates them, and Risk Response addresses them. Common confusions involve swapping these definitions.

300
MCQeasy

Which enterprise architecture layer is most directly responsible for managing the storage and processing of data, and for which data classification and encryption controls are critical?

A.Application architecture
B.Data architecture
C.Technology architecture
D.Business architecture
AnswerB

Correct. Data architecture manages data assets and requires data protection controls.

Why this answer

Data architecture is the enterprise architecture layer that defines how data is stored, managed, and processed, including data models, data flows, and storage structures. Data classification and encryption controls are critical at this layer because they directly protect the confidentiality and integrity of data at rest and in transit, ensuring compliance with policies and regulations.

Exam trap

The trap here is that candidates often confuse data architecture with technology architecture, mistakenly thinking that hardware or infrastructure layers are responsible for data classification and encryption, when in fact these controls are defined and managed at the data layer itself.

How to eliminate wrong answers

Option A is wrong because application architecture focuses on the design and interaction of software applications, not on the underlying storage and processing of data, and while applications may implement encryption, the primary responsibility for data classification and encryption controls lies with the data architecture. Option C is wrong because technology architecture deals with the hardware and software infrastructure (e.g., servers, networks, databases) that supports data processing, but it does not define how data is classified or encrypted; those controls are applied to the data itself, which is the domain of data architecture. Option D is wrong because business architecture describes business strategy, processes, and goals, and it does not directly manage data storage, processing, or technical controls like encryption.

Page 3

Page 4 of 14

Page 5