Courseiva

Certified Information Systems Auditor CISA (CISA) — Questions 151225

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

Page 2

Page 3 of 14

Page 4
151
MCQmedium

An organization is implementing a custom ERP system. During user acceptance testing (UAT), critical bugs are found that affect core financial processing. The project sponsor suggests deploying the system on schedule and fixing bugs after go-live. What is the BEST course of action?

A.Delay go-live until all critical bugs are resolved and UAT is successfully completed
B.Go live as planned and fix bugs post-implementation
C.Accept the bugs with documented risk acceptance from management
D.Go live but include a rollback plan and deploy fixes immediately
AnswerA

UAT must be successfully completed before go-live for critical systems.

Why this answer

Deploying an ERP system with unresolved critical bugs in core financial processing violates the fundamental principle of system integrity and accuracy. UAT must be successfully completed to validate that the system meets business requirements and processes financial transactions correctly; going live with known critical defects introduces unacceptable risk of financial misstatement, regulatory non-compliance, and data corruption. Delaying go-live ensures that all critical bugs are resolved and retested, preserving the reliability of financial data and audit trails.

Exam trap

The trap here is that candidates may confuse 'risk acceptance' (Option C) as a valid management decision, but in the context of critical financial processing bugs, ISACA standards require resolution before go-live because accepted risks cannot ensure the integrity of financial data and auditability.

How to eliminate wrong answers

Option B is wrong because going live as planned with known critical bugs in core financial processing directly contradicts the ISACA requirement that UAT must be successfully completed before production deployment; post-implementation fixes cannot guarantee data integrity for transactions processed in the interim. Option C is wrong because risk acceptance from management does not override the technical necessity of resolving critical bugs that affect financial processing accuracy; accepted risks still expose the organization to potential financial loss, audit failures, and regulatory penalties. Option D is wrong because including a rollback plan and deploying fixes immediately does not address the fact that critical bugs will corrupt financial data from the moment of go-live; rollback only restores the previous state, it does not prevent the initial corruption, and immediate fixes cannot retroactively correct already-processed transactions.

152
MCQmedium

During a system deployment, the above error occurs. What is the MOST likely cause?

A.Incorrect server name in connection string
B.Invalid password
C.Database service not running on the server
D.Firewall blocking the database port
AnswerD

A firewall may be blocking the default SQL Server port (1433), preventing the connection.

Why this answer

The error message (not shown but implied from context) typically indicates a network-level connectivity failure, such as 'cannot connect to server' or 'connection timed out'. A firewall blocking the database port (e.g., TCP 1433 for SQL Server, 3306 for MySQL, 1521 for Oracle) is the most likely cause because it prevents the application from establishing a TCP handshake with the database server, even if the server name, password, and database service are all correct.

Exam trap

The trap here is that candidates confuse a 'connection refused' error (service not running) with a 'timeout' error (firewall block), but CISA expects you to recognize that a firewall block produces no response, leading to a timeout, whereas a stopped service produces an immediate RST.

How to eliminate wrong answers

Option A is wrong because an incorrect server name in the connection string would produce a 'hostname not found' or 'unknown server' error, not a generic connectivity failure. Option B is wrong because an invalid password would result in an 'authentication failed' or 'login failed' error after the TCP connection is successfully established. Option C is wrong because if the database service is not running, the client would receive a 'connection refused' (RST) response from the server's TCP stack, which is a distinct error from a firewall block (no response or timeout).

153
MCQmedium

Which ITIL 4 guiding principle emphasizes understanding the current state and building on existing capabilities rather than starting from scratch?

A.Start where you are
B.Focus on value
C.Progress iteratively
D.Keep it simple
AnswerA

This principle encourages leveraging existing assets and knowledge.

Why this answer

Start where you are means assessing current services and processes to identify what can be reused or improved.

154
Multi-Selecteasy

Which TWO of the following are essential components of a disaster recovery plan (DRP)?

Select 2 answers
A.Steps for restoring IT systems
B.Detailed financial audit procedures
C.Employee performance reviews
D.List of critical contacts
E.Backup media rotation schedule
AnswersA, D

Restoration procedures are a core component of DRP.

Why this answer

The primary purpose of a DRP is to restore IT systems and operations after a disaster. The plan must include step-by-step recovery procedures for critical systems, applications, and data to ensure business continuity. Without these steps, the DRP cannot guide the recovery team through the technical restoration process.

Exam trap

The trap here is that candidates often confuse operational procedures like backup rotation schedules (Option E) with the essential recovery-focused components of a DRP, but the DRP itself does not include the rotation schedule—it only references the use of backups.

155
Multi-Selectmedium

An organization is developing a business continuity strategy for its key customer-facing application. The BIA determined an RTO of 2 hours and an RPO of 30 minutes. Which TWO strategies are most appropriate to meet these objectives?

Select 2 answers
A.Implement a hot standby site
B.Adopt a manual workaround process
C.Store backup tape at an offsite location
D.Use synchronous data replication to a secondary site
E.Perform daily full backups to tape
AnswersA, D

Hot standby can achieve fast failover within RTO.

Why this answer

A hot standby site provides near-real-time failover, which supports a 2-hour RTO. Synchronous data replication ensures data loss is minimal, supporting a 30-minute RPO.

156
MCQmedium

An IT department is structured with a central group that manages infrastructure and security, while business units have their own IT staff for application support. This is an example of which IT organizational structure?

A.Matrix
B.Centralized
C.Decentralized
D.Hybrid
AnswerD

Hybrid combines central and decentralized elements.

Why this answer

A hybrid (or federated) structure combines centralized and decentralized elements, where some functions are centralized and others are distributed.

157
MCQeasy

Which type of disaster recovery test involves actually switching over to the alternate site and processing live transactions, but does not require the primary site to be shut down?

A.Simulation test
B.Full interruption test
C.Tabletop test
D.Parallel test
AnswerD

Parallel test involves running both sites concurrently.

Why this answer

Parallel testing is the correct answer because it involves processing live transactions at the alternate site while the primary site remains fully operational. This allows validation of the disaster recovery (DR) systems without risking a service outage, as both sites run concurrently and results are compared for consistency. Unlike a full interruption test, the primary site is not shut down, ensuring business continuity during the test.

Exam trap

The trap here is that candidates often confuse parallel testing with a full interruption test, mistakenly thinking that any test involving live transactions must require shutting down the primary site, but parallel testing explicitly avoids that by running both sites concurrently.

How to eliminate wrong answers

Option A is wrong because a simulation test involves a simulated disaster scenario where team members practice their roles, but it does not involve actual failover or processing of live transactions at the alternate site. Option B is wrong because a full interruption test requires the primary site to be shut down and all processing to be moved to the alternate site, which contradicts the condition that the primary site remains operational. Option C is wrong because a tabletop test is a discussion-based exercise where participants walk through disaster scenarios without any actual system failover or live transaction processing.

158
MCQhard

According to ISO/IEC 38500, a board member insists on approving all IT acquisitions above a certain threshold. Which principle of corporate governance of IT does this support?

A.Acquisition
B.Responsibility
C.Human Behavior
D.Strategy
AnswerA

The acquisition principle ensures that IT acquisitions are made transparently and with proper authorization.

Why this answer

ISO/IEC 38500's acquisition principle requires that IT acquisitions are made for valid reasons, based on appropriate analysis, and with clear accountability.

159
MCQhard

During an audit of patch management, the IS auditor notes that several critical patches have not been applied within the defined SLA. Which of the following is the BEST approach to evaluate the risk acceptance of these unpatched vulnerabilities?

A.Compute the aggregate risk score using a vulnerability management tool.
B.Review the risk acceptance documentation approved by the system owner and CISO.
C.Recommend immediate application of all missing patches.
D.Verify that the patches are not applicable to the environment.
AnswerB

Proper risk acceptance includes documented justification, compensating controls, and management approval.

Why this answer

Risk acceptance should be formally documented with compensating controls and management sign-off.

160
MCQmedium

An organization is implementing a data loss prevention (DLP) solution. Which of the following is the BEST approach to minimize false positives while ensuring sensitive data is protected?

