Courseiva

Certified Information Systems Auditor CISA (CISA) — Questions 226300

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

Page 3

Page 4 of 14

Page 5
226
MCQhard

An organization is implementing a data retention policy for personally identifiable information (PII) to comply with GDPR. Which of the following is the MOST appropriate approach?

A.Delete PII as soon as it is collected
B.Anonymize PII after a fixed period and retain indefinitely
C.Retain PII indefinitely for historical analysis
D.Define retention periods based on legal and business requirements and securely delete after
AnswerD

GDPR mandates that data be kept no longer than necessary; defined retention periods with secure deletion ensure compliance.

Why this answer

GDPR mandates that PII must not be kept longer than necessary for the purpose for which it was collected. Defining retention periods based on legal and business requirements ensures compliance with the storage limitation principle (Article 5(1)(e)), and secure deletion (e.g., using cryptographic erasure or overwriting with tools like shred on Linux) prevents unauthorized recovery. This approach balances regulatory compliance with operational needs.

Exam trap

The trap here is that candidates may confuse 'anonymization' (Option B) as a safe harbor for indefinite retention, but GDPR requires that anonymization be irreversible and that the retained data serve a legitimate purpose, not just be kept indefinitely without justification.

How to eliminate wrong answers

Option A is wrong because deleting PII immediately upon collection would violate legitimate business and legal requirements (e.g., tax records or contractual obligations) that necessitate retention for a defined period. Option B is wrong because anonymization after a fixed period may comply with GDPR if irreversible, but retaining anonymized data indefinitely still poses re-identification risks (e.g., via linkage attacks) and violates the principle of data minimization if no business need exists. Option C is wrong because retaining PII indefinitely for historical analysis violates GDPR's storage limitation principle unless the data is anonymized and the purpose is compatible with the original collection; indefinite retention of PII without a legal basis exposes the organization to fines and breach risks.

227
Multi-Selecteasy

An IS auditor is reviewing the process for granting access to a sensitive financial application. Which TWO of the following are the MOST important controls to ensure appropriate access?

Select 2 answers
A.Use of biometric authentication
B.Single sign-on for all applications
C.Quarterly recertification of access by managers
D.Automatic provisioning upon employee hire
E.Access requests approved by the data owner
AnswersC, E

Recertification ensures that access is still needed.

Why this answer

Formal approval from the data owner ensures that access is authorized based on business need, and periodic recertification ensures that access remains appropriate over time.

228
Multi-Selectmedium

Which TWO of the following are key components of an IT governance framework? (Choose two.)

Select 2 answers
A.Configuration management database
B.Performance measurement
C.Vulnerability assessment results
D.Strategic alignment of IT with business
E.Firewall rules
AnswersB, D

Measuring IT performance is essential for governance.

Why this answer

The correct answers are B (Performance measurement) and D (Strategic alignment of IT with business). Both are key components of an IT governance framework as defined by COBIT and similar frameworks. Performance measurement enables monitoring of IT's contribution to business goals, while strategic alignment ensures IT initiatives support business objectives.

Option A (Configuration management database) is an operational tool, not a governance component. Option C (Vulnerability assessment results) is a security control output. Option E (Firewall rules) is an operational security measure, not a governance framework element.

229
MCQeasy

During user acceptance testing, a user with the above permission set cannot execute a fund transfer. What is the MOST likely reason?

A.Incorrect username
B.Missing Write permission for transfers
C.Network connectivity issue
D.Database connection error
AnswerB

The policy grants ReadOnly on transfers, which is insufficient to execute a transfer.

Why this answer

The user can authenticate and access the system (since they are in user acceptance testing with the given permission set), but cannot execute a fund transfer. This indicates that the user lacks the necessary Write permission for the transfer operation, which is required to modify the database record or initiate the transaction. Without Write access, the application can read data but cannot commit the transfer, causing the operation to fail.

Exam trap

The trap here is that candidates often confuse authentication (username/password) with authorization (permissions), assuming any failure to execute a function must be a network or database issue, rather than recognizing that the user is already authenticated and the problem is a missing Write permission for the specific transaction.

How to eliminate wrong answers

Option A is wrong because an incorrect username would prevent authentication entirely, not just block the transfer execution after login. Option C is wrong because a network connectivity issue would cause a broader failure (e.g., timeout or inability to load pages), not a specific permission error on a single function. Option D is wrong because a database connection error would affect all database-dependent operations, not just the transfer, and would typically produce a connection timeout or server error message.

230
MCQhard

A large financial institution is developing a new online banking platform using an Agile methodology. The development team has implemented continuous integration and continuous deployment (CI/CD) pipeline. During a routine security scan, the IS auditor discovers that a developer accidentally committed a configuration file containing database credentials into the public-facing code repository. The credentials were exposed for 48 hours before being detected. Which of the following is the most critical control failure that allowed this incident to occur?

A.The code review process did not catch the sensitive data in the commit
B.The CI/CD pipeline lacked automated secrets scanning and static application security testing (SAST)
C.The repository access permissions were too permissive
D.The security awareness training for developers was inadequate
AnswerB

Automated scanning would have detected the credentials immediately and blocked the commit or alerted the team.

Why this answer

The most critical failure is the absence of automated secret scanning and SAST in the CI/CD pipeline. Such tools would have detected the credentials immediately upon commit and prevented their exposure. While code review, training, and access controls are important, automated scanning is a preventive detective control that operates at the speed of development.

Without it, human errors can go unnoticed. Option A (code review) is a manual process that can miss subtle commits. Option C (training) is a soft control and does not prevent the act.

Option D (permissions) might reduce the scope but does not catch the initial mistake.

231
MCQmedium

Which of the following is the PRIMARY purpose of audit working papers?

A.To facilitate peer review of the audit
B.To serve as a legal record of the audit
C.To store historical data for future audits
D.To provide a basis for the audit report
AnswerD

Working papers support findings and conclusions.

Why this answer

Working papers document audit procedures, evidence, and conclusions to support the audit opinion.

232
MCQhard

An IS auditor identifies a control deficiency that could result in a material misstatement in the financial statements. According to audit reporting standards, this should be classified as:

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

A material weakness is the most severe classification.

Why this answer

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

233
MCQmedium

Which of the following is the best example of audit evidence obtained through re-performance?

A.Reviewing log files for unauthorized access attempts
B.Interviewing the system administrator about backup procedures
C.Observing employees as they process transactions
D.Recalculating the total of a control report to verify accuracy
AnswerD

Re-performance involves the auditor independently performing the control.

Why this answer

Re-performance involves the auditor independently executing a control to verify its effectiveness. The auditor recalculating a control total is a direct re-performance.

234
MCQeasy

An IS auditor is reviewing an organization's logical access control processes. Which of the following is the primary purpose of conducting regular user access recertifications?

A.To identify inactive user accounts
B.To verify that users' access rights remain appropriate for their roles
C.To ensure compliance with password policies
D.To enforce segregation of duties
AnswerB

This is the core objective of access recertification.

Why this answer

User access recertifications confirm that current access rights are still appropriate for users' job functions and that no excessive privileges exist. This ensures the principle of least privilege.

235
MCQmedium

An IS auditor is reviewing a third-party service provider's controls. Which of the following is the MOST important clause to include in the contract to ensure the auditor can assess the provider's controls?

A.Right-to-audit clause
B.Service level agreement (SLA) with penalties
C.Exit strategy clause
D.Confidentiality clause
AnswerA

This is essential for independent review.

Why this answer

A right-to-audit clause allows the customer or its auditor to review the provider's controls.

236
MCQhard

A company is implementing IT governance based on COBIT 2019. Which of the following design factors would have the GREATEST impact on the governance system design?

A.The IT infrastructure complexity.
B.The size of the organization.
C.The number of IT staff.
D.The industry and regulatory environment.
AnswerD

Industry and regulations impose compliance requirements that shape governance.

Why this answer

According to COBIT 2019, the industry and regulatory environment is a key design factor that significantly influences the governance system design, as it dictates compliance and risk management requirements. Options A, B, and C are factors but have a lesser impact compared to industry and regulatory considerations.

237
MCQmedium

