CUPID ADMIN CAR400 ACTUAL EXAM 2026/2027
Questions and Answers | Expert-Level Certification
Preparation Complete Questions and Answers Graded
A+ Pass Guaranteed - A+ Graded
SECTION 1: USER ADMINISTRATION AND ACCESS CONTROL (23 Questions)
Q1: A CUPID administrator needs to configure access for a new IT support team that handles
both incident management and service requests. Team members require the ability to create and
update tickets, but should not have access to change management approvals or CMDB
configuration. Which of the following is the MOST efficient and secure approach to granting
these permissions?
A. Create individual user accounts and assign permissions manually to each team member
B. Create a role with incident and service request permissions and assign all team members to
this role
C. Grant all team members administrative access and restrict change management via policy
D. Clone permissions from an existing user and apply to all new team members
Correct Answer: B [CORRECT]
Rationale: Role-based access control (RBAC) is the most efficient and secure method for
managing permissions for groups with identical job functions. Option B is correct because
creating a dedicated role ensures consistent permissions, simplifies future updates, and follows
the principle of least privilege. Option A is inefficient and prone to inconsistencies. Option C
violates security best practices by granting excessive permissions. Option D propagates any
existing misconfigurations and doesn't create a manageable permission structure for the team.
Q2: During a CUPID security audit, you discover that terminated employees' accounts remain
active for an average of 30 days after departure. The organization uses Active Directory
integration with automated provisioning but manual deprovisioning. Which configuration change
would MOST effectively address this security gap?
A. Enable automatic synchronization of disabled AD accounts to CUPID every 24 hours
B. Configure real-time LDAP synchronization with immediate deprovisioning upon AD account
disablement
C. Create a daily report of active CUPID users and manually compare against HR termination
,2
lists
D. Implement a scheduled task to disable CUPID accounts that haven't logged in for 30 days
Correct Answer: B [CORRECT]
Rationale: Real-time LDAP synchronization ensures immediate revocation of access when an
employee leaves, minimizing the attack window. Option B is correct because it automates the
process and eliminates the 30-day exposure window. Option A still leaves a 24-hour vulnerability
period. Option C relies on manual processes that are error-prone and don't scale. Option D is
ineffective because terminated employees often don't attempt to log in, so their accounts would
remain active indefinitely.
Q3: A CUPID administrator is configuring delegated administration for regional IT managers.
Each manager should administer users in their region only, manage service catalog items for
their location, but NOT access global configuration settings or other regions' data. Which
permission model supports this requirement?
A. Create a single "Regional Manager" role with global scope and document regional restrictions
in policy
B. Implement scope-based access control using organizational units and data segregation
domains
C. Create separate CUPID instances for each region with isolated databases
D. Grant all managers full administrative access and rely on audit logs to enforce compliance
Correct Answer: B [CORRECT]
Rationale: Scope-based access control with organizational units enables precise data segregation
while maintaining a unified platform. Option B is correct because it allows granular control over
which users, CIs, and service catalog items each manager can access based on organizational
hierarchy. Option A provides no technical enforcement of regional boundaries. Option C creates
unnecessary operational complexity and data silos. Option D violates least privilege principles
and relies on detective rather than preventive controls.
Q4: An organization implementing CUPID has the following requirements: (1) Contractors must
have time-limited access that automatically expires, (2) Privileged users require additional
approval workflows, (3) Access reviews must occur quarterly. Which feature combination
addresses all requirements?
A. Access certification campaigns, manual account expiration, and standard approval workflows
B. Temporary access profiles with auto-expiration, tiered approval processes, and automated
access reviews
,3
C. Self-service password reset, dual authorization, and manual audit reporting
D. Single sign-on integration, role inheritance, and annual compliance reporting
Correct Answer: B [CORRECT]
Rationale: Temporary access profiles with auto-expiration satisfy contractor requirements, tiered
approval processes provide additional oversight for privileged access, and automated access
reviews ensure quarterly compliance without manual effort. Option B is correct because it
addresses all three requirements through native CUPID governance features. Option A relies on
manual processes that are prone to failure. Option C's features don't address the core
requirements. Option D's annual reporting doesn't meet the quarterly review requirement.
Q5: A CUPID administrator notices that users in the "Service Desk Analyst" role can
unexpectedly approve high-risk changes. Investigation reveals that this role inherits permissions
from the "Change Manager" role through an indirect permission chain. Which action BEST
resolves this privilege escalation while maintaining necessary access?
A. Remove all inheritance and manually assign every permission to every role
B. Implement permission boundary constraints and review the role hierarchy for excessive
inheritance
C. Create a new role without inheritance and migrate all users to it
D. Accept the risk as the default behavior of RBAC systems
Correct Answer: B [CORRECT]
Rationale: Permission boundary constraints allow administrators to define maximum permission
limits that cannot be exceeded through inheritance, while reviewing the hierarchy identifies and
eliminates unintended privilege accumulation. Option B is correct because it addresses the root
cause (excessive inheritance) without destroying the maintainability benefits of RBAC. Option A
eliminates the efficiency benefits of role inheritance. Option C is a workaround that doesn't
address the systemic issue. Option D represents unacceptable security risk acceptance.
Q6: In CUPID's authentication architecture, an administrator is configuring multi-factor
authentication (MFA) for remote access. The requirement is to enforce MFA for all external
access while allowing internal network users to authenticate with passwords only. Which
configuration achieves this?
A. Enable MFA globally and create exceptions for specific IP address ranges
B. Configure context-aware authentication policies based on network location and risk factors
C. Disable MFA and implement certificate-based authentication for all users
, 4
D. Create separate user accounts for internal and external access with different authentication
methods
Correct Answer: B [CORRECT]
Rationale: Context-aware authentication policies evaluate multiple risk factors including
network location, time of access, and device posture to dynamically apply appropriate
authentication requirements. Option B is correct because it provides risk-based authentication
that adapts to access context without manual account management. Option A creates
maintenance overhead and potential security gaps with IP-based exceptions. Option C eliminates
the MFA requirement entirely. Option D creates identity fragmentation and operational
complexity.
Q7: A CUPID administrator is troubleshooting why a user cannot access the Change
Management module despite being assigned to the "Change Approver" role. The user can access
other modules successfully. Which diagnostic step should be performed FIRST?
A. Rebuild the entire CUPID database to resolve potential corruption
B. Verify the user's license type includes Change Management functionality
C. Check the role's permission matrix for module-specific access rights and license consumption
D. Delete and recreate the user account to reset permissions
Correct Answer: C [CORRECT]
Rationale: The role's permission matrix defines both functional access rights and license
consumption requirements; a user may have a role assignment but lack the specific module
permission or available license seat. Option C is correct because it systematically investigates the
most likely cause—discrepancy between role assignment and actual permissions—before taking
destructive actions. Option A is excessive and risks data loss. Option B is relevant but secondary
to permission verification. Option D is unnecessary and destroys audit history.
Q8: An organization requires that all CUPID administrative actions be attributable to specific
individuals with non-repudiation capabilities. The current shared administrator account violates
this policy. Which architecture BEST addresses this requirement?
A. Continue using shared accounts but implement comprehensive session logging
B. Implement privileged access management (PAM) integration with checkout/check-in
procedures and session recording
C. Create individual admin accounts but share passwords among administrators
D. Disable administrative functions and require vendor support for all changes
Correct Answer: B [CORRECT]