A.Encrypt all outbound emails containing any attachment.
B.Deploy exact file matching against a database of known sensitive documents.
C.Use contextual analysis including user roles and data classification.
D.Apply keyword matching to all outbound emails.
AnswerC

Contextual analysis reduces false positives by considering behavior and data sensitivity.

Why this answer

Contextual analysis (Option C) is the best approach because it reduces false positives by considering user roles, data classification, and behavioral patterns, ensuring that only genuinely risky data transfers are flagged. Unlike static methods, this dynamic analysis adapts to the organization's data governance policies, allowing legitimate business communications to proceed while still protecting sensitive information.

Exam trap

The trap here is that candidates often choose exact file matching (Option B) thinking it is the most precise, but they overlook its inability to handle data variations and its reliance on a static database, which leads to both false positives and false negatives in dynamic environments.

How to eliminate wrong answers

Option A is wrong because encrypting all outbound emails with attachments does not prevent data loss—it only protects data in transit, and it would generate massive false positives by treating all attachments as sensitive, including benign files. Option B is wrong because exact file matching against a database of known sensitive documents is too rigid; it cannot detect variations of sensitive data (e.g., modified versions or partial leaks) and would miss many real threats while still causing false positives if the database is incomplete. Option D is wrong because keyword matching to all outbound emails is prone to high false positives, as common words or phrases (e.g., 'confidential' in a non-sensitive context) trigger alerts, and it lacks the nuance to distinguish between legitimate and malicious use of sensitive terms.

161
MCQmedium

An organization is considering whether to build a custom application or purchase a commercial off-the-shelf (COTS) product. Which of the following factors would most strongly support a build decision?

A.Short time to market is critical.
B.The vendor offers a robust service-level agreement (SLA).
C.The required functionality is unique to the organization's competitive advantage.
D.The organization has limited in-house development resources.
AnswerC

Unique needs often cannot be met by COTS without extensive customization.

Why this answer

When the organization's processes are unique and provide a competitive advantage, custom development allows for exact fit and control.

162
MCQmedium

An IS auditor is reviewing the process for granting access to a critical financial system. The auditor finds that access requests are approved by the system owner but there is no segregation between the request and approval functions for emergency access. Which of the following is the BEST control to mitigate this risk?

A.Implement a break-glass procedure with post-event review
B.Require two-factor authentication for emergency access
C.Disable emergency access and require standard approval
D.Log all emergency access activities without review
AnswerA

Break-glass allows emergency access and then reviews the action to ensure it was justified.

Why this answer

For emergency access, a break-glass procedure with post-event review ensures that urgent access is granted quickly but is later reviewed for appropriateness and accountability.

163
MCQmedium

An organization uses shared accounts for system administration. Which of the following is the BEST control to mitigate the risk of non-repudiation?

A.Changing the shared account password after each use.
B.Logging all commands executed by the shared account.
C.Requiring two-factor authentication for the shared account.
D.Implementing a privileged access management (PAM) solution with session recording.
AnswerD

PAM provides individual authentication, session recording, and audit trails, ensuring accountability.

Why this answer

To ensure accountability, individual user authentication must be implemented before granting privileged access.

164
Multi-Selecthard

Which TWO of the following are indicators that an IS auditor may need to adjust the audit approach during fieldwork? (Select TWO.)

Select 2 answers
A.Inability to obtain sufficient appropriate audit evidence
B.Completion of the initial risk assessment
C.Audit team members are behind schedule
D.Management requests a change in audit scope
E.Higher than expected error rates in sample testing
AnswersA, E

May require alternative procedures or audit approach.

Why this answer

If the IS auditor cannot obtain sufficient appropriate audit evidence, the audit approach must be adjusted—for example, by expanding sample sizes, using alternative procedures, or re-evaluating the reliance on controls. This directly impacts the ability to form an audit opinion and is a key fieldwork trigger per ISACA audit standards.

Exam trap

ISACA often tests the distinction between project management issues (like being behind schedule) and substantive audit evidence issues; candidates mistakenly select 'behind schedule' as a reason to adjust the audit approach, but it is a resource or timing problem, not a validity-of-evidence trigger.

165
MCQmedium

An IS auditor is performing a compliance audit of a company's data privacy practices. Which type of evidence would be most appropriate to verify that employees have completed mandatory privacy training?

A.Inspection of training completion records
B.Observation of a training session
C.Inquiry with the HR manager
D.Analytical procedures comparing training completion rates
AnswerA

Inspection provides direct documentary evidence of each employee's completion.

Why this answer

Inspection of training records provides documentary evidence of completion, which is more reliable than inquiry or observation for verifying compliance.

166
MCQmedium

An organization is evaluating a vendor for a custom application development. The vendor states they are assessed at CMMI Level 2 (Managed). Which of the following best describes the implication of this rating?

A.The vendor's processes are defined and tailored from organization-wide standards.
B.The vendor's processes are continuously improved through quantitative feedback.
C.The vendor has a quantitatively managed process with statistical control.
D.The vendor's projects have a basic project management process that is planned and executed.
AnswerD

CMMI Level 2 (Managed) indicates that projects have established basic project management processes that are planned, performed, measured, and controlled.

Why this answer

CMMI Level 2 (Managed) indicates that the vendor has established basic project management processes to plan, execute, monitor, and control projects. This means projects are managed according to documented plans, with defined requirements, project planning, and configuration management, but processes are not yet standardized across the organization. Option D correctly captures this foundational level of process maturity.

Exam trap

The trap here is confusing CMMI Level 2 (Managed) with Level 3 (Defined) or Level 4 (Quantitatively Managed), leading candidates to select options that describe higher maturity levels where processes are standardized or statistically controlled.

How to eliminate wrong answers

Option A is wrong because it describes CMMI Level 3 (Defined), where processes are standardized and tailored from organization-wide standards, not Level 2. Option B is wrong because it describes CMMI Level 5 (Optimizing), where processes are continuously improved through quantitative feedback and innovation. Option C is wrong because it describes CMMI Level 4 (Quantitatively Managed), where processes are measured and controlled using statistical and quantitative techniques.

167
MCQhard

An organization is adopting agile development methodology. Which control is MOST critical to ensure security is integrated?

A.Penetration testing before release
B.Including security stories in the product backlog
C.Code reviews after each sprint
D.Security requirements defined at project initiation
AnswerB

Security stories ensure security is addressed in each iteration.

Why this answer

In agile development, security must be continuously integrated into each iteration. Including security stories in the product backlog ensures that security tasks are prioritized, estimated, and addressed during each sprint, making security an inherent part of the development lifecycle rather than an afterthought. This aligns with the principle of 'shifting left' on security, where controls are applied as early as possible.

Exam trap

The trap here is that candidates often choose 'Security requirements defined at project initiation' (Option D) because it sounds like early planning, but in agile, requirements must be continuously refined and added to the backlog, not locked in at the start.

How to eliminate wrong answers

Option A is wrong because penetration testing before release is a point-in-time validation that occurs late in the cycle and does not ensure security is integrated throughout development; it can miss vulnerabilities introduced after the test. Option C is wrong because code reviews after each sprint, while valuable for quality, are reactive and may not cover all security aspects (e.g., architecture, threat modeling) that need to be planned as backlog items. Option D is wrong because security requirements defined only at project initiation are static and do not adapt to evolving threats or changes in agile iterations; they must be continuously refined and added as backlog items.

168
MCQeasy

A company is developing a custom application. During the requirements phase, the project manager documents that the system must encrypt all sensitive data at rest. Which of the following is the BEST control to ensure this requirement is met throughout the development lifecycle?

A.Perform static code analysis on the final code.
B.Create a requirements traceability matrix (RTM).
C.Conduct a post-implementation security review.
D.Deploy a database activity monitoring tool.
AnswerB

RTM ensures encryption requirement is addressed in design, testing, and deployment.

Why this answer

A requirements traceability matrix (RTM) links each requirement to corresponding design, development, and testing artifacts. By mapping the encryption-at-rest requirement to specific code modules, configuration settings, and test cases, the RTM ensures that the control is implemented and verified at every stage of the lifecycle, not just at the end. This makes it the best proactive control for continuous compliance throughout development.

Exam trap

The trap here is that candidates often choose static code analysis (A) because it seems technical and security-focused, but they overlook that it only checks the final code and cannot enforce lifecycle-wide traceability of requirements.