An IS auditor is reviewing an agile software development project. Which of the following is the most important control to assess?

A.Sprint review
B.Daily standup meetings
C.Retrospective
D.Product backlog
AnswerA

Correct. The sprint review is a control point where stakeholders validate delivered functionality.

Why this answer

In agile, the sprint review provides an opportunity to demonstrate completed work and obtain stakeholder feedback, acting as a key control for quality and acceptance.

238
MCQhard

An organization is developing a critical application using an agile methodology. The project sponsor demands frequent deliveries but the development team is concerned about insufficient testing. Which of the following BEST mitigates this risk?

A.Deploy with known defects and fix them in the next sprint
B.Increase manual testing effort at the end of each sprint
C.Extend the release cycle to allow more time for testing
D.Implement continuous integration and automated testing
AnswerD

CI and automated testing enable fast feedback and maintain quality, supporting frequent releases.

Why this answer

Continuous integration (CI) and automated testing enable frequent, reliable code integration and immediate feedback on defects, directly addressing the tension between rapid delivery and insufficient testing. Automated tests run on every commit, catching regressions early without manual overhead, which is essential for agile sprints where manual testing alone cannot scale to match delivery velocity.

Exam trap

The trap here is that candidates may choose Option B (increase manual testing) because they equate 'more testing' with 'better quality,' failing to recognize that manual testing cannot keep pace with agile's rapid delivery cycles and that automation is the only scalable solution to integrate testing into every iteration.

How to eliminate wrong answers

Option A is wrong because deploying known defects increases technical debt and risk in production, violating the principle of maintaining a shippable increment in agile and potentially causing cascading failures. Option B is wrong because increasing manual testing at the end of each sprint creates a bottleneck, contradicts the agile goal of continuous testing, and does not scale with frequent deliveries, leading to delayed feedback and incomplete coverage. Option C is wrong because extending the release cycle undermines the project sponsor's demand for frequent deliveries and does not solve the root cause of insufficient testing; it merely postpones risk rather than mitigating it through automation.

239
MCQmedium

An IT auditor is evaluating the change management process for a financial trading system. Which of the following is the BEST indicator of a mature change management process?

A.Changes are documented after deployment
B.All changes are logged and require automated approval workflows
C.Developers can deploy changes directly to production if urgent
D.Changes are approved verbally by the IT manager
AnswerB

Provides control and traceability.

Why this answer

A mature change management process requires that all changes be formally logged and subjected to automated approval workflows. This ensures traceability, segregation of duties, and auditability, which are critical for a financial trading system where unauthorized or untracked changes could lead to financial loss or regulatory non-compliance.

Exam trap

The trap here is that candidates may confuse 'efficiency' (e.g., allowing direct deployment for urgent changes) with 'maturity,' but mature processes prioritize control and auditability over speed, especially in high-risk systems like financial trading platforms.

How to eliminate wrong answers

Option A is wrong because documenting changes after deployment violates the principle of proactive control; changes should be approved and documented before deployment to prevent unauthorized or untested modifications. Option C is wrong because allowing developers to deploy changes directly to production bypasses all change control gates, increasing the risk of introducing errors or security vulnerabilities without review. Option D is wrong because verbal approvals lack an audit trail and are not verifiable, making them unsuitable for a regulated financial environment where every change must be recorded and traceable.

240
Multi-Selectmedium

An IS auditor is assessing the vulnerability management program of a financial services company. The auditor reviews the latest vulnerability scan report and finds that several critical vulnerabilities have not been patched within the defined SLA of 30 days. The IT manager explains that patches could not be applied due to compatibility issues with legacy applications, and risk acceptance has been documented for some but not all. Which THREE of the following are the MOST appropriate audit findings?

Select 3 answers
A.Vulnerability scan reports are not reviewed by management
B.Risk acceptance is not documented for all unpatched critical vulnerabilities
C.The patching SLA may be unrealistic for legacy systems
D.The vulnerability scanning schedule may not cover all assets
E.Critical vulnerabilities are not being patched within the defined SLA
AnswersB, C, D

Lack of risk acceptance for known vulnerabilities is a control deficiency.

Why this answer

The auditor should identify that some vulnerabilities lack formal risk acceptance, that the SLA may need adjustment for legacy systems, and that scan reports may not accurately reflect the current status. While patch deployment is important, the immediate findings relate to documentation and SLA adequacy.

241
MCQhard

During an IT audit, the auditor observes that mandatory vacation policies are not enforced for IT staff with access to financial systems. What is the PRIMARY risk associated with this finding?

A.Increased likelihood of system downtime
B.Increased risk of undetected fraud
C.Inadequate segregation of duties
D.Non-compliance with licensing agreements
AnswerB

Without mandatory vacation, employees could perpetrate fraud without being caught during their absence.

Why this answer

Mandatory vacation policies force the periodic removal of an employee's access, which allows detection of irregularities or fraudulent activities that require the employee's continued presence to conceal. Without enforcement, a malicious insider could perpetrate fraud (e.g., creating ghost vendors, altering payment records) and cover it up by maintaining daily control over transactions. This directly increases the risk that fraudulent actions will go undetected over extended periods.

Exam trap

The trap here is that candidates confuse mandatory vacation policies with segregation of duties, assuming both address the same control objective, when in fact vacation enforcement is a detective control for fraud detection, not a preventive control for duty separation.

How to eliminate wrong answers

Option A is wrong because system downtime is primarily caused by technical failures, misconfigurations, or denial-of-service attacks, not by the absence of mandatory vacation enforcement. Option C is wrong because segregation of duties is a separate control that divides critical functions among multiple people; mandatory vacation policies address detection of fraud, not the structural separation of duties. Option D is wrong because non-compliance with licensing agreements relates to software license management and unauthorized use, which is unrelated to employee vacation policies.

242
MCQhard

An organization is implementing a large ERP system. The project team plans to migrate legacy data to the new system. Which of the following is the MOST significant risk associated with data migration?

A.Insufficient training of end users
B.Lack of executive sponsorship
C.Inadequate segregation of duties in the new system
D.Inaccurate data mapping between legacy and new systems
AnswerD

This can cause data integrity issues and system failures.

Why this answer

Data migration often involves mapping old data to new structures. Inaccurate mapping can lead to data corruption or loss, which is a critical risk.

243
Multi-Selecthard

Which THREE of the following are required components of a SMART recommendation? (Select three.)

Select 3 answers
A.Auditable
B.Cost-effective
C.Specific
D.Time-bound
E.Measurable
AnswersC, D, E

Correct component.

Why this answer

SMART stands for Specific, Measurable, Achievable, Relevant, Time-bound.

244
MCQeasy

An IS auditor is reviewing physical access controls at a data center. Which of the following controls is MOST effective for preventing tailgating?

A.CCTV cameras
B.Visitor log
C.Mantrap
D.Biometric readers
AnswerC

A mantrap physically prevents multiple people from entering together.

Why this answer

A mantrap is a small room with two interlocking doors that prevents tailgating because only one person can pass through at a time.

245
Multi-Selecthard

Which THREE of the following are responsibilities of the board of directors regarding IT governance? (Choose three.)

Select 3 answers
A.Implementing IT security controls
B.Approving the IT strategy
C.Reviewing and approving IT policies
D.Monitoring daily IT operations
E.Ensuring that IT risks are managed within acceptable levels
AnswersB, C, E

Board approves strategic direction.

Why this answer

Correct answers: B, C, E. The board is responsible for approving the IT strategy (B), reviewing and approving IT policies (C), and ensuring that IT risks are managed within acceptable levels (E). Implementing IT security controls (A) is a management duty, and monitoring daily IT operations (D) is an operational responsibility.

246
Multi-Selecthard

Which TWO are primary objectives of an identity and access management (IAM) program? (Select exactly 2.)

Select 2 answers
A.Ensuring appropriate access to resources.
B.Enforcing least privilege principle.
C.Encrypting data at rest and in transit.
D.Patching software vulnerabilities.
E.Monitoring network traffic for anomalies.
AnswersA, B

Core IAM objective.

Why this answer

