Role-based access control (RBAC) differs from discretionary access control (DAC) in that RBAC:
Opening subject page...
Loading your content
CPA Isc Quiz
Practice Assess Logical And Physical Access Controls in CPA Isc with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
Role-based access control (RBAC) differs from discretionary access control (DAC) in that RBAC:
This quiz focuses on Assess Logical And Physical Access Controls, 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.
Role-based access control (RBAC) differs from discretionary access control (DAC) in that RBAC:
Explanation: RBAC assigns permissions to roles (job functions) and users are assigned to roles, simplifying access management at scale. DAC allows resource owners to control access. Answer C is correct. Data owner discretion (A) describes DAC. Sensitivity labels (B) describe mandatory access control (MAC). User-defined access levels (D) also describe DAC.
During an IT audit, an auditor finds that a former employee's active directory account was not disabled after termination three months ago. This represents a failure of which control?
Explanation: Failure to disable a terminated employee's account is a deprovisioning control failure - a significant risk because the former employee retains access to systems and data. Answer A is correct. Encryption (B) and physical badge return (C) are separate controls. Change management (D) is unrelated to identity lifecycle.
Which of the following physical controls provides the strongest protection for a data center against unauthorized entry?
Explanation: A mantrap with biometric verification is the strongest preventive physical control - it stops tailgating, requires individual identity verification, and physically prevents unauthorized entry. Answer D is correct. Security cameras (A) and sign-in logs (B) are detective controls. A security guard (C) is a human preventive control but is less reliable than an automated biometric mantrap.
An organization allows all employees to access the company's financial reporting system with full read/write privileges, regardless of their job function. The most significant risk of this access configuration is:
Explanation: Unrestricted access to financial systems violates least privilege and segregation of duties, enabling unauthorized modification of financial data by employees with no legitimate need for that access. Answer C is correct. Performance (A), user capacity (B), and log storage (D) are operational concerns, not the primary risk.
A company implements 'single sign-on' (SSO) technology for all its enterprise applications. Which of the following is the primary security consideration that must be addressed with SSO?
Explanation: SSO centralizes authentication, so a compromised SSO credential gives an attacker access to every connected application. This makes robust MFA and monitoring of SSO accounts critically important. Answer D is correct. SSO requires no database schema alignment (A). SSO reduces password burden (B). SSO works with on-premises and cloud applications (C).
Which of the following physical access controls is primarily detective in nature?
Explanation: CCTV cameras record activity for later review - they detect and document security events but do not prevent unauthorized access by themselves (preventive controls do that). Answer C is correct. Biometric scanners (A), locked cabinets (B), and security guards (D) are all preventive physical controls.
Which of the following describes 'separation of duties' as it applies to logical access controls?
Explanation: Separation of duties in access control means access rights are structured so that completing high-risk transactions (e.g., creating and approving a payment) requires more than one person, reducing fraud risk. Answer D is correct. Two passwords for one system (A) is MFA. Physical redundancy (B) is availability. Screen locking (C) is a session control.
An IT auditor selects a sample of user accounts in a critical financial application and requests that the system owner confirm whether each user still requires their current level of access. This procedure tests which access control objective?
Explanation: This procedure tests whether authorized access rights remain appropriate - a core access control objective ensuring users only have access they currently need. Answer B is correct. Authentication testing (A) tests login controls. Encryption (C) and physical access (D) are separate control areas.
A company uses identity and access management (IAM) software to automate user provisioning and deprovisioning. The primary benefit of this automation is:
Explanation: IAM automation ensures that provisioning follows defined rules consistently, deprovisioning occurs immediately upon termination, and all actions are logged - reducing manual errors and orphaned accounts. Answer A is correct. Policies remain necessary to define rules (B). Self-approval violates authorization controls (C). IAM does not replace MFA (D).
Which of the following physical access controls is specifically designed to prevent 'tailgating' (piggybacking) into secured facilities?
Explanation: Tailgating - following an authorized person through a secured door - is specifically prevented by mantraps and turnstiles that physically permit only one person per authentication event. Answer D is correct. Cameras (A) detect tailgating after the fact. Sign-in logs (B) track visitors but do not prevent tailgating. Key-card doors (C) alone do not prevent one person from following another through.
An organization discovers that a privileged database administrator has been using their elevated access to read executive compensation data unrelated to their job duties. Which type of control failure does this represent?
Explanation: A DBA accessing data unrelated to their duties indicates that logical access privileges were not sufficiently restricted - least privilege was not enforced. Answer C is correct. Encryption (A) protects against external threats but not insider misuse by authorized users. Physical access (B) is unrelated. Change management (D) governs system changes, not access rights.
Which of the following represents an effective compensating control when segregation of duties cannot be fully implemented due to organizational size constraints?
Explanation: When segregation cannot be achieved, enhanced monitoring and supervisory review of the individual's transactions serve as compensating detective controls, providing oversight that mitigates the risk. Answer A is correct. Additional access (B) worsens the risk. Outsourcing (C) transfers rather than mitigates the risk. Documentation without action (D) is insufficient.
Which of the following access control models enforces access decisions based on security classifications assigned to both the subject (user) and the object (data), preventing users from accessing data classified above their clearance level?
Explanation: Mandatory access control (MAC) assigns security labels to both users (clearance levels) and data (classification levels), and the system enforces access based on these labels - users cannot access data above their clearance regardless of resource owner preferences. Answer B is correct. DAC (A) is owner-controlled. RBAC (C) is role-based. ABAC (D) uses multiple attributes but is not defined by clearance/classification labels specifically.
An auditor reviewing logical access controls finds that several system administrator accounts share generic usernames (e.g., 'admin1', 'admin2') used by multiple staff members. Which control principle is most significantly violated?
Explanation: Shared accounts destroy individual accountability - when multiple people use the same account, it is impossible to determine which individual performed a specific action, eliminating the value of audit logs. Answer B is correct. While least privilege (A) and segregation (C) may also be concerns, individual accountability is the most direct violation. Encryption (D) is unrelated.
Which of the following is the most significant risk associated with 'access creep' in an organization's IT environment?
Explanation: Access creep occurs when users retain old access rights after changing roles, accumulating excessive privileges that violate least privilege and create significant fraud risk. Periodic access reviews are the primary mitigation. Answer B is correct. Password management (A), performance (C), and license limits (D) are unrelated to access creep risk.
An access review is conducted to verify that user access rights remain appropriate. This is also known as:
Explanation: Access recertification (or entitlement review) is a periodic process where data/system owners and managers review and confirm or revoke each user's access rights to ensure continued appropriateness. Answer B is correct. Penetration testing (A) is a separate security assessment. Physical access logs (C) are unrelated. Password policy review (D) is a policy review, not an access review.
An organization's access control policy requires that access to financial systems be granted based on job role, not individual request. An employee in the marketing department requests access to the general ledger application. Under this policy, the correct action is to:
Explanation: Under least privilege and RBAC, access must be tied to job function. Marketing has no business need for the general ledger; the request should be denied. Answer A is correct. Granting access without a business need (B, C) violates least privilege. Exceptions require documented business justification and risk acceptance (D) - not applicable here since there is no legitimate need.
Which of the following is the primary purpose of privileged access management (PAM)?
Explanation: PAM solutions control and monitor privileged accounts - the highest-risk accounts in any environment - through features like just-in-time access, session recording, and credential vaulting. Answer A is correct. Providing admin access to all (B) violates least privilege. Encrypting passwords from admins (C) is not PAM's purpose. Internet restrictions (D) are web filtering controls.
The principle of 'least privilege' in logical access control requires that:
Explanation: Least privilege limits access rights to only what is necessary for a user's role, reducing the attack surface and limiting damage from compromised accounts or insider threats. Answer A is correct. Shared accounts (B) eliminate accountability. Unlimited admin access (C) violates least privilege. Password minimums (D) are an authentication control.
Which of the following best describes the difference between logical access controls and physical access controls?
Explanation: Logical access controls manage digital access (user accounts, permissions, authentication). Physical access controls manage entry to physical spaces (server rooms, buildings, equipment). Answer C is correct. Answer A reverses the definitions. Answer B incorrectly limits logical controls to databases. Answer D is incorrect - they are distinct control categories.