How to eliminate wrong answers

Option A is wrong because static code analysis only checks the final source code for vulnerabilities, but it cannot verify that the encryption requirement was consistently addressed during design, implementation, and testing phases; it is a point-in-time check. Option C is wrong because a post-implementation security review occurs after deployment, which is too late to ensure the requirement was met throughout the development lifecycle; it is reactive, not preventive. Option D is wrong because a database activity monitoring tool monitors runtime access and queries, but it does not enforce or verify that encryption-at-rest is implemented correctly in the application code or database schema during development.

169
MCQeasy

An organization has implemented a security awareness training program. Which of the following metrics would BEST indicate that the program is effective?

A.Percentage of employees who completed the training
B.Average score on post-training quiz
C.Number of reported phishing emails
D.Reduction in the number of successful phishing attacks
AnswerD

This shows that training has changed employee behavior and reduced risk.

Why this answer

A reduced number of successful phishing attacks indicates that employees are applying the training to recognize and avoid threats. The other metrics are useful but less direct indicators of behavioral change.

170
MCQhard

An IS auditor is assessing the risk of fraud in a financial system. Which combination of audit risk components is most directly relevant?

A.Control risk and detection risk only
B.Inherent risk and detection risk only
C.Inherent risk, control risk, and detection risk
D.Inherent risk and control risk only
AnswerC

All three components affect audit risk.

Why this answer

Audit risk = inherent risk × control risk × detection risk; all three combine to determine overall risk.

171
MCQeasy

Which of the following is the BEST control to ensure that system changes are authorized?

A.Change advisory board approval
B.Audit trail of all changes
C.Segregation of duties between developers and operators
D.Version control system
AnswerA

The CAB formally authorizes changes based on impact assessment.

Why this answer

The change advisory board (CAB) is the primary control for authorizing system changes because it provides a formal, documented approval process before any change is implemented. This ensures that changes are reviewed by stakeholders with appropriate authority, reducing the risk of unauthorized or poorly planned modifications. Without CAB approval, there is no definitive authorization step, making it the best control for ensuring authorization.

Exam trap

The trap here is that candidates often confuse detective controls (audit trails) or technical controls (version control) with the governance-based authorization control (CAB approval), leading them to select a control that records or manages changes rather than one that formally authorizes them.

How to eliminate wrong answers

Option B is wrong because an audit trail of all changes is a detective control that records changes after they occur, not a preventive control that ensures authorization beforehand. Option C is wrong because segregation of duties between developers and operators is a control to prevent unauthorized changes from being implemented without oversight, but it does not directly ensure that changes are authorized by a governing body. Option D is wrong because a version control system is a technical tool for managing code versions and tracking changes, but it does not enforce or verify that a change has been formally authorized by a decision-making group like the CAB.

172
MCQeasy

An IS auditor is reviewing the logical access controls for a critical financial application. Which of the following is the MOST important control to ensure that user access rights remain appropriate over time?

A.Conducting periodic access recertification
B.Implementing single sign-on (SSO)
C.Enforcing password complexity rules
D.Using role-based access control (RBAC)
AnswerA

Access recertification is a key control to verify that users still need their assigned access.

Why this answer

Periodic access recertification ensures that users' access rights are reviewed and confirmed by managers, reducing the risk of excessive or inappropriate access.

173
MCQmedium

An organization uses a public key infrastructure (PKI) to issue digital certificates. The IS auditor is reviewing the certificate lifecycle management. Which of the following is the GREATEST risk if certificate revocation lists (CRLs) are not updated in a timely manner?

A.Certificate authorities may lose their root key
B.Compromised certificates could still be used to establish trust
C.Certificates may expire without renewal
D.Users may not be able to verify certificate signatures
AnswerB

Delayed CRL updates mean revoked certificates are still considered valid, enabling misuse.

Why this answer

If CRLs are stale, revoked certificates may still be trusted, allowing unauthorized parties to impersonate legitimate entities or access encrypted data.

174
MCQmedium

An IT balanced scorecard for a retail company shows that the percentage of IT projects delivered on time has decreased from 85% to 70%. Which perspective of the balanced scorecard is MOST directly affected?

A.Learning and Growth
B.Financial
C.Customer
D.Internal Process
AnswerD

Project delivery metrics are part of internal processes.

Why this answer

The internal process perspective focuses on operational efficiency and project delivery metrics.

175
MCQeasy

An organization is implementing a key management program to protect encryption keys. Which of the following is the MOST important control to ensure the security of cryptographic keys?

A.Separating key management duties
B.Storing keys in a hardware security module (HSM)
C.Regular key rotation
D.Encrypting keys with a master key
AnswerB

HSMs provide physical and logical protection for keys.

Why this answer

Using a hardware security module (HSM) provides tamper-resistant storage and management of keys, which is the most important control for key security. Other controls are important but secondary.

176
MCQmedium

Based on the exhibit, what is the MOST likely security risk?

A.The web server is fully protected
B.Traffic to port 80 is not encrypted
C.Unrestricted traffic is allowed after the specific deny
D.The host 192.168.1.100 is exposed to denial-of-service attacks
AnswerC

This option accurately highlights a common security misconfiguration in sequential rule processing, typical of firewalls or Access Control Lists. If an exhibit demonstrates a specific deny rule that is subsequently followed by a broader, less restrictive allow rule (e.g., an implicit or explicit 'allow any any'), any traffic not explicitly matched and denied by the preceding specific rule will be permitted. This circumvents the intended denial, creating a significant vulnerability by failing to enforce the principle of least privilege.

Why this answer

The 'permit ip any any' at the end allows all traffic, bypassing earlier specific denials. Option A is not correct because the deny line only blocks other traffic, but the permit any any overrides it. Option B is not directly indicated.

Option D is a risk but less direct than the rule order issue.

177
Multi-Selecthard

During a vendor audit, an IS auditor discovers that a cloud service provider uses subcontractors to manage data storage. The contract does not mention subcontracting. Which THREE risks should the auditor highlight to management?

Select 3 answers
A.Vendor concentration risk from subcontractor dependency
B.Exit strategy complications if subcontractor fails
C.Improved service level performance
D.Increased licensing costs
E.Fourth-party risk due to lack of contractual oversight
AnswersA, B, E

Over-reliance on a single subcontractor increases risk.

Why this answer

Vendor concentration risk arises if the subcontractor is a single point of failure. Fourth-party risk means the organization has no direct control. Exit strategy concerns include difficulty in transitioning if the subcontractor fails.

178
MCQmedium

During an IS audit, the auditor finds that a control deficiency could result in a material misstatement. According to ISACA standards, this should be classified as:

A.An observation
B.A deficiency
C.A finding
D.A material weakness
AnswerD

Correct; a material weakness is a deficiency that could result in material misstatement.

Why this answer

A material weakness is a deficiency or combination of deficiencies that results in a reasonable possibility that a material misstatement will not be prevented or detected.

179
MCQhard

Scenario: A mid-sized manufacturing company has recently experienced a significant IT outage that halted production for 8 hours. The root cause was a failed firmware update on a core switch that was performed outside the change management process by a senior network engineer who claimed the update was urgent to patch a critical vulnerability. The company has a well-documented change management policy that requires all changes to be reviewed by the change advisory board (CAB) before implementation, except for emergency changes which require post-implementation review within 48 hours. The engineer did not follow the emergency change process; he implemented the update directly. The IT director wants to prevent such incidents in the future. Which of the following is the BEST action?

A.Implement automatic firmware updates to eliminate human error.
B.Increase the frequency of CAB meetings to weekly to expedite change approvals.
C.Enforce the change management policy by implementing stricter controls and disciplinary measures for non-compliance.
D.Remove the network engineer's administrative access to all network devices.
AnswerC

Enforcing existing policy with consequences ensures adherence.

Why this answer

The root cause was a deliberate bypass of the existing change management policy, not a flaw in the policy itself. Enforcing stricter controls and disciplinary measures directly addresses the human factor by reinforcing accountability and deterring unauthorized changes, which is the most effective way to prevent recurrence when a well-documented process is already in place but ignored.

Exam trap