The primary objective of an IAM program is to ensure that the right individuals have access to the appropriate resources at the right time for the right reasons. This is achieved through authentication, authorization, and access control mechanisms such as Role-Based Access Control (RBAC) or Attribute-Based Access Control (ABAC). Without this, the organization cannot enforce security policies or maintain audit trails.

Exam trap

The trap here is that candidates often confuse IAM with general security controls like encryption or network monitoring, but IAM strictly deals with identity lifecycle, authentication, authorization, and access governance, not data protection or network-level defenses.

247
MCQmedium

An IS auditor is reviewing the change management process for a critical financial application. Which of the following is the most important element to verify in an emergency change request?

A.Approval from the Change Advisory Board (CAB)
B.Extensive user acceptance testing (UAT) results
C.A completed impact analysis
D.A documented rollback plan
AnswerD

A rollback plan is crucial for emergency changes to quickly restore service if the change fails.

Why this answer

For emergency changes, speed is critical, but a rollback plan is essential to ensure the change can be reversed if it causes issues. This minimizes the impact on operations.

248
Multi-Selecthard

Which THREE of the following are phases of the audit process as defined by ISACA? (Select THREE.)

Select 3 answers
A.Fieldwork
B.Remediation
C.Reporting
D.Planning
E.Execution
AnswersA, C, D

Fieldwork involves testing and evidence gathering.

Why this answer

The audit process phases include planning, fieldwork, reporting, and follow-up.

249
MCQmedium

A company is implementing a cloud-based identity and access management (IAM) system. Which of the following best describes the principle of least privilege in this context?

A.Users should have administrative rights for troubleshooting.
B.Permissions should be revoked only when an employee leaves the company.
C.All users should have the same level of access for consistency.
D.Permissions should be granted based on the user's role and need-to-know.
AnswerD

Correct. Least privilege aligns with role-based access and minimum necessary permissions.

Why this answer

The principle of least privilege dictates that users should be granted only the permissions necessary to perform their job functions, based on their role and need-to-know. In a cloud-based IAM system, this is typically implemented through role-based access control (RBAC) or attribute-based access control (ABAC), ensuring minimal exposure to sensitive resources and reducing the attack surface.

Exam trap

The trap here is that candidates often confuse 'least privilege' with 'administrative convenience' or 'consistency,' mistakenly thinking that granting admin rights for troubleshooting (Option A) or uniform access (Option C) simplifies management, when in fact these practices directly violate the core security principle.

How to eliminate wrong answers

Option A is wrong because granting administrative rights for troubleshooting violates least privilege by providing excessive, often permanent, elevated privileges that can be exploited or misused; instead, temporary just-in-time (JIT) access or privileged access management (PAM) should be used. Option B is wrong because permissions should be reviewed and revoked promptly when no longer needed, not only upon employee departure; failure to do so leads to privilege creep and increased risk of unauthorized access. Option C is wrong because uniform access for all users contradicts least privilege, as it ignores the varying job functions and data sensitivity levels, leading to over-privileged users and potential data breaches.

250
Multi-Selecthard

A large enterprise is assessing its IT governance maturity. Which THREE of the following are indicators of a mature governance process? (Select exactly three.)

Select 3 answers
A.IT decisions are made in silos
B.IT budget is allocated based on historical spending
C.There is a formal IT governance committee
D.IT performance metrics are linked to business outcomes
E.IT strategy is reviewed quarterly by the board
AnswersC, D, E

Formal committee is a hallmark of maturity.

Why this answer

Mature governance involves board-level review of IT strategy, linking IT metrics to business outcomes, and having a formal governance committee. Decisions in silos and historical budget allocation are signs of low maturity.

251
MCQmedium

An IS auditor is reviewing the incident response (IR) process. Which of the following is the MOST important characteristic of an effective tabletop exercise?

A.It measures the technical skills of the IR team.
B.It uses a realistic scenario based on current threats.
C.It involves all relevant stakeholders in a discussion format.
D.It is conducted without prior notice to participants.
AnswerC

Involving key personnel and promoting discussion tests coordination and decision-making.

Why this answer

Tabletop exercises should focus on testing decision-making and communication, not just technical steps.

252
MCQmedium

An organization is transitioning from a waterfall to an agile development methodology. Which of the following is a key risk that the IS auditor should highlight?

A.User requirements may be incomplete at the start.
B.Testing is deferred until the end of the project.
C.Stakeholder involvement may decrease.
D.Scope creep may increase without proper controls.
AnswerD

Agile's iterative nature can lead to uncontrolled scope expansion if not managed.

Why this answer

In agile development, iterative cycles and continuous feedback can lead to scope creep if changes are not managed through a disciplined backlog prioritization process. Unlike waterfall, where scope is fixed early, agile's flexibility requires robust controls (e.g., sprint boundaries, product owner authority) to prevent uncontrolled expansion. An IS auditor should highlight this risk because without proper governance, the project may exceed budget and timeline despite agile's adaptive nature.

Exam trap

The trap here is that candidates mistakenly think agile eliminates scope creep entirely, when in fact its flexibility requires even stronger controls to prevent uncontrolled expansion, especially during the transition from waterfall.

How to eliminate wrong answers

Option A is wrong because incomplete user requirements at the start are an accepted characteristic of agile, not a key risk; agile embraces evolving requirements through iterative refinement. Option B is wrong because agile integrates testing continuously throughout each sprint (e.g., test-driven development), not deferred to the end. Option C is wrong because agile explicitly requires high stakeholder involvement (e.g., daily stand-ups, sprint reviews, product owner role), so decreased involvement would violate core agile principles.

253
MCQhard

An IS auditor is reviewing a penetration test report that shows a critical vulnerability in a web application. The IT manager states that the vulnerability will not be fixed because it requires significant code changes and the application is being decommissioned in six months. What should the auditor do?

A.Accept the decision as business risk acceptance
B.Escalate to senior management as a critical finding
C.Recommend immediate decommissioning of the application
D.Verify that the risk has been formally accepted and compensating controls are implemented
AnswerD

This ensures the risk is managed appropriately.

Why this answer

The auditor should verify that the risk is formally accepted by management and that compensating controls are in place to protect the application until decommissioning.

254
MCQmedium

A database administrator accidentally deleted a critical table. The last full backup was taken 24 hours ago, and transaction logs are archived every 15 minutes. Which recovery method will minimize data loss?

A.Use a standby database
B.Point-in-time recovery using transaction logs
C.Restore from full backup only
D.Restore from full backup and apply transaction logs up to the time of deletion
AnswerD

This recovery method recovers most data, limited only by the log archive interval.

Why this answer

Restoring from the full backup and applying transaction logs up to the time of deletion (Option D) recovers all data except the very last transactions, minimizing data loss. Option A (standby database) does not help with accidental deletion unless point-in-time recovery is used. Option B (point-in-time recovery using transaction logs) requires a full backup as a base; alone it is insufficient.

Option C (full backup only) loses 24 hours of data.

255
MCQeasy

Which of the following is the PRIMARY purpose of a service desk?

A.To monitor network performance
B.To manage IT assets
C.To perform root cause analysis
D.To provide a single point of contact for incidents and service requests
AnswerD

This is the core function.

Why this answer

The service desk acts as a single point of contact for IT support.

256
MCQmedium

An IT manager wants to measure the effectiveness of the organization's patch management process. Which of the following KPIs would be most appropriate?

A.Average time to patch critical vulnerabilities
B.Percentage of systems with up-to-date patches
C.Number of security incidents related to unpatched vulnerabilities
D.Number of help desk tickets related to software issues
AnswerB

Patch compliance percentage is a direct measure of patch management effectiveness.

Why this answer

Patch compliance percentage directly measures how well the organization applies patches, indicating process effectiveness.

257
MCQmedium

Which of the following is a permanent file item in an IS audit working paper?

A.Confirmation letters from vendors
B.Current year's audit program
C.Organizational chart of the IT department
D.List of audit findings for the current year
AnswerC

Organizational charts are typically carried forward as they do not change frequently.

Why this answer

The permanent file contains information that is relevant for multiple audits, such as organizational charts and key contracts. Current year's audit program is part of the current file.

258
MCQeasy

