What this quiz covers
This quiz focuses on Evaluate Logical Access Controls And Authentication, giving you a quick way to practice the rules, question types, and explanations that matter most for CPA Isc.
An auditor evaluating logical access controls selects a sample of active user accounts in a financial system and requests confirmation from the system owner that each account is still needed and appropriately privileged. This procedure tests:
CPA Isc Quiz
Practice Evaluate Logical Access Controls And Authentication in CPA Isc with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Evaluate Logical Access Controls And Authentication, giving you a quick way to practice the rules, question types, and explanations that matter most for CPA Isc.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
An auditor evaluating logical access controls selects a sample of active user accounts in a financial system and requests confirmation from the system owner that each account is still needed and appropriately privileged. This procedure tests:
Explanation: Confirming with system owners that active accounts are still needed and appropriately privileged is a user access recertification test - directly evaluating whether access review controls are operating effectively. Answer D is correct. Password complexity (A), training completion (B), and MFA status (C) are separate control areas.
A company requires all privileged accounts (system admins, database admins) to use separate named accounts rather than sharing a single 'admin' account. The primary control objective of this requirement is:
Explanation: Named individual privileged accounts ensure that every administrative action is attributed to a specific person in audit logs, supporting accountability, forensics, and non-repudiation. Answer D is correct. Performance (A) and efficiency (B) are not the control objectives. While regulations may require named accounts (C), accountability is the fundamental security principle.
An organization implements an identity and access management (IAM) solution that automatically provisions and deprovisions user access based on HR system changes. The primary control benefit of this integration is:
Explanation: HR-IAM integration ensures access lifecycle events are processed promptly and consistently - new accounts are created immediately, terminations are actioned on the last day, and role changes update access automatically. Answer B is correct. Manual reviews remain necessary to verify appropriateness (A). IAM manages access, not password encryption (C). Policies remain necessary to define access rules (D).
An auditor testing authentication controls for a cloud-based financial application finds that MFA is not enforced for user accounts accessing the application from within the corporate network. The auditor should:
Explanation: The corporate network is not a trusted authentication factor - insider threats, compromised devices on the network, and network breaches mean MFA should be required for all access to sensitive financial applications regardless of network location. Answer D is correct. Internal network location is not a substitute for MFA (A, B, C).
A financial services company uses behavioral analytics to detect anomalous user activity (e.g., accessing unusual amounts of data, logging in from new countries). This type of control is best classified as:
Explanation: Behavioral analytics detects anomalies after access occurs - identifying suspicious patterns that may indicate compromised credentials or insider threats. This is a detective control. Answer C is correct. Behavioral analytics typically alerts rather than blocks immediately (A). It detects, not corrects (B). It is a primary detective control, not a compensating one (D).
An organization has 500 application user accounts. During an annual access review, the system owner recertifies 490 accounts as appropriate and removes 10. The auditor selects 25 accounts from the recertified 490 for testing. Which of the following would represent a significant finding in this testing?
Explanation: Terminated employee accounts that survived the recertification process represent a fundamental access review failure - the primary purpose of recertification is to identify and remove inappropriate access. Answer B is correct. Department changes (A) may require review but are not as severe. Dormant accounts (C) require attention but are lower risk. Active contractor accounts (D) may be appropriate.
Which of the following represents the most effective control for preventing unauthorized access to a financial system when an employee's credentials are stolen?
Explanation: MFA is the most effective preventive control against credential theft - even if a password is stolen, the attacker cannot authenticate without the second factor. Answer D is correct. Strong passwords (A) can still be stolen. Quarterly reviews (B) are detective controls. Training (C) reduces phishing risk but cannot prevent all credential theft.
An organization's logical access policy states that all access to production systems must be through named individual accounts with MFA. An auditor finds three service accounts with shared passwords and no MFA, used by automated processes to connect to the financial database. How should this be evaluated?
Explanation: Service accounts with weak authentication are a significant risk - if compromised, they provide persistent access to the financial database. Policy exceptions require formal documentation, risk acceptance, and compensating controls. Answer B is correct. Policy exceptions require formal treatment (A, C, D).
Which of the following represents an effective detective control over privileged user access in a financial system?
Explanation: Regular review of privileged user logs and session recordings is the primary detective control for privileged access - identifying unauthorized activities after they occur. Answer D is correct. Password rotation (A) and PAM vaulting (B) are preventive controls. CAB approval (C) is an authorization control for access grants, not ongoing activity monitoring.
A company's logical access controls are tested and found to have several significant deficiencies: terminated employees with active accounts, excessive privileged access, and no periodic access reviews. The external auditor is evaluating whether these collectively represent a material weakness. The key question is:
Explanation: Material weakness classification requires assessment of whether the aggregate of deficiencies creates a risk of material financial misstatement going undetected - the fundamental threshold question. Answer B is correct. Self-reporting (A), remediation plans (C), and prior year history (D) are relevant but secondary to the risk assessment.
An organization implements a zero-trust network architecture. From a logical access control perspective, the key principle of zero trust is:
Explanation: Zero trust replaces implicit network-based trust with continuous verification - every access request must be authenticated and authorized regardless of whether it originates inside or outside the corporate network. Answer D is correct. Network-location-based trust (A, B) is the opposite of zero trust. Single broad authentication (C) contradicts continuous verification.
An organization implements just-in-time (JIT) privileged access for system administrators. The primary benefit of JIT access is:
Explanation: JIT access minimizes standing privileged access - credentials are only active for specific tasks and time windows, dramatically reducing the risk if privileged credentials are stolen. Answer C is correct. JIT restricts, not broadens, concurrent access (A). MFA remains necessary (B). JIT is not a logging mechanism (D).
Which of the following best describes the access control principle applied when a user is granted only the permissions required to perform their specific job duties?
Explanation: Least privilege limits each user's access to only what their job requires - minimizing the attack surface and limiting damage from compromised accounts. Answer A is correct. Separation of duties (B) requires two-person involvement in transactions. Defense in depth (C) describes layered controls. Need to know (D) is similar but specifically refers to information sharing, not system access permissions.
Which of the following best describes a 'privileged access workstation' (PAW) as a security control?
Explanation: A PAW is a dedicated, highly secured device used only for privileged administrative tasks - preventing malware from standard user activities (email, web browsing) from compromising privileged sessions. Answer C is correct. All-purpose workstations (A), storage devices (B), and auto-logout workstations (D) are not PAWs.
Which of the following authentication methods provides the strongest protection against credential theft attacks such as phishing?
Explanation: FIDO2/WebAuthn hardware keys are phishing-resistant because authentication is cryptographically tied to the origin (website URL) - fake phishing sites cannot intercept the authentication. Answer D is correct. Long static passwords (A) can still be phished. SMS OTPs (B) can be intercepted via SIM swapping. Security questions (C) are easily researched.
Which of the following authentication attack types is most effectively mitigated by implementing account lockout policies?
Explanation: Account lockout policies limit the number of failed login attempts before an account is temporarily locked - directly preventing brute-force attacks that rely on rapid trial-and-error. Answer A is correct. Phishing (B) is mitigated by MFA and awareness training. Credential stuffing (C) uses valid credentials and may bypass lockouts if attempts are distributed. MITM attacks (D) are mitigated by TLS and certificate validation.
A user in the finance department transfers to the IT department. Under a least-privilege access control framework, the most appropriate action is:
Explanation: Role changes require immediate access adjustment - removing old access that is no longer needed and provisioning new access for the current role. This prevents access creep and maintains least privilege. Answer C is correct. Retaining old access (A, D) violates least privilege. Granting full IT access without review (B) violates least privilege in the other direction.
Which of the following represents the most comprehensive approach to evaluating the operating effectiveness of logical access controls?
Explanation: Comprehensive logical access control testing covers the full user lifecycle: who has access (population analysis), ongoing appropriateness (recertification), new grants, removals, and privileged account management - across the entire audit period. Answer A is correct. Policy review (B), interviews (C), and vendor reputation (D) provide design evidence but not operating effectiveness.
An auditor finds that an employee in the accounts payable department has both the ability to create new vendors in the vendor master file and to approve vendor payments. This represents:
Explanation: Combining vendor creation and payment approval in one account enables a classic vendor fraud scheme - creating a fictitious vendor and approving payments to it. This is a fundamental segregation of duties violation in logical access. Answer A is correct. Efficiency (B) does not justify the control gap. Department membership (C) does not eliminate the risk. All segregation of duties gaps require remediation or formal compensating controls (D).
Which of the following password policy requirements aligns with current NIST guidance (SP 800-63B) for organizational authentication?
Explanation: NIST SP 800-63B revised password guidance: emphasize length over complexity rules, check against breach databases, and require changes only upon compromise evidence - not arbitrary rotation. Answer C is correct. Mandatory 90-day rotation (A), strict complexity rules (B), and fixed length requirements (D) are all inconsistent with current NIST guidance.