The trap here is that candidates often choose technical controls (like automatic updates or removing access) instead of recognizing that the fundamental issue is a governance failure—the policy exists but was not enforced, so the best action is to strengthen enforcement and accountability, not to add or remove technical capabilities.

How to eliminate wrong answers

Option A is wrong because implementing automatic firmware updates would remove human oversight entirely, potentially causing widespread outages if a faulty update is pushed without testing or CAB review, and it does not address the policy violation. Option B is wrong because increasing CAB meeting frequency does not solve the core issue of an engineer bypassing the process; the emergency change process already exists for urgent patches, so the problem is non-compliance, not approval speed. Option D is wrong because removing the network engineer's administrative access is an overly punitive and impractical measure that could hinder legitimate emergency responses; it does not enforce the existing change management process and may violate the principle of least privilege by eliminating necessary access for a qualified engineer.

180
MCQmedium

You are an IS auditor for a financial institution that processes credit card payments. The organization uses a key management system (KMS) to store encryption keys for point-of-sale (POS) data. The KMS is a hardware security module (HSM) located in a secured data center. The audit reveals that the HSM is administered by two individuals who both have full access to the HSM, including the ability to export keys. The organization has a policy requiring split knowledge and dual control for key management, but in practice, the two administrators often perform key ceremonies alone due to scheduling conflicts. The logs show that one administrator exported a key last month without the other present, and the export was approved via email by the other administrator after the fact. Which of the following is the BEST corrective action?

A.Reduce the number of administrators to one to simplify accountability
B.Configure the HSM to require two administrators to be physically present for key exports
C.Provide training to administrators on the importance of dual control
D.Implement automated key rotation every 90 days
AnswerB

Technical enforcement ensures dual control.

Why this answer

The HSM must enforce split knowledge and dual control at the technical level, not rely on procedural compliance. By configuring the HSM to require two administrators to be physically present for key exports, the organization ensures that no single individual can export keys, directly addressing the policy violation and the log evidence of a solo export. This technical control is the most effective corrective action because it prevents the bypass of dual control even if administrators attempt to circumvent procedures.

Exam trap

The trap here is that candidates may choose training (Option C) as a quick fix, overlooking that the root cause is a lack of technical enforcement, not a lack of awareness.

How to eliminate wrong answers

Option A is wrong because reducing to one administrator eliminates split knowledge entirely, violating the core security principle and increasing the risk of key compromise. Option C is wrong because training alone does not enforce compliance; the administrators already know the policy but bypass it due to scheduling conflicts, so a technical control is needed. Option D is wrong because automated key rotation does not address the lack of dual control during key exports; it only changes keys periodically, leaving the export vulnerability unmitigated.

181
Multi-Selecteasy

An IS auditor is reviewing problem management processes. Which TWO of the following are key outputs of effective problem management? (Select two.)

Select 2 answers
A.Incident resolution times
B.Change requests
C.Known error database
D.Service level reports
E.Root cause analysis
AnswersC, E

The known error database contains workarounds and known errors.

Why this answer

A known error database (KEDB) is a key output of effective problem management because it records known errors and their workarounds, enabling faster incident resolution and preventing recurrence. The KEDB is populated from root cause analysis findings and is used to link incidents to known problems, supporting ITIL-based problem management processes.

Exam trap

The trap here is that candidates confuse the outputs of problem management with those of incident management (resolution times) or change management (change requests), failing to recognize that problem management's primary artifacts are the root cause analysis and the known error database.

182
MCQmedium

During a business impact analysis (BIA), the auditor identifies a critical process with a maximum tolerable downtime (MTD) of 4 hours. The IT department proposes a recovery time objective (RTO) of 2 hours and a recovery point objective (RPO) of 1 hour. Which statement is correct?

A.The MTD should be reduced to match the RTO
B.The RPO is too high because it exceeds the MTD
C.The RTO is acceptable as it is less than the MTD
D.The RTO should be equal to the MTD
AnswerC

The proposed Recovery Time Objective (RTO) of 2 hours is acceptable because it directly satisfies the critical business continuity constraint established by the Maximum Tolerable Downtime (MTD) of 4 hours. For any recovery strategy to be effective, the RTO, representing the target time to restore operations, must always be less than or equal to the MTD. This ensures that the process can resume before the organisation incurs unacceptable losses, which is met in this scenario.

Why this answer

The RTO must be less than or equal to the MTD. Here, RTO (2 hours) is less than MTD (4 hours), so the recovery target is acceptable.

183
MCQhard

During an audit of a public key infrastructure (PKI), the IS auditor finds that certificate revocation lists (CRLs) are only updated weekly. Which of the following is the MOST significant risk?

A.Certificate authorities may become unavailable
B.Revoked certificates may be accepted as valid
C.Increased network traffic due to large CRLs
D.Users may experience delays in certificate validation
AnswerB

The purpose of CRLs is to prevent use of revoked certificates; infrequent updates create a window of vulnerability.

Why this answer

Delays in CRL updates increase the window during which a revoked certificate may be accepted, potentially allowing unauthorized access.

184
Multi-Selectmedium

Which TWO of the following are benefits of an iterative SDLC approach compared to waterfall? (Select two.)

Select 2 answers
A.Early and frequent feedback from stakeholders
B.Simpler documentation requirements
C.Predictable project timeline
D.Ability to incorporate changing requirements
E.Reduced need for user involvement
AnswersA, D

Iterative cycles provide regular feedback.

Why this answer

Iterative approaches allow early feedback and adaptability to changing requirements, unlike waterfall's rigid sequential phases.

185
MCQhard

A company is migrating its customer database to a public cloud provider. Which of the following encryption strategies best protects data while minimizing performance impact on queries?

A.Encrypt the entire database at rest using AES-256, and decrypt for each query.
B.Encrypt the database at the application layer before storage.
C.Use column-level encryption and tokenization for sensitive fields.
D.Rely on the cloud provider's default encryption for the storage.
AnswerC

Correct. This minimizes performance impact by encrypting only sensitive columns and using tokens for efficient lookups.

Why this answer

Column-level encryption and tokenization allow sensitive fields (e.g., SSNs, credit card numbers) to be protected while leaving non-sensitive columns unencrypted, preserving query performance on indexed and frequently queried data. Tokenization replaces sensitive values with non-sensitive placeholders, enabling joins and lookups without decryption overhead, and column-level encryption limits decryption to only the required fields per query.

Exam trap

The trap here is that candidates assume full-database encryption (Option A) is the most secure and thus the best choice, overlooking the critical requirement to minimize performance impact on queries, which column-level encryption and tokenization directly address by avoiding unnecessary decryption of non-sensitive data.

How to eliminate wrong answers

Option A is wrong because encrypting the entire database at rest and decrypting for each query would impose massive decryption overhead on every read operation, severely degrading query performance and defeating the purpose of a production database. Option B is wrong because application-layer encryption before storage means the database cannot index or query the encrypted data efficiently; any search or filter on encrypted fields would require full table scans and client-side decryption, making queries impractical. Option D is wrong because relying solely on the cloud provider's default encryption (typically server-side encryption at rest) protects data on disk but does not protect data in use or in transit, and it does not address the need to minimize performance impact on queries—default encryption adds no query-time overhead but also provides no granular control over sensitive fields.

186
MCQmedium

A healthcare organization is required to comply with HIPAA regulations for protecting electronic protected health information (ePHI). The organization uses a cloud-based electronic health record (EHR) system. During a compliance audit, it is discovered that some employees are accessing patient records without a legitimate business need. The EHR system logs all access, but there is no automated process to review logs or detect anomalous behavior. The organization has implemented role-based access control (RBAC) and requires strong passwords, but unauthorized access continues. The IT manager proposes implementing a security information and event management (SIEM) system to collect and correlate logs. However, the budget is limited. Which additional control would be most cost-effective to reduce unauthorized access to patient records?

A.Conducting a quarterly review of user access rights and removing unnecessary privileges
B.Encrypting all ePHI at rest and in transit
C.Increasing the logging level to capture every keystroke
D.Implementing user behavior analytics (UBA) on the EHR access logs
AnswerD

UBA detects anomalous behavior without manual review.

Why this answer