Which of the following is the BEST indicator that an organization's incident management process is effective?

A.The average time to resolve incidents is under 1 hour
B.The number of incidents reported per month is increasing
C.All incidents are logged within 10 minutes of detection
D.The percentage of recurring incidents is decreasing over time
AnswerD

A reduction in recurrence shows that the process is identifying and eliminating root causes.

Why this answer

A decreasing number of recurring incidents indicates that root causes are being identified and resolved, which is a key measure of incident management effectiveness. Option A focuses on resolution speed, which is not the best indicator of effectiveness; Option B may indicate better detection, not effectiveness; Option C is about logging timeliness, which is a process compliance metric, not effectiveness.

259
MCQmedium

A company is outsourcing software development. What is the IS auditor's PRIMARY concern?

A.The vendor's development methodology
B.Protection of intellectual property and data
C.The vendor's financial stability
D.Compliance with service level agreements
AnswerB

Data protection is the highest risk in outsourcing.

Why this answer

Protection of intellectual property and data is the primary concern for an IS auditor when outsourcing software development because it represents the highest risk to the organization. While vendor methodology, financial stability, and SLA compliance are important, they are secondary to ensuring that sensitive data and proprietary information are safeguarded against unauthorized access or disclosure.

260
MCQmedium

An organization uses continuous auditing techniques to monitor transactions. The IS auditor is evaluating the effectiveness of these techniques. Which of the following is the PRIMARY benefit of continuous auditing over traditional periodic auditing?

A.Reduced cost of audit resources
B.More timely identification of control weaknesses
C.Increased sample size for transaction testing
D.Early detection of anomalies and potential fraud
AnswerD

Continuous monitoring enables prompt detection and intervention.

Why this answer

Continuous auditing enables real-time or near-real-time monitoring of transactions, allowing the IS auditor to detect anomalies and potential fraud as they occur. This is the primary benefit because it shifts the audit function from retrospective review to proactive identification, which is critical for timely risk mitigation.

Exam trap

The trap here is that candidates often confuse the secondary benefit of timely control weakness identification (Option B) with the primary benefit of early anomaly and fraud detection, which is the core purpose of continuous auditing over periodic methods.

How to eliminate wrong answers

Option A is wrong because continuous auditing often requires significant investment in automated tools and infrastructure, which can increase rather than reduce the cost of audit resources. Option B is wrong because while continuous auditing does improve timeliness, the identification of control weaknesses is a secondary benefit; the primary advantage is the detection of anomalies and fraud at the transaction level. Option C is wrong because continuous auditing typically analyzes 100% of transactions, not just an increased sample size, making sample size irrelevant to its primary benefit.

261
MCQmedium

What is the primary control weakness in this IAM policy?

A.Over-privileged access
B.No encryption requirement
C.MFA not required
D.Lack of logging
AnswerA

The role has broad access to all objects without conditions.

Why this answer

The IAM policy grants broad permissions (e.g., `"Effect": "Allow", "Action": "*", "Resource": "*"`) without scoping to specific actions or resources, violating the principle of least privilege. This over-privileged access allows any authenticated principal to perform any operation (including destructive actions like `iam:DeleteRole` or `s3:DeleteBucket`) across all resources, creating a severe security risk. The primary weakness is the lack of fine-grained access control, not the absence of encryption, MFA, or logging.

Exam trap

The trap here is that candidates often focus on missing security features like encryption or MFA, but the CISA exam emphasizes that the most critical IAM weakness is granting excessive permissions (over-privileged access) rather than missing optional controls.

How to eliminate wrong answers

Option B is wrong because encryption requirements (e.g., `s3:x-amz-server-side-encryption` condition key) are data protection controls, not identity-based access controls; the policy's core flaw is excessive permissions, not missing encryption. Option C is wrong because MFA (multi-factor authentication) is an additional authentication layer enforced via `aws:MultiFactorAuthPresent` condition keys, but the policy's primary weakness is the overly permissive `Action: *` and `Resource: *`, not the lack of MFA. Option D is wrong because logging (e.g., AWS CloudTrail) is an audit control that records actions after they occur, but it does not prevent the underlying over-privileged access; the policy itself lacks proper authorization boundaries.

262
Multi-Selecthard

Which THREE are core components of a comprehensive identity and access management (IAM) system? (Choose three.)

Select 3 answers
A.Virtual private network (VPN) for remote network access.
B.Data loss prevention (DLP) to prevent data exfiltration.
C.Single sign-on (SSO) for simplified authentication.
D.Privileged access management (PAM) for managing administrative accounts.
E.Role-based access control (RBAC) for assigning permissions based on job roles.
AnswersC, D, E

Single sign-on (SSO) centralizes authentication and is a core IAM component.

Why this answer

The core components of an IAM system focus on managing digital identities and controlling access to resources. Single sign-on (SSO) simplifies authentication by allowing users to log in once and access multiple applications. Privileged access management (PAM) secures administrative accounts with elevated privileges.

Role-based access control (RBAC) assigns permissions based on job roles, ensuring users have only necessary access. VPN and DLP are security controls but are not core IAM components; VPN provides network access, and DLP prevents data loss, neither directly manages identities or access rights.

Exam trap

ISACA often tests the distinction between infrastructure security tools (VPN, DLP) and core IAM functions (authentication, authorization, administration). The trap is confusing network-level or data-level controls with identity-centric components that directly manage user access rights and authentication workflows.

263
MCQmedium

An organization is considering outsourcing its IT infrastructure management. Which of the following is the MOST important factor to include in the service level agreement (SLA)?

A.Definition of key performance indicators (KPIs) and reporting frequency.
B.List of hardware and software to be managed.
C.Staffing levels and qualifications of vendor personnel.
D.Price reduction clauses for non-compliance.
AnswerA

KPIs provide objective measures for performance evaluation.

Why this answer

Key performance indicators (KPIs) and reporting frequency are essential to define measurable performance standards and enable ongoing monitoring of vendor compliance. Without clear KPIs and regular reporting, the organization cannot effectively assess whether the vendor is meeting service levels. While B (list of hardware/software) is a necessary operational detail, C (staffing) and D (penalty clauses) are secondary; the SLA must first establish how performance will be measured and reported.

264
MCQeasy

An organization's mobile device management (MDM) policy requires that all corporate data on employee-owned smartphones be protected. Which control best ensures that corporate data can be remotely wiped without affecting personal data?

A.Disabling the ability to copy/paste between corporate and personal apps
B.Implementing a containerization solution that separates work and personal profiles
C.Requiring a strong password and biometric authentication
D.Enforcing a full device encryption policy
AnswerB

Containerization enables selective wipe of corporate data.

Why this answer

Containerization (also known as dual-persona or sandboxing) creates a separate, encrypted container on the device for corporate apps and data. This allows the MDM to issue a selective wipe command that destroys only the container and its contents, leaving the user's personal apps, photos, and settings untouched. Without containerization, a remote wipe would typically erase the entire device, including all personal data.

Exam trap

The trap here is that candidates often confuse 'full device encryption' (Option D) with selective wipe capability, assuming encryption alone allows granular data removal, when in fact encryption without containerization still requires wiping the entire encrypted volume.

How to eliminate wrong answers

Option A is wrong because disabling copy/paste between corporate and personal apps prevents data leakage but does not enable selective remote wipe; it is a data loss prevention (DLP) control, not a wipe mechanism. Option C is wrong because requiring a strong password and biometric authentication controls device access but has no effect on the scope of a remote wipe; it is an authentication control, not a data separation or wipe control. Option D is wrong because enforcing full device encryption protects data at rest but does not differentiate between corporate and personal data; a remote wipe under full encryption would still erase the entire device, including personal data.

265
Multi-Selecteasy

An IT governance framework should include which TWO key components? (Select exactly two.)

Select 2 answers
A.User training
B.Vendor lock-in
C.Strategic alignment
D.Network firewall rules
E.Performance measurement
AnswersC, E

Aligns IT with business objectives.

Why this answer

Strategic alignment ensures IT supports business goals; performance measurement tracks achievement. Network firewall rules, user training, and vendor lock-in are operational or tactical, not core governance components.

266
MCQmedium

An organization experiences a ransomware attack that encrypts critical files. Which of the following is the BEST recovery strategy to minimize data loss?

A.Disconnect the network and rebuild systems from scratch
B.Pay the ransom to decrypt files
C.Restore from offline backups taken before the attack
D.Use system restore points on the same network
AnswerC

Offline backups (e.g., tape or immutable cloud) are not accessible to ransomware, enabling clean recovery.

Why this answer

Restoring from offline backups taken before the attack ensures that the recovered data is clean and free from encryption, as the ransomware cannot modify backups that are not connected to the network. This strategy minimizes data loss by reverting to the most recent known-good state without relying on potentially compromised or incomplete system restore points.

Exam trap

The trap here is that candidates may choose Option D (system restore points) because they seem convenient and built-in, but they fail to realize that ransomware specifically targets and deletes these snapshots, making them unreliable for recovery.

How to eliminate wrong answers

Option A is wrong because rebuilding systems from scratch without backups results in complete data loss, as no user or application data is preserved. Option B is wrong because paying the ransom does not guarantee decryption, encourages further attacks, and may leave backdoors or incomplete file recovery. Option D is wrong because system restore points on the same network are often encrypted by the ransomware, as they reside on accessible storage, and they typically only restore system files, not user data.

267
MCQeasy

Which of the following evidence types involves the auditor independently performing a control procedure to verify its effectiveness?

A.Inspection
B.Observation
C.Inquiry
D.Re-performance
AnswerD

Re-performance is the independent execution of a control.

Why this answer

Re-performance is when the auditor independently executes a control to confirm it operates as designed.

268
MCQmedium

An IS auditor is testing a control that requires two approvals for purchase orders over $10,000. The auditor selects a sample of 50 purchase orders from the population of 500. Using statistical sampling, the auditor finds 2 deviations. The tolerable deviation rate is 5%. What should the auditor conclude?

A.The control is effective as the sample deviation rate is below the tolerable rate.
B.The auditor should increase the sample size to reduce sampling risk.
C.The control is ineffective because deviations were found.
D.The auditor should conclude that the control is ineffective and report a deficiency.
AnswerA

The sample deviation rate of 4% is below the tolerable rate of 5%, indicating the control is effective.

Why this answer

The sample deviation rate of 4% (2 out of 50) is below the tolerable deviation rate of 5%. Therefore, the control is considered effective based on the sample evidence. The auditor does not need to increase the sample size unless the deviation rate is close to the tolerable rate or other risk factors exist.

In this case, the control can be relied upon as designed.

Exam trap

A common trap is to believe that any deviation indicates control failure, but the conclusion depends on whether the sample deviation rate exceeds the tolerable rate.

269
MCQeasy

An organization wants to ensure that data is not retained longer than necessary. Which of the following is the BEST control to implement?

A.Encrypt all data at rest
B.Implement a backup retention policy
C.Use role-based access controls
D.Define and enforce data retention schedules
AnswerD

Retention schedules ensure data is deleted when no longer needed.

Why this answer

Defining and enforcing data retention schedules directly addresses the requirement to not retain data longer than necessary by specifying precise timeframes for data deletion or archival. This control ensures compliance with legal, regulatory, and business needs by automating the lifecycle management of data, such as through expiration policies in object storage (e.g., S3 Lifecycle rules) or database TTL (time-to-live) settings. Without such schedules, data may persist indefinitely, increasing storage costs and regulatory risk.

Exam trap

The trap here is that candidates confuse data retention (how long data is kept) with data protection mechanisms like encryption or access control, or they mistakenly think backup retention policies are sufficient for primary data lifecycle management.

How to eliminate wrong answers

Option A is wrong because encrypting data at rest protects confidentiality but does not control how long data is stored; it can even hinder deletion if encryption keys are not properly managed. Option B is wrong because a backup retention policy governs copies of data for recovery purposes, not the primary data itself; it may inadvertently retain data longer than necessary if not aligned with the primary retention schedule. Option C is wrong because role-based access controls (RBAC) restrict who can access or modify data but do not enforce time-based deletion or retention limits.

270
MCQeasy

An organization has a policy requiring all employees to complete annual information security awareness training. Which of the following is the BEST way to verify compliance with this policy?

A.Conduct phishing simulation tests
B.Survey employees about their satisfaction with training
C.Interview HR about training content
D.Review training completion records from the learning management system
AnswerD

Records provide direct evidence of completion.

Why this answer

Reviewing training completion records directly confirms that employees have completed the required annual information security awareness training. Option A (phishing simulation tests) evaluates susceptibility to phishing but does not verify training completion. Option B (surveying satisfaction) measures perception, not compliance.

Option C (interviewing HR about content) does not provide evidence of individual completion.

271
MCQmedium

An auditor is reviewing IT asset management processes. The auditor finds that several servers running an older operating system are still in production, even though the vendor has ended support. What is the primary risk associated with this finding?

A.Lack of vendor support and security patches
B.Non-compliance with software licensing
C.Incompatibility with new hardware
D.Increased licensing costs
AnswerA

Without patches, systems are exposed to known vulnerabilities.

Why this answer

Unsupported software no longer receives security patches, making the systems vulnerable to exploitation.

272
MCQmedium

An organization has implemented a clean desk policy. Which of the following is the BEST audit procedure to verify compliance?

A.Reviewing security camera footage of office areas
B.Reviewing the policy document and employee acknowledgments
C.Interviewing employees about the policy
D.Conducting unannounced inspections of workstations
AnswerD

Unannounced inspections reveal actual adherence to the policy.

Why this answer

Surprise walkthroughs provide a realistic view of daily compliance, unlike scheduled inspections.

273
MCQhard

During a review of firewall rule sets, an IS auditor identifies a rule that allows 'any-any' traffic from an internal subnet to the DMZ. The rule was implemented six months ago based on a business request that has since been completed. The firewall administrator explains that the rule was kept for convenience. Which of the following is the BEST audit recommendation?

A.Conduct a penetration test to assess the risk
B.Remove the rule immediately and verify no impact
C.Document the rule with a risk acceptance signed by management
D.Modify the rule to allow only specific ports and protocols
AnswerB

Since the business request is completed, the rule should be removed to reduce risk.

Why this answer

Keeping a rule after the business need has ended violates the principle of least privilege. The best recommendation is to remove the rule immediately, as retaining it increases risk without justification.

274
Multi-Selecteasy

An IS auditor is assessing the vendor management process. Which TWO are key controls for managing third-party risk?

Select 2 answers
A.Requiring vendors to disclose all subcontractors.
B.Including right-to-audit clauses in contracts.
C.Regularly monitoring service level agreements (SLAs).
D.Developing an exit strategy for each vendor.
E.Performing vendor due diligence before contract signing.
AnswersB, C

Allows the organization to audit the vendor's controls.

Why this answer

Including right-to-audit clauses in contracts is a key control for managing third-party risk because it grants the IS auditor or the organization the contractual authority to independently verify the vendor's security controls, data handling practices, and compliance with policies. This clause ensures ongoing oversight beyond initial due diligence, allowing for on-site inspections or reviews of the vendor's systems and processes, which is critical for detecting control failures or unauthorized changes that could impact the organization's data.

Exam trap

The trap here is that candidates often confuse pre-contract due diligence (Option E) with ongoing risk management controls, but the CISA exam emphasizes that key controls for managing third-party risk must include contractual mechanisms like right-to-audit and continuous monitoring of SLAs, not just initial assessments.

275
MCQhard

A large financial institution is implementing a new core banking system to replace a legacy system. The project has been underway for 18 months and is behind schedule. User acceptance testing (UAT) has revealed significant data integrity issues, including missing customer records and incorrect interest calculations. The project manager, under pressure from senior management to meet a regulatory deadline, proposes going live with a promise to fix the issues in a post-implementation phase. The development team has been making ad hoc code changes directly in the test environment without version control or proper testing. Additionally, the IS auditor discovers that the business requirements were never formally signed off by the user community; only verbal approvals were obtained. The project has consumed 90% of the budget but only 60% of the functionality is tested. Which of the following is the BEST course of action for the IS auditor to recommend?