User behavior analytics (UBA) is the most cost-effective control because it directly addresses the core issue: unauthorized access by insiders. UBA applies machine learning to EHR access logs to establish baselines of normal user behavior and detect anomalous patterns (e.g., accessing records outside work hours or from unusual locations) without requiring manual log review. This provides automated, real-time detection of the specific unauthorized access incidents that are occurring, which the current logging system alone cannot provide.

Exam trap

The trap here is that candidates often choose encryption (Option B) as a catch-all security control, but encryption does not address the insider threat of authorized users abusing their access—it only protects data from external interception or theft.

How to eliminate wrong answers

Option A is wrong because a quarterly review of user access rights is a periodic, manual process that cannot detect or prevent unauthorized access in real time; it only addresses privilege creep, not the immediate misuse of valid credentials. Option B is wrong because encryption protects data confidentiality during storage and transmission but does nothing to prevent authenticated users from accessing records they are not authorized to view; it is a perimeter control, not an insider threat control. Option C is wrong because increasing logging to capture every keystroke would generate massive volumes of data, overwhelm storage and analysis capabilities, and still require manual review or automated analysis to detect anomalies—it does not solve the detection gap and is not cost-effective.

187
MCQeasy

A company's security policy requires that all laptops have full disk encryption. During an audit, it is discovered that several laptops have encryption enabled but the recovery keys are stored on the local drive. What is the MOST significant risk?

A.Performance degradation due to encryption overhead.
B.Unauthorized access to encrypted data.
C.Recovery keys can be used to bypass encryption.
D.Data corruption during encryption process.
AnswerC

Local storage of keys allows attackers to decrypt data easily.

Why this answer

Storing recovery keys on the local drive defeats the purpose of full disk encryption (FDE). If an attacker gains physical access to the laptop, they can simply boot an alternate OS or mount the drive and read the recovery key file, then use it to unlock the encrypted volume. This bypasses the encryption entirely, making the data vulnerable to unauthorized access despite encryption being enabled.

Exam trap

The trap here is that candidates confuse 'encryption enabled' with 'data protected' and pick Option B (unauthorized access) without recognizing that the recovery key on the local drive is the direct mechanism that enables that access, making Option C the root cause and most significant risk.

How to eliminate wrong answers

Option A is wrong because modern FDE solutions (e.g., BitLocker with AES-NI hardware acceleration) have negligible performance impact; encryption overhead is not the primary risk. Option B is wrong because unauthorized access to encrypted data is the ultimate consequence, but the direct risk is that the recovery key itself enables that access; the question asks for the most significant risk, which is the key exposure. Option D is wrong because data corruption during encryption is rare and typically mitigated by pre-encryption checks and journaling; it is not the most significant risk compared to key compromise.

188
MCQmedium

During an audit of an organization's disaster recovery plan (DRP), the IS auditor finds that the plan was last tested 18 months ago and no test results were documented. What should the auditor recommend?

A.Test the DRP semiannually
B.Document the results of all past tests
C.Conduct a DRP test and document the results within the next quarter
D.Assign responsibility for DRP testing to the IT manager
AnswerC

Immediate testing and documentation address the gap.

Why this answer

A recent test with documented results provides assurance. Option A is incorrect because testing frequency should be based on risk, not necessarily semiannual. Option B is wrong because the recommendation should address the lack of testing and documentation.

Option D is incorrect because that is management's role; the auditor recommends.

189
MCQhard

A multinational corporation has implemented a hot site disaster recovery solution for its critical financial applications. Which of the following is the MOST important consideration to ensure the effectiveness of the hot site?

A.Data replication latency is less than 15 minutes
B.The hot site is located in a different seismic zone
C.The hot site complies with regional data privacy regulations
D.Regular, documented testing of the failover process is performed
AnswerD

Testing is the only way to verify that the hot site will work when needed, including all technical and procedural aspects.

Why this answer

Without regular testing, the hot site may not function as expected. Options A, B, and C are important but secondary: A is part of planning, B is operational, C is compliance but not the most critical for effectiveness.

190
MCQmedium

During an audit, the auditor identifies a control deficiency that could result in a material misstatement. According to ISACA guidelines, this is classified as:

A.Finding
B.Deficiency
C.Observation
D.Material weakness
AnswerD

Correct classification.

Why this answer

A material weakness is a deficiency that could result in a material misstatement.

191
MCQeasy

Which of the following is the PRIMARY objective of a post-implementation review of an information system?

A.To assess the performance of the project team
B.To evaluate whether the system achieved its planned objectives and benefits
C.To document the technical architecture for future reference
D.To identify new requirements for future enhancements
AnswerB

This is the core purpose of a post-implementation review.

Why this answer

The post-implementation review aims to assess whether the system meets its intended objectives, including performance, user satisfaction, and business goals. Lessons learned are a secondary outcome.

192
MCQeasy

Which of the following is the PRIMARY reason for an external IS audit to be more independent than an internal audit?

A.External auditors follow stricter standards
B.External auditors are not employees of the organization
C.External auditors have more industry knowledge
D.External auditors have more resources
AnswerB

Lack of employment relationship enhances objectivity.

Why this answer

External auditors are not employees, reducing organizational pressures and biases.

193
Multi-Selectmedium

An IS auditor is assessing the data inventory of a financial institution to ensure compliance with privacy regulations. Which TWO of the following are essential elements that should be included in the data inventory?

Select 2 answers
A.The encryption algorithm used to protect the data
B.The location (systems and physical) where PII is stored
C.The cost of storing the data
D.The retention period for each type of PII
E.The names of all employees who process the data
AnswersB, D

Knowing where PII resides is fundamental to protecting it.

Why this answer

A data inventory should identify where PII is stored and the business purpose for processing, as these are critical for managing privacy risks.

194
Drag & Dropmedium

Arrange the steps to set up a virtual private network (VPN) for remote access in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

VPN setup: server configuration, user provisioning, client installation, connection testing, and monitoring.

195
MCQeasy

According to ISACA IT Audit Standards, which of the following is a key requirement for audit documentation?

A.Documentation must support the audit findings and conclusions.
B.Documentation must be retained for at least 10 years.
C.Documentation must be reviewed by the audit committee.
D.Documentation must be prepared in the local language of the auditee.
AnswerA

This is a fundamental requirement of audit documentation.

Why this answer

Audit documentation must be sufficient to enable an experienced auditor, with no prior connection to the audit, to understand the work performed and conclusions reached.

196
MCQmedium

During a business impact analysis (BIA), which of the following is the MOST important metric to identify for each critical business process?

A.Recovery Point Objective (RPO)
B.Work Recovery Time (WRT)
C.Maximum Tolerable Downtime (MTD)
D.Recovery Time Objective (RTO)
AnswerC

MTD is the key metric for business impact.

Why this answer

Maximum Tolerable Downtime (MTD) defines the maximum acceptable downtime before severe impact.

197
MCQmedium

An IS auditor is evaluating the vendor selection process for a new system. Which of the following is the most important factor to include in the contract?

A.Timeframe for delivery
B.Fixed price
C.Audit rights
D.Warranty period
AnswerC

Correct. Audit rights allow the organization to assess vendor controls.

Why this answer

Audit rights are critical for the organization to verify the vendor's controls and compliance, especially for outsourced systems.

198
MCQeasy

An organization is implementing a data loss prevention (DLP) solution. Which of the following is the MOST important step to ensure the DLP rules are effective?

A.Classify data based on sensitivity
B.Encrypt all data at rest
C.Establish an incident response team
D.Create user awareness training
AnswerA

Classification allows DLP to accurately identify and protect sensitive data.

Why this answer

Data classification is the foundational step for effective DLP rules because it defines which data is sensitive and how it should be handled. Without classification, DLP policies cannot accurately identify or enforce rules on sensitive content, leading to false positives or missed detections. Classification enables the DLP system to apply context-aware rules (e.g., regex patterns for PII, keywords for confidential documents) that align with the organization's data governance requirements.

Exam trap

The trap here is that candidates often choose user awareness training (Option D) as the most important step, confusing human behavior controls with the technical prerequisite of data classification for DLP rule accuracy.

How to eliminate wrong answers