A.Allow the go-live with a formal post-implementation support plan and a dedicated team to address defects.
B.Recommend halting the go-live until the business requirements are formally signed off and UAT is completed successfully with all critical defects resolved.
C.Suggest a phased go-live, releasing the tested modules to production while continuing development on the remaining modules.
D.Escalate the issues to the board of directors and recommend immediate termination of the project.
AnswerB

This addresses root causes: lack of formal sign-off and unresolved defects, ensuring a controlled implementation.

Why this answer

The project lacks formal sign-off on business requirements, has unresolved critical data integrity issues, and has been making uncontrolled code changes without version control. Going live under these conditions would violate ISACA's IS acquisition and implementation standards, which require that all critical defects be resolved and UAT be successfully completed before production deployment. The regulatory deadline does not justify bypassing these fundamental controls, as post-implementation fixes cannot guarantee data integrity and could lead to regulatory penalties.

Exam trap

The trap here is that candidates may choose Option A because they think a post-implementation support plan is a pragmatic compromise, but the CISA exam emphasizes that going live with unresolved critical defects and uncontrolled code changes violates fundamental SDLC controls and ISACA's IS acquisition and implementation standards.

How to eliminate wrong answers

Option A is wrong because allowing go-live with a post-implementation support plan ignores the fact that the project has already consumed 90% of the budget with only 60% functionality tested, and the ad hoc code changes without version control indicate a lack of configuration management that would likely cause more defects in production. Option C is wrong because a phased go-live assumes that some modules are fully tested and stable, but the UAT has revealed systemic data integrity issues (missing records, incorrect interest calculations) that affect the entire system, not just untested modules, and the lack of formal requirements sign-off means even tested modules may not meet user needs. Option D is wrong because immediate termination is too drastic given that the project is 60% tested and the regulatory deadline is a real constraint; the auditor should first recommend corrective actions (formal sign-off, controlled testing, defect resolution) before considering termination.

276
MCQeasy

Which of the following is the BEST indicator of the effectiveness of a security awareness program?

A.Reduction in the number of successful phishing attacks.
B.Positive feedback from employees about the training.
C.Number of employees who completed the training.
D.Average test scores on post-training assessments.
AnswerA

This directly measures improved security behavior.

Why this answer

A decrease in successful phishing attacks demonstrates behavioral change.

277
Multi-Selecthard

Which TWO of the following are indicators of poor project governance that an IS auditor should identify?

Select 2 answers
A.Scope changes are frequently requested and approved verbally.
B.Project progress reports are inconsistent and lack key metrics.
C.Project team uses an agile methodology.
D.Project status meetings are held weekly.
E.The project budget is reallocated across phases.
AnswersA, B

Lack of formal change control leads to scope creep.

Why this answer

Verbal approval of scope changes bypasses formal change control processes, leading to undocumented scope creep, loss of audit trail, and increased risk of project failure. An IS auditor should identify this as a governance weakness because it violates the principle of documented authorization and traceability required for effective project oversight.

Exam trap

The trap here is that candidates may confuse agile methodology with poor governance, but agile includes its own governance mechanisms (e.g., sprint reviews, backlog grooming, definition of done) that, when followed, do not indicate weak oversight.

278
Multi-Selecthard

An organization uses a cloud service provider (CSP) for critical applications. The IS auditor is reviewing the contract for vendor concentration risk. Which TWO clauses are MOST relevant to mitigating this risk?

Select 2 answers
A.A clause requiring the CSP to disclose and obtain approval for any subcontractors.
B.A service level agreement (SLA) with financial penalties for non-performance.
C.A data encryption clause requiring encryption at rest and in transit.
D.An exit strategy clause that defines transition assistance and data extraction procedures.
E.A right-to-audit clause allowing the organization to audit the CSP.
AnswersA, D

Helps manage fourth-party risk that could increase concentration.

Why this answer

Vendor concentration risk is the risk of over-reliance on a single vendor. An exit strategy clause ensures the ability to transition away, and a subcontracting controls clause (fourth-party risk) addresses the CSP's use of other vendors that could increase concentration. SLA monitoring is important but not directly for concentration; right-to-audit is a general control; data encryption is about security.

279
Multi-Selecteasy

Which TWO of the following are benefits of implementing an IT governance framework?

Select 2 answers
A.Improved risk management and mitigation
B.Reduction in IT staff headcount
C.Enhanced regulatory compliance
D.Reduced IT operational costs
E.Elimination of all IT project failures
AnswersA, C

Frameworks like COBIT emphasize risk management.

Why this answer

Implementing an IT governance framework, such as COBIT or ISO/IEC 38500, establishes structured policies, procedures, and controls that directly improve risk management and mitigation. By defining clear roles, accountability, and risk appetite, the framework ensures that risks are systematically identified, assessed, and treated, rather than being managed ad hoc. This aligns IT strategy with business objectives and embeds risk management into daily operations.

Exam trap

The trap here is that candidates often confuse the benefits of an IT governance framework with operational cost-cutting or headcount reduction, when in fact the framework's core value is in aligning IT with business goals, improving risk management, and ensuring compliance, not in directly reducing expenses or eliminating failures.

280
MCQmedium

An IS auditor is reviewing the firewall rule base. Which of the following findings would be of MOST concern?

A.A rule that has not been reviewed for 18 months
B.A rule that permits traffic from a specific IP to a database server on port 1433
C.A rule that allows any source IP to access a critical server on port 443
D.A rule that allows any service from the Internet to the internal network
AnswerD

This is a classic any-any rule that bypasses security.

Why this answer

An allow rule from any to any (any-any) is overly permissive and poses a significant security risk. The other options are also problems but are less severe than a wide-open rule.

281
MCQhard

A company's endpoint protection solution alerts on a file that is digitally signed by a trusted software vendor but exhibits malicious behavior on execution. What type of threat does this scenario most likely depict?

A.A Trojan horse disguised as legitimate software.
B.Signed malware, indicating the certificate may have been compromised.
C.A zero-day exploit targeting an unpatched vulnerability.
D.A fileless attack that never writes to disk.
AnswerB

The file has a trusted digital signature but performs malicious actions, suggesting the signing key was stolen or misused.

Why this answer

The scenario describes a file that is digitally signed by a trusted vendor yet exhibits malicious behavior. This is the classic definition of signed malware, where the digital certificate used to sign the file has likely been stolen, misused, or issued fraudulently. The trusted signature bypasses reputation-based and allowlist controls, making the threat particularly dangerous because the file appears legitimate to security tools that trust the vendor's certificate.

Exam trap

The trap here is that candidates confuse 'signed malware' with a 'Trojan horse,' but the critical differentiator is the presence of a valid digital signature from a trusted vendor, which is not inherent to Trojans and is the specific mechanism that makes this threat unique.

How to eliminate wrong answers

Option A is wrong because a Trojan horse is malware that disguises itself as a legitimate program, but it does not necessarily carry a valid digital signature from a trusted vendor; the key detail here is the presence of a trusted digital signature, which is not a requirement for a Trojan. Option C is wrong because a zero-day exploit targets an unpatched vulnerability in software or the OS, not a signed file; the threat is not about exploiting a vulnerability but about abusing a trusted certificate to bypass security controls. Option D is wrong because a fileless attack operates in memory without writing files to disk, whereas this scenario explicitly involves a file that is alerted on by endpoint protection, meaning it exists on disk and is signed.

282
MCQmedium

Refer to the exhibit. An application log shows an error. What is the MOST likely cause of this error?

A.The database server is offline
B.The user does not have insert privileges
C.The data type of the username field is incorrect
D.A duplicate username was inserted into the USERS table
AnswerD

Unique constraint violation indicates duplicate value.

Why this answer

The error message 'Duplicate entry 'admin' for key 'PRIMARY'' indicates a violation of the PRIMARY KEY constraint on the USERS table. Since the username field is the primary key, inserting a second row with the same username (e.g., 'admin') causes MySQL to reject the INSERT operation with error code 1062. This is a unique constraint violation, not a connectivity or privilege issue.

Exam trap