Option B is wrong because encrypting all data at rest protects confidentiality but does not control data in use or in motion, and DLP rules require visibility into content to detect policy violations; encryption can actually blind DLP inspection if not implemented with decryption capabilities. Option C is wrong because an incident response team handles post-event remediation, not the proactive enforcement of DLP rules; it is a supporting function, not the most important step for rule effectiveness. Option D is wrong because user awareness training reduces accidental data leaks but does not define the technical criteria (e.g., data patterns, tags) that DLP rules need to operate; training complements but cannot replace data classification.

199
MCQmedium

According to ISACA IT Audit Standards, which of the following is the MOST important consideration when determining the scope of an IS audit?

A.The availability of audit staff
B.The budget approved for the audit
C.The risk assessment of the area under review
D.The results of prior audit findings
AnswerC

Correct; risk assessment is the basis for scoping.

Why this answer

The scope should be based on a risk assessment to ensure that the audit addresses areas with the highest risk to the organization.

200
Multi-Selectmedium

An IS auditor is evaluating the effectiveness of controls over a critical financial application. Which TWO of the following are appropriate audit procedures to test the design and implementation of controls? (Select TWO.)

Select 2 answers
A.Performing a walkthrough of the control process.
B.Performing a penetration test on the application.
C.Sending a confirmation letter to the vendor.
D.Calculating the return on investment for the application.
E.Inspecting the control documentation and procedure manuals.
AnswersA, E

Walkthroughs help understand the control flow.

Why this answer

Walkthroughs and inspection of documentation are common procedures to evaluate design and implementation.

201
MCQmedium

An IT governance framework has been implemented, but the board is not receiving regular reports on IT performance. Which of the following is the BEST course of action?

A.Conduct an IT risk assessment to identify critical areas.
B.Develop a dashboard that presents key IT metrics to the board.
C.Implement an IT balanced scorecard that aligns with corporate strategy.
D.Assign a chief information officer (CIO) to report directly to the board.
AnswerB

Developing a dashboard presents key IT metrics to the board, directly addressing the need for regular reports.

Why this answer

The best course of action because a dashboard provides a regular, concise view of key IT metrics for the board, directly addressing the lack of reporting. Option A (risk assessment) focuses on risk rather than reporting. Option C (balanced scorecard) is a broader strategic alignment tool.

Option D (assigning a CIO) changes reporting structure but does not ensure regular reports.

202
MCQhard

An organization uses a third-party vendor for application support. The vendor has subcontracted some support activities to another firm (fourth party). The contract with the vendor requires the vendor to ensure fourth-party compliance, but there is no direct oversight. What is the IS auditor's primary recommendation?

A.Perform a vulnerability assessment on the fourth party.
B.Include a right-to-audit clause for all subcontractors in the contract.
C.Terminate the contract with the vendor.
D.Require the vendor to provide evidence of fourth-party compliance.
AnswerB

This provides direct oversight over fourth parties.

Why this answer

The primary recommendation is to include a right-to-audit clause for all subcontractors in the contract. This ensures the organization retains direct oversight and contractual leverage over fourth-party risks, as relying solely on the vendor's assurance without audit rights creates a blind spot in the supply chain. Without such a clause, the organization cannot independently verify the fourth party's compliance with security controls, which is critical for maintaining business resilience.

Exam trap

The trap here is that candidates confuse operational verification (Option D) with contractual governance, failing to recognize that without a right-to-audit clause, the organization has no enforceable mechanism to independently validate fourth-party compliance.

How to eliminate wrong answers

Option A is wrong because performing a vulnerability assessment on the fourth party without contractual authority or direct access is impractical and may violate legal boundaries; it also addresses technical vulnerabilities but not the root governance gap. Option C is wrong because terminating the contract is a drastic, business-disruptive step that should only be considered after less severe remediation options (like renegotiating contract terms) have failed. Option D is wrong because requiring evidence from the vendor is insufficient without a contractual right to audit; the vendor could provide incomplete or falsified evidence, and the organization has no means to verify its accuracy or scope.

203
MCQmedium

An IT steering committee is reviewing a proposed project to implement a new customer relationship management (CRM) system. The project has strong support from the sales department but is opposed by the finance department due to cost concerns. What is the primary role of the IT steering committee in this situation?

A.Approve the project because sales is a revenue-generating department
B.Evaluate the project's alignment with strategic goals and make a decision
C.Delegate the decision to the IT manager
D.Reject the project due to finance department opposition
AnswerB

The committee's role is to align IT investments with business strategy.

Why this answer

The IT steering committee ensures that IT investments align with business strategy and provide value, balancing stakeholder needs.

204
MCQeasy

During a security audit, which rule poses the greatest risk?

A.Rule 20
B.Rule 30
C.None of the rules pose a risk
D.Rule 10
AnswerB

Rule 30 allows SSH from any source, posing a high risk.

Why this answer

Rule 30 is the correct answer because it allows SSH access from any source (0.0.0.0/0) without restriction. In a security audit, an ACL entry that permits SSH from any IP address poses the greatest risk as it exposes the management interface to potential brute-force attacks and unauthorized access, violating the principle of least privilege.

Exam trap

The trap here is that candidates may focus on rules that deny traffic or are too restrictive, but the greatest risk is actually an overly permissive rule that grants broad access, such as allowing SSH from any source.

How to eliminate wrong answers

Option A is wrong because Rule 20, if it exists in the ACL, is typically a permit or deny statement for a specific protocol or host; while it could be misconfigured, it does not inherently pose the greatest risk as it is explicit and can be reviewed. Option C is wrong because ACL rules, especially implicit deny, always pose a risk if not properly managed; stating 'none pose a risk' ignores the fundamental security principle of least privilege and the potential for blocking critical traffic. Option D is wrong because Rule 10, like Rule 20, is an explicit entry; its risk is limited to its specific match criteria and does not represent the systemic risk of an unmonitored implicit deny at the end of the ACL.

205
Multi-Selecthard

A company is developing a new financial application. Which THREE of the following are valid reasons to involve internal audit during the development phase?

Select 3 answers
A.To ensure compliance with regulatory requirements
B.To design the application architecture
C.To validate that security controls are built in
D.To approve all user requirements
E.To provide guidance on internal controls
AnswersA, C, E

Audit can review regulatory requirements and confirm they are addressed.

Why this answer

Options A, C, and E are correct because internal audit can provide assurance on compliance, internal controls, and security. Option B is incorrect because designing architecture is not an audit function. Option D is incorrect because approving requirements is a management responsibility.

206
Multi-Selecteasy

During the system development life cycle (SDLC), which THREE of the following are recognized benefits of involving internal audit early in the process?

Select 3 answers
A.Reduced need for future independent audits.
B.Lower cost of implementing controls due to early design changes.
C.Reduction in the number of system tests required.
D.Identification of potential control weaknesses before they are ingrained.
E.Enhanced assurance that controls are embedded in the system design.
AnswersB, D, E

Early changes are cheaper.

Why this answer

Involving internal audit early in the SDLC allows control requirements to be identified and designed into the system from the start, avoiding costly retrofits. Implementing controls during the design phase is significantly cheaper than adding them after development or deployment, as changes to code, architecture, or configuration are less disruptive and require less rework.

Exam trap

The trap here is that candidates may confuse 'reduced need for future audits' (a false benefit) with 'enhanced assurance' (a real benefit), or assume that early audit involvement reduces testing effort, when in fact it may increase the scope of validation to ensure controls are properly designed and implemented.

207
MCQmedium

An organization is implementing a public key infrastructure (PKI) to support digital certificates. Which of the following is the MOST critical control to ensure the integrity of the certificate lifecycle?

A.Use of hardware security modules for key generation
B.Regular publication of certificate revocation lists (CRLs)
C.Establishment of a certificate policy (CP) and certification practice statement (CPS)
D.Secure storage of the root CA private key
AnswerC

The CP and CPS provide the framework for all PKI operations.

Why this answer

A robust certificate policy (CP) and certification practice statement (CPS) define the rules and procedures for certificate management, ensuring consistency and security. Other controls are important but are defined within the CP/CPS.

208
MCQhard

An IS auditor is reviewing the change management process and notices that several emergency changes were implemented without post-implementation review. What is the PRIMARY concern?