The trap here is that candidates may confuse a duplicate key error with a privilege or connectivity issue, but the specific error code 1062 and the phrase 'Duplicate entry' directly point to a unique constraint violation, not a server or permission problem.

How to eliminate wrong answers

Option A is wrong because a database server being offline would produce a connection timeout or 'Can't connect to MySQL server' error (e.g., error 2003), not a duplicate key error. Option B is wrong because insufficient INSERT privileges would generate an 'Access denied for user' error (e.g., error 1142), not a duplicate entry error. Option C is wrong because an incorrect data type for the username field would cause a type mismatch or truncation error (e.g., error 1366 or 1406), not a duplicate key violation.

283
MCQmedium

An IS auditor is assessing an ERP implementation. Which of the following control concerns is MOST likely to arise from segregation of duties conflicts?

A.Data migration errors
B.Inadequate system performance
C.Integration complexity
D.Unauthorized transactions or fraud
AnswerD

Conflicting roles can allow a user to initiate and approve transactions.

Why this answer

ERP systems often combine roles that were separate in legacy systems, increasing risk of fraud.

284
MCQmedium

An organization uses role-based access control (RBAC). An employee is transferred to a new department. According to best practices, what should be done regarding the employee's access rights?

A.Remove access to the previous department's resources after a grace period.
B.Keep all access but log usage.
C.Immediately revoke all previous access and assign new role permissions.
D.Keep previous access and grant new role permissions.
AnswerC

Correct. This follows least privilege and prevents unauthorized access during transition.

Why this answer

RBAC mandates that access rights are strictly tied to job functions. When an employee changes departments, their previous role permissions are no longer applicable and must be immediately revoked to prevent unauthorized access, while new role permissions are granted to align with their new responsibilities. This follows the principle of least privilege and ensures that access rights are always current with the employee's role.

Exam trap

The trap here is that candidates may think a grace period or logging is acceptable, but CISA emphasizes immediate revocation to maintain least privilege and prevent unauthorized access during role transitions.

How to eliminate wrong answers

Option A is wrong because a grace period introduces a window of unauthorized access, violating the principle of least privilege and RBAC's requirement for immediate role alignment. Option B is wrong because keeping all access with logging does not prevent the employee from accessing resources they no longer need, which is a security risk and non-compliant with RBAC's role-based assignment. Option D is wrong because retaining previous access while granting new permissions results in excessive privileges, violating the segregation of duties and least privilege principles.

285
MCQmedium

A company is developing a mobile application that processes credit card payments. During the testing phase, which of the following types of testing is MOST critical to ensure security?

A.Interface testing.
B.Usability testing.
C.Penetration testing.
D.Regression testing.
AnswerC

Penetration testing identifies exploitable security weaknesses.

Why this answer

Penetration testing is the most critical testing type for a mobile application processing credit card payments because it simulates real-world attacks to identify exploitable vulnerabilities in the payment data flow, authentication mechanisms, and API endpoints. This directly addresses PCI DSS requirements for security testing of cardholder data environments, unlike other testing types that focus on functionality or user experience.

Exam trap

The trap here is that candidates confuse 'regression testing' or 'interface testing' with security validation, overlooking that only penetration testing actively attempts to exploit vulnerabilities in the payment processing logic and data handling.

How to eliminate wrong answers

Option A is wrong because interface testing verifies correct data exchange between system components (e.g., API request/response formats) but does not actively probe for security weaknesses like SQL injection or insecure direct object references. Option B is wrong because usability testing evaluates user experience and workflow efficiency, not the security of payment data transmission or storage. Option D is wrong because regression testing ensures new code changes do not break existing functionality, but it does not include adversarial testing to uncover new vulnerabilities introduced in the payment processing logic.

286
MCQhard

An IS auditor is assessing audit risk for a payroll system. The inherent risk is assessed as moderate, control risk as high due to weak segregation of duties, and detection risk is set at low because of extensive substantive testing. What is the impact on overall audit risk?

A.Cannot be determined without more information
B.Low because detection risk is low
C.Very low because all risks are low
D.Moderate to high
AnswerD

High control risk offsets low detection risk.

Why this answer

Audit risk = inherent risk × control risk × detection risk. With high control risk and low detection risk, audit risk is moderate to high.

287
Multi-Selecthard

Which THREE of the following are key components of an effective information security awareness program? (Choose three.)

Select 3 answers
A.Phishing simulation exercises
B.Reward program for reporting incidents
C.Annual one-time training for all employees
D.Support from top management
E.Regularly scheduled training sessions on security policies
AnswersA, D, E

Simulations test and improve behavior.

Why this answer

Phishing simulation exercises are a key component of an effective information security awareness program because they provide hands-on, practical experience in identifying and responding to real-world phishing attempts. By simulating attacks, organizations can measure employee susceptibility, reinforce training, and reduce the risk of successful social engineering attacks. This proactive approach helps build a security-conscious culture and directly addresses the human factor in cybersecurity.

Exam trap

The trap here is that candidates may confuse a reward program for reporting incidents as a core component of awareness, when in fact it is a supplementary measure, not a foundational element like management support or regular training.

288
MCQeasy

An organization is implementing a new incident management process aligned with ITIL. The IT team discovers a critical system is down, affecting all users. According to ITIL, what severity level should be assigned to this incident?

A.P1
B.P3
C.P2
D.P4
AnswerA

P1 incidents are critical and require immediate response.

Why this answer

A P1 (Priority 1) incident is the highest severity, typically involving a critical system outage that affects all users or major business operations.

289
Multi-Selectmedium

Which TWO of the following are important controls for managing cloud resources to prevent cost overruns? (Select TWO).

Select 2 answers
A.Conducting vulnerability scans on cloud instances
B.Automated resource tagging
C.Using multi-factor authentication for cloud access
D.Implementing encryption for data at rest
E.Regular detection and removal of orphaned resources
AnswersB, E

Tagging enables cost allocation and tracking.

Why this answer

Resource tagging helps allocate costs and track usage. Detecting orphaned resources (e.g., unused instances) prevents unnecessary charges. These are key cloud cost management controls.

290
MCQmedium

An IS auditor is reviewing the key management program for an organization's encryption systems. Which of the following is the MOST critical control to ensure the security of encryption keys?

A.Storing keys on hardware security modules (HSMs)
B.Using strong encryption algorithms
C.Ensuring keys are backed up
D.Implementing key rotation at defined intervals
AnswerD

Rotating keys reduces the window of exposure if a key is compromised.

Why this answer

Regular key rotation limits the amount of data compromised if a key is exposed.

291
MCQeasy

A company is implementing a new IT governance framework. Which of the following is the PRIMARY benefit of aligning IT strategy with business strategy?

A.Simplifies IT architecture
B.Improves IT staff morale
C.Ensures IT investments support business objectives
D.Reduces IT costs
AnswerC

This is the core purpose of alignment: IT enables business goals.

Why this answer

Aligning IT strategy with business strategy ensures that IT investments support business objectives, delivering value and reducing waste. Reducing costs, improving morale, or simplifying architecture are secondary benefits.

292
MCQhard

During a post-implementation review, an IS auditor identifies that the system's actual transaction processing time is significantly higher than the benchmark specified in the service level agreement (SLA). The vendor claims it is due to inadequate network bandwidth provided by the client. What should the auditor do first?

A.Review the SLA to determine responsibility for network performance
B.Recommend increasing network bandwidth
C.Escalate the issue to senior management
D.Perform independent performance testing
AnswerA

The SLA should specify who is responsible for network bandwidth.

Why this answer

The SLA should define responsibilities for network performance. The auditor should first review the SLA to determine who is responsible. Option B is incorrect because recommending bandwidth increase without verifying responsibility is premature.

Option C is incorrect because escalation to senior management is not the first step; review of SLA should occur first. Option D is incorrect because independent performance testing may be unnecessary if the SLA clarifies responsibility.

293
Multi-Selectmedium

Which TWO of the following are recommended practices for aligning IT strategy with business goals, according to COBIT 2019?