A.The change may have caused an outage
B.Changes may not be properly documented
C.The change may have exceeded budget
D.The change may have been unauthorized
AnswerB

Without review, there is no verification that the change was documented correctly, which can lead to configuration drift.

Why this answer

Emergency changes bypass normal controls, so post-implementation review is critical to ensure the change was effective and did not introduce risks. Without it, undocumented or unauthorized changes may persist.

209
MCQeasy

A company is designing its backup strategy for a critical database that must be available 24/7. The database experiences high transaction volumes. Which backup method minimizes data loss while allowing continuous operations?

A.Offline full backup performed weekly
B.Differential backup performed daily
C.Online backup with transaction log backups
D.Full backup performed during low-usage periods
AnswerC

Online backups run while the database is active, and transaction logs allow point-in-time recovery with minimal data loss.

Why this answer

Online backup with transaction log backups (Option C) is correct because it allows the database to remain fully operational (24/7 availability) while capturing every committed transaction in the transaction log. In the event of a failure, you can restore the most recent full backup and then apply all subsequent transaction log backups to recover to the exact point of failure, minimizing data loss to only uncommitted transactions.

Exam trap

The trap here is that candidates often confuse 'differential backup' with 'transaction log backup,' assuming differential backups provide the same granularity of recovery, when in fact differentials only capture cumulative changes since the last full backup and cannot restore to an arbitrary point in time.

How to eliminate wrong answers

Option A is wrong because an offline full backup performed weekly requires taking the database offline, which violates the 24/7 availability requirement, and a weekly full backup alone would result in up to a week of potential data loss. Option B is wrong because a differential backup captures all changes since the last full backup but does not capture every individual transaction; it still requires a full backup and can lose all changes made since the last differential backup, which could be up to 24 hours of data. Option D is wrong because a full backup performed during low-usage periods still requires taking the database offline (or at least putting it in a consistent state), which disrupts continuous operations, and it does not provide point-in-time recovery granularity.

210
Multi-Selectmedium

During a post-implementation review of a new payroll system, the IS auditor identifies several outstanding issues. Which TWO issues should be considered most critical to address immediately? (Select TWO)

Select 2 answers
A.The system is running 5% slower than expected
B.The system's tax calculation module produced incorrect results for a subset of employees
C.Some employees have not completed training
D.Unauthorized overtime payments were processed due to a configuration error
E.The user manual is not yet finalized
AnswersB, D

Incorrect tax calculations can lead to regulatory non-compliance and penalties; must be fixed urgently.

Why this answer

Unauthorized overtime payments indicate a segregation of duties or control weakness that could lead to fraud. Inaccurate tax calculations could result in regulatory penalties and employee dissatisfaction. Both have significant financial and compliance impacts.

211
MCQhard

During an incident, the IT team identifies that a critical patch was not applied due to an expired software maintenance contract. Which of the following is the BEST long-term remediation?

A.Renew the maintenance contract
B.Apply the patch immediately
C.Isolate the affected system
D.Implement a vulnerability management program
AnswerD

Correct: A formal program ensures patches are timely and contracts are monitored.

Why this answer

A vulnerability management program ensures systematic identification and remediation of missing patches, addressing the root cause. Immediate patching and isolation are tactical; renewing the contract is necessary but not a process improvement.

212
Multi-Selectmedium

Which TWO of the following are effective controls to prevent fraud in IT? (Select TWO)

Select 2 answers
A.Mandatory vacation policies
B.Separation of duties
C.Background checks on new hires
D.Password complexity requirements
E.Single sign-on (SSO) systems
AnswersA, B

Mandatory vacation allows detection of fraudulent activities during the employee's absence.

Why this answer

Separation of duties prevents fraud by ensuring no single person has control over all aspects of a transaction. Mandatory vacation allows detection of fraud when employees are away. Background checks are preventive but not as directly effective as separation of duties and mandatory vacation for ongoing fraud prevention.

213
MCQhard

An organization is implementing a business continuity plan (BCP) and needs to determine the maximum acceptable downtime for a critical system. Which metric should be defined FIRST?

A.Recovery Time Objective (RTO)
B.Mean Time to Repair (MTTR)
C.Recovery Point Objective (RPO)
D.Service Level Agreement (SLA)
AnswerA

Correct: RTO is the primary metric for downtime tolerance.

Why this answer

RTO defines the maximum acceptable downtime; it is the foundational metric for recovery planning. RPO, MTTR, and SLA are defined later or are contractual.

214
MCQmedium

A company's backup policy requires daily full backups to tape and offsite storage. After a ransomware attack, the IT team discovers that the latest backup set is corrupted. Which of the following controls would have BEST prevented this?

A.Implementation of immutable backup storage
B.Encryption of backup tapes
C.Periodic restoration testing
D.Journaling of backup logs
AnswerA

Correct: Immutability prevents alteration, protecting backup integrity.

Why this answer

Immutable backup storage ensures backups cannot be altered or deleted, preventing corruption from ransomware. Encryption protects confidentiality, not integrity; logging detects but does not prevent; restoration testing detects corruption after the fact.

215
MCQeasy

An organization has implemented a balanced scorecard (BSC) for IT performance measurement. Which of the following is the PRIMARY benefit of using a BSC?

A.It simplifies the IT budgeting process.
B.It ensures IT metrics are aligned with business strategy.
C.It automates data collection for IT metrics.
D.It provides a single financial metric for IT performance.
AnswerB

This is correct because BSC aligns IT metrics with business strategy across multiple perspectives.

Why this answer

The primary benefit of a balanced scorecard (BSC) is to align IT metrics with business strategy across multiple perspectives (financial, customer, internal processes, learning and growth). Option A is incorrect because BSC does not simplify budgeting; it includes both financial and non-financial metrics. Option C is incorrect because BSC does not automate data collection; it is a framework for measurement, not automation.

Option D is incorrect because BSC does not provide a single financial metric; it uses a balanced set of metrics from multiple perspectives.

216
Multi-Selectmedium

Which TWO of the following are key activities in the system design phase of the SDLC?

Select 2 answers
A.Defining system architecture
B.Writing unit tests
C.Performing user acceptance testing
D.Developing data flow diagrams
E.Gathering business requirements
AnswersA, D

A design activity.

Why this answer

Defining system architecture is a key activity in the system design phase because it establishes the high-level structure of the system, including hardware, software, network components, and their interactions. This blueprint guides subsequent detailed design and implementation, ensuring alignment with functional and non-functional requirements. Without a defined architecture, the system risks integration failures and scalability issues.

Exam trap

The trap here is that candidates often confuse the system design phase with later phases like testing or earlier phases like requirements gathering, leading them to select activities such as writing unit tests or gathering business requirements as design-phase tasks.

217
MCQhard

An IS auditor is reviewing a post-implementation review report for a new ERP system. Which of the following findings would be of greatest concern to the auditor?

A.Several segregation of duties conflicts were identified and not resolved.
B.The implementation took three months longer than planned.
C.The project exceeded the budget by 15%.
D.User acceptance testing (UAT) was completed with only 80% test coverage.
AnswerA

Unresolved conflicts pose a direct risk to internal controls.

Why this answer

Segregation of duties conflicts in an ERP can lead to fraud or errors. The other findings are important but not as critical from a control perspective.

218
MCQhard

An organization uses automated job scheduling for batch processing. A critical payroll job fails due to a dependency on a prior job that did not complete. The job scheduler is configured to handle dependencies. What should the auditor verify regarding rerun procedures?

A.The job failure alert is sent to the IT manager
B.The job scheduler logs the dependency failure
C.The job automatically retries after the dependency completes
D.The rerun procedure specifies the correct restart point
AnswerD

Correct: Documented rerun procedures must specify restart points to ensure data integrity.

Why this answer

The auditor should ensure that the rerun procedure specifies the correct restart point to avoid data corruption or reprocessing errors.

219
MCQeasy

During a security audit, it was found that users in the finance department have unnecessary access to HR payroll data. Which access control principle has been violated?

A.Mandatory access control
B.Least privilege
C.Separation of duties
D.Need to know
AnswerB

Least privilege requires that users have only the minimum access necessary to perform their job functions.

Why this answer

The least privilege principle dictates that users should be granted only the minimum permissions necessary to perform their job functions. In this scenario, finance department users have unnecessary access to HR payroll data, directly violating this principle by providing more access than required.

Exam trap

The trap here is confusing 'least privilege' with 'need to know' — need to know is a subset of least privilege that focuses on data classification, but the question explicitly describes unnecessary access to a different department's data, making least privilege the broader and correct violation.

How to eliminate wrong answers

Option A is wrong because mandatory access control (MAC) is a system-enforced policy based on labels and clearances, not a principle about minimizing user permissions; the violation here is about excessive access, not label mismatches. Option C is wrong because separation of duties ensures no single user can complete a critical task alone (e.g., initiating and approving a payment), which is unrelated to having unnecessary access to another department's data. Option D is wrong because need to know restricts access to specific data required for a task, but it is a subset of least privilege; the core principle violated here is least privilege, as the users have access they do not need at all.

220
MCQmedium

A company decides to outsource the development of a customer portal. Which of the following is the MOST critical control to include in the contract?

A.Service level agreements
B.Fixed price clause
C.Non-disclosure agreement
D.Termination for convenience clause
AnswerA

SLAs specify measurable performance targets and remedies for non-compliance, directly impacting business operations.

Why this answer

Service level agreements (SLAs) are the most critical control because they define measurable performance targets (e.g., uptime, response time, throughput) for the outsourced customer portal. Without enforceable SLAs, the company has no contractual mechanism to ensure the portal meets availability and responsiveness requirements, directly impacting customer experience and business operations.

Exam trap

The trap here is that candidates often choose the non-disclosure agreement (NDA) thinking data protection is paramount, but the question asks for the MOST critical control in a development contract, where performance and availability (via SLAs) are more directly tied to project success.

How to eliminate wrong answers

Option B (Fixed price clause) is wrong because it only controls cost, not quality, security, or performance; a fixed price can incentivize the vendor to cut corners on development and testing. Option C (Non-disclosure agreement) is wrong because while it protects confidential information, it does not address the operational performance or delivery of the portal itself. Option D (Termination for convenience clause) is wrong because it allows the company to exit the contract but does not ensure the portal is built correctly or meets requirements during the development lifecycle.

221
MCQmedium

A company is replacing its legacy on-premises ERP system with a cloud-based SaaS solution. The project manager is concerned about data migration risks. Which of the following is the BEST approach to mitigate data integrity issues during migration?

A.Perform data validation after migration
B.Use data transformation tools to convert formats
C.Implement data reconciliation reports post-migration
D.Run parallel processing and compare outputs
AnswerD

Enables side-by-side verification.

Why this answer

Running parallel processing allows the legacy and new SaaS systems to operate simultaneously, enabling real-time comparison of outputs. This approach directly validates data integrity by detecting discrepancies during migration, not after, which is critical for ERP systems where transactional accuracy is paramount.

Exam trap

The trap here is that candidates often choose post-migration validation or reconciliation (options A or C) because they seem practical, but the CISA exam emphasizes proactive controls during migration (parallel processing) over detective controls after the fact.

How to eliminate wrong answers

Option A is wrong because performing data validation only after migration introduces a delay in detecting errors, potentially allowing corrupted data to propagate into the new system without immediate correction. Option B is wrong because data transformation tools address format conversion but do not inherently verify that the transformed data retains its original meaning, relationships, or business rules, which is the core of integrity. Option C is wrong because reconciliation reports generated post-migration are reactive; they identify discrepancies after the fact but do not prevent or catch errors during the migration process itself, unlike parallel processing which provides continuous validation.

222
MCQhard

During an incident response exercise, the IT team discovers that the failover to the disaster recovery (DR) site failed because the DR site's storage area network (SAN) was not zoned correctly for the replicated data. Which of the following controls would BEST prevent this issue?

A.Maintaining a configuration management database (CMDB)
B.Implementing a change management process for SAN configurations
C.Using automated replication monitoring tools
D.Conducting regular disaster recovery testing including full failover
AnswerD

Regular testing validates that all components work together, including SAN zoning.

Why this answer

Regular disaster recovery testing that includes a full failover is the only control that directly validates that the DR site's SAN zoning is correctly configured to accept replicated data. Without such testing, misconfigurations like incorrect zone sets or missing WWPN (World Wide Port Name) mappings in the SAN fabric remain undetected until an actual failover is attempted. This aligns with the CISA emphasis on testing recovery procedures to ensure business continuity.

Exam trap

The trap here is that candidates often choose 'implementing a change management process' (Option B) because they assume process controls prevent misconfigurations, but they overlook that change management does not validate the actual technical correctness of the configuration—only testing (Option D) can confirm that the DR site's SAN zoning works under failover conditions.

How to eliminate wrong answers

Option A is wrong because a CMDB is a repository for configuration items and their relationships; it does not actively prevent SAN zoning misconfigurations or validate that the DR site's SAN is correctly zoned for replication. Option B is wrong because a change management process for SAN configurations ensures changes are authorized and documented, but it does not guarantee that the resulting zoning is correct for replication or that the DR site's SAN will accept replicated data during failover. Option C is wrong because automated replication monitoring tools can detect replication failures or latency, but they cannot identify a zoning misconfiguration that prevents the DR site from accepting replicated data; they only report on the replication status, not the underlying SAN fabric configuration.

223
MCQhard

Refer to the exhibit. During a penetration test, a security analyst captures this SAML response. Which of the following security weaknesses is most evident?

A.The name identifier format is inappropriate
B.The session is too short
C.The assertion is not encrypted
D.The authentication context is weak
AnswerC

Correct. The assertion is in plaintext, which could allow an attacker to read or modify the SAML response if not protected by TLS.

Why this answer

The SAML response shows the assertion is sent in plaintext (no xenc:EncryptedData element), meaning the authentication assertion is not encrypted. This allows an attacker who intercepts the SAML response to extract the assertion and reuse it in a replay or impersonation attack, violating the confidentiality requirement for sensitive authentication tokens.

Exam trap

The trap here is that candidates focus on the authentication context or session duration as potential weaknesses, but the most evident vulnerability is the complete lack of assertion encryption, which is a direct violation of SAML security best practices and a common finding in penetration tests.

How to eliminate wrong answers

Option A is wrong because the NameID format (urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress) is a standard and appropriate format for identifying the user by email; there is no evidence of a mismatch or misuse. Option B is wrong because the session duration (SessionNotOnOrAfter) is set to 2025-10-22T14:21:38Z, which is a reasonable length (e.g., 8 hours from issuance) and not inherently a security weakness; the issue is lack of encryption, not session length. Option D is wrong because the authentication context (AuthnContextClassRef) references a password-based mechanism (urn:oasis:names:tc:SAML:2.0:ac:classes:Password), which is a valid and common strength; the weakness is not in the authentication method but in the unprotected assertion.

224
Multi-Selectmedium

Which TWO of the following are key controls for ensuring data privacy during system development?

Select 2 answers
A.Using real customer data for testing
B.Encrypting stored data
C.Disabling audit logs during development
D.Allowing developers unlimited access to production data
E.Data masking in test environments
AnswersB, E

Encryption provides a strong control to protect sensitive data at rest.

Why this answer

Encrypting stored data (Option B) is a key control for ensuring data privacy because it renders the data unreadable without the correct decryption key, protecting it from unauthorized access even if the storage medium is compromised. This aligns with data-at-rest protection requirements under regulations like GDPR and PCI DSS, and is a fundamental security control during system development to prevent exposure of sensitive information.

Exam trap

The trap here is that candidates may confuse 'data masking' with 'anonymization' and overlook its role as a key privacy control, or mistakenly think that using real data in test environments is acceptable if it is 'just for testing,' ignoring regulatory and ethical requirements.

225
MCQmedium

An organization has implemented a key management program. Which of the following is the MOST critical control for ensuring the security of cryptographic keys?

A.Secure key storage (e.g., HSM)
B.Key rotation policy
C.Key generation in a secure environment
D.Key destruction procedures
AnswerA

Protecting keys from theft is foundational.

Why this answer

Secure key storage, such as using a hardware security module (HSM) or key vault, is critical to prevent unauthorized access to keys. Without secure storage, other controls are less effective.

Page 2

Page 3 of 14

Page 4