Select 2 answers
A.Implementing a continuous monitoring system for IT operational metrics
B.Conducting monthly IT steering committee meetings to review project status
C.Adopting a governance framework that covers all IT-related activities and stakeholder needs
D.Defining IT investment portfolios based on business value contribution
E.Using agile development methodologies for all IT projects
AnswersC, D

Correct. A holistic governance framework like COBIT 2019 ensures alignment.

Why this answer

COBIT 2019 explicitly requires a governance framework that covers all IT-related activities and stakeholder needs to ensure alignment with business goals. This framework integrates enterprise governance principles, such as the Governance System and Governance Framework components, to bridge IT and business strategy through policies, structures, and processes.

Exam trap

The trap here is that candidates confuse operational or tactical activities (like monitoring metrics or project reviews) with strategic governance practices, which COBIT 2019 defines as framework-level alignment, not day-to-day management tasks.

294
Multi-Selecthard

An IS auditor is evaluating the release management process for a software application. Which TWO are essential components of a successful release plan?

Select 2 answers
A.A testing strategy that includes unit, integration, and user acceptance testing.
B.Automated deployment scripts to minimize manual errors.
C.A post-implementation review scheduled for 30 days after release.
D.A detailed rollback plan in case of deployment failure.
E.A communication plan to notify all stakeholders of the release schedule.
AnswersA, D

Essential to validate the release before production deployment.

Why this answer

A release plan should include a rollback plan (to revert if issues arise) and a testing strategy (to validate the release). Deployment automation is beneficial but not always essential; communication plan is important but secondary to technical components; post-implementation review is after the release.

295
MCQhard

Which of the following best describes audit risk in the context of an IS audit?

A.Risk that a material misstatement exists.
B.Inherent risk × Control risk × Detection risk
C.Risk that the auditor will issue an incorrect opinion.
D.Risk that controls will not prevent or detect errors.
AnswerC

Correct: This is the standard definition of audit risk.

Why this answer

Audit risk is defined as the risk that the auditor will issue an incorrect opinion (option C). Option B represents the audit risk model (Inherent risk × Control risk × Detection risk), which is a formula for assessing audit risk, not the definition itself. Therefore, C is the best description.

296
MCQhard

A multinational corporation is implementing a new enterprise resource planning (ERP) system across multiple regions. The project uses a phased roll-out. After the first phase in Asia, the system experiences intermittent synchronization errors between the central database and regional servers. The IT team suspects network latency but cannot reproduce the issue consistently. The project sponsor wants to proceed with the next phase in Europe to avoid further delays. The IS auditor is performing a post-implementation review. What is the MOST appropriate recommendation?

A.Proceed with the European roll-out and monitor for similar issues.
B.Switch to a different ERP vendor that offers better cloud capabilities.
C.Conduct a thorough root cause analysis of the synchronization issue before any further roll-out.
D.Document the synchronization error as a known issue and accept the operational risk.
AnswerC

Prevent recurrence and identify systemic issues.

Why this answer

The intermittent synchronization errors indicate a potential data integrity or consistency issue that must be fully understood before expanding the system's footprint. Proceeding without root cause analysis risks propagating the defect to the European phase, which could lead to widespread data corruption, increased remediation costs, and regulatory non-compliance. A thorough root cause analysis (e.g., examining network latency, transaction log replication, or database conflict resolution) is essential to ensure the ERP's distributed architecture is reliable.

Exam trap

The trap here is that candidates may choose Option A (proceed and monitor) because it seems pragmatic and avoids project delays, but the CISA exam emphasizes that unresolved control weaknesses in a post-implementation review must be addressed before expanding the system to prevent cascading failures.

How to eliminate wrong answers

Option A is wrong because proceeding with the European roll-out while only monitoring for similar issues ignores the fundamental need to resolve the existing synchronization defect; it assumes the problem is isolated to Asia, but the same network latency or configuration flaw could affect Europe. Option B is wrong because switching to a different ERP vendor is a drastic, costly, and premature response that does not address the specific technical root cause (e.g., network latency, replication protocol misconfiguration, or timeout settings) and introduces new integration risks. Option D is wrong because documenting the error as a known issue and accepting operational risk violates the principle of preventing data integrity failures; synchronization errors can cause inconsistent data across regions, leading to financial reporting errors or transaction failures, which are unacceptable in a post-implementation review.

297
MCQeasy

An organization has a policy that requires all employees to undergo annual security awareness training. This is an example of which type of document in the policy hierarchy?

A.Work instruction
B.Standard
C.Guideline
D.Procedure
AnswerB

A standard is a mandatory requirement derived from a policy. This requirement for annual training is a standard.

Why this answer

The requirement that all employees undergo annual security awareness training is a mandatory directive. In the policy hierarchy, a policy is a high-level statement, while standards translate policies into specific mandatory requirements. This requirement is not a step-by-step procedure but a compulsory condition, making it a standard.

298
MCQeasy

A small business wants to protect customer data collected through its e-commerce website. Which control is most appropriate for protecting the data at rest and in transit?

A.Implement a network firewall to block unauthorized access.
B.Perform regular backups of the database to ensure data availability.
C.Deploy an intrusion detection system (IDS) to monitor for threats.
D.Use encryption for data at rest and in transit.
AnswerD

Encryption directly protects data confidentiality by making it unreadable without the decryption key, applicable both at rest and in transit.

Why this answer

Encryption is the only control that directly protects the confidentiality and integrity of data both at rest (e.g., AES-256 for database files) and in transit (e.g., TLS 1.3 for HTTPS). It renders data unreadable without the proper decryption key, ensuring that even if storage media or network traffic is intercepted, the customer data remains secure.

Exam trap

The trap here is that candidates often confuse preventive controls like firewalls or IDS with data protection mechanisms, failing to recognize that encryption is the only direct safeguard for data confidentiality both at rest and in transit.

How to eliminate wrong answers

Option A is wrong because a network firewall controls access at the network layer but does not protect data at rest (e.g., stored database files) or data in transit from eavesdropping or decryption after interception. Option B is wrong because regular backups ensure data availability and recovery, not confidentiality or integrity; backups themselves must be encrypted to protect data at rest. Option C is wrong because an IDS monitors and alerts on suspicious activity but does not prevent data exposure; it cannot encrypt data or protect it from being read if intercepted.

299
Multi-Selecteasy

During an audit of physical security, the IS auditor observes that employees frequently leave confidential documents on their desks overnight. Which TWO controls should the auditor recommend?

Select 2 answers
A.Deploy additional CCTV cameras
B.Conduct security awareness training
C.Implement a clean desk policy
D.Implement a visitor management system
E.Install motion detectors
AnswersB, C

Training reinforces the policy and its importance.

Why this answer

A clean desk policy requires employees to secure documents at end of day, and a security awareness program reminds them of the policy and consequences.

300
MCQhard

During the user acceptance testing (UAT) phase of a new financial application, the business users report that the system calculates interest incorrectly for certain loan types. The project manager wants to fix this quickly. Which of the following is the BEST course of action?

A.Instruct the business to work around the issue until the next release
B.Authorize the development team to fix the bug immediately and re-deploy
C.Roll back to the previous version of the application
D.Log the defect and perform impact analysis before approving a fix
AnswerD

Ensures proper change management.

Why this answer

In the UAT phase, any defect must be formally logged and subjected to impact analysis before a fix is approved. This ensures that the proposed change does not introduce new risks, break other functionality, or violate regulatory compliance—critical for a financial application handling interest calculations. Skipping this process could lead to cascading failures or audit findings.

Exam trap

The trap here is that candidates often choose Option B (immediate fix) because it seems efficient, but CISA emphasizes that any change during UAT must follow a controlled process to avoid introducing new risks, especially in financial systems where accuracy and auditability are paramount.

How to eliminate wrong answers

Option A is wrong because instructing business users to work around a calculation error in a financial application is unacceptable; it risks financial misstatements and violates internal control requirements. Option B is wrong because authorizing an immediate fix without impact analysis bypasses change management controls, potentially destabilizing the application and introducing new defects. Option C is wrong because rolling back to a previous version may not resolve the interest calculation issue (it could have existed before) and would discard any other validated changes, causing regression without proper analysis.

Page 3

Page 4 of 14

Page 5