View Full CyberArk PAM-SEN Exam Dumps and Practice Test Dumps
Question 21.
A managed privileged account is configured correctly in CyberArk, but CPM reports repeated password verification failures. What should the administrator check first?
- Whether the target account credentials stored in the Vault still match the target system
- The PVWA page layout
- The PSM recording resolution
- The Safe description field
Correct Answer: 1. Whether the target account credentials stored in the Vault still match the target system
Explanation:
Repeated verification failures commonly indicate that the password stored in CyberArk no longer matches the password on the target system. The administrator should first confirm account synchronization and review recent password changes, manual updates, lockouts, or dependent-system activity. If the stored password is no longer valid, reconciliation may be required. Reviewing the relevant CPM logs can help identify the exact authentication failure. Interface settings such as PVWA layout or PSM recording resolution do not affect credential verification. Troubleshooting should begin with the managed account state and the credential-management workflow.
Question 22.
A company wants privileged users to access target servers without ever seeing the account password. Which CyberArk design best meets this requirement?
- Grant direct password retrieval rights
- Use PSM-mediated connections with restricted password visibility
- Export passwords to an encrypted spreadsheet
- Disable CPM password management
Correct Answer: 2. Use PSM-mediated connections with restricted password visibility
Explanation:
PSM can broker privileged sessions while keeping the underlying credential hidden from the end user. CyberArk retrieves the managed password securely and uses it to establish the connection to the target system. Users can therefore perform authorized administrative work without viewing or copying the password. This reduces the risk of credential disclosure and reuse outside the PAM environment. Safe permissions should be configured so users can connect without retrieving the password. Combining PSM-mediated access with automated password rotation provides stronger control over privileged credentials and improves auditability.
Question 23.
A company wants CyberArk to automatically identify accounts on servers that are not yet managed. Which capability should be used?
- Session playback
- Password verification
- Privileged account discovery
- Safe replication
Correct Answer: 3. Privileged account discovery
Explanation:
Privileged account discovery helps identify administrative and privileged accounts that exist on target systems but have not yet been onboarded into CyberArk. This capability supports organizations in finding unmanaged credentials that may otherwise use static passwords or lack centralized monitoring. Discovered accounts can then be reviewed, classified, and onboarded according to security policy. Password verification applies to accounts already under management, while session playback is used to review recorded privileged activity. Discovery is therefore an important part of expanding PAM coverage and reducing unknown privileged-access risk.
Question 24.
A CyberArk engineer must restore a managed account after its password was changed outside CyberArk. Which operation should be performed?
- Verify
- Suspend
- Export
- Reconcile**
Correct Answer: 4. Reconcile
Explanation:
Reconciliation is used when CyberArk no longer knows the current password for a managed account or when the stored credential does not match the target system. CPM uses a configured reconcile account with sufficient privileges to reset the managed account’s password and restore synchronization. A Verify operation only checks whether the stored password is valid and does not repair the mismatch. Reconciliation is particularly useful after unauthorized manual password changes or other synchronization failures. Properly configured reconcile accounts are therefore an important recovery mechanism in a reliable CyberArk PAM deployment.
Question 25.
A user must access a sensitive privileged account only after receiving approval from a manager. Which CyberArk control should be configured?
- Dual control
- Automatic password verification
- Session compression
- Vault backup only
Correct Answer: 1. Dual control
Explanation:
Dual control adds an approval step before access to a privileged account is granted. A user submits a request that includes the required access period or purpose, and an authorized approver reviews the request before permitting access. This is useful for highly sensitive accounts where normal Safe membership alone is not sufficient. Dual control provides additional governance, accountability, and evidence that privileged access was formally authorized. It can be combined with PSM session monitoring and password rotation to create stronger controls around high-risk administrative access.
Question 26.
Which CyberArk component is responsible for enforcing automated password changes according to platform policy?
- PVWA
- CPM
- PSM
- Digital Vault
Correct Answer: 2. CPM
Explanation:
The Central Policy Manager performs automated credential-management operations for managed accounts. Based on platform configuration, CPM can verify passwords, rotate them according to policy, and reconcile credentials when synchronization is lost. PVWA provides the administrative and user interface, PSM manages privileged sessions, and the Digital Vault securely stores secrets. CPM is therefore the component that operationalizes password lifecycle rules defined in CyberArk platforms. Correct CPM configuration is essential for maintaining synchronized and regularly rotated privileged credentials without relying on manual password administration.
Question 27.
A security team wants to investigate exactly what an administrator did during a privileged RDP session. Which CyberArk capability should they use?
- CPM password history
- Account discovery
- PSM session recordings
- Safe naming rules
Correct Answer: 3. PSM session recordings
Explanation:
PSM can monitor and record supported privileged sessions, including RDP sessions. Authorized auditors or security investigators can review those recordings to determine what actions occurred during the session. This provides stronger evidence than simply knowing that a user authenticated to a target server. Session recordings support incident response, compliance, and accountability by preserving activity performed with privileged access. CPM focuses on password management, while account discovery identifies unmanaged accounts. When investigators need to review interactive privileged behavior, PSM recordings are the relevant CyberArk capability.
Question 28.
A company wants to protect privileged credentials from direct user retrieval while still allowing approved users to perform administrative work. What is the best approach?
- Give every administrator password retrieval rights
- Store credentials in local password managers
- Disable session management
- Route access through PSM and restrict password retrieval**
Correct Answer: 4. Route access through PSM and restrict password retrieval
Explanation:
Routing access through PSM allows users to perform privileged tasks without directly seeing the managed password. Safe permissions can be configured so users have connection rights but not credential retrieval rights. CyberArk then injects the credential into the session on the user’s behalf. This reduces the risk of password reuse, copying, or disclosure outside the PAM environment. PSM also adds monitoring and recording capabilities. Storing credentials locally or broadly granting retrieval rights weakens centralized control. This design supports least privilege and credential isolation.
Question 29.
A CyberArk administrator wants to check whether a managed credential is valid without changing it. Which operation should be used?
- Verify
- Reconcile
- Delete
- Disable
Correct Answer: 1. Verify
Explanation:
The Verify operation tests whether the password currently stored in CyberArk successfully authenticates to the target account. It does not change the credential. Verification can detect cases where someone changed the password outside CyberArk or when the target account is otherwise unavailable. If verification fails because the stored password no longer matches the target system, a reconciliation may be needed. Regular verification provides confidence that managed credentials remain synchronized and available for use. It is therefore an important part of automated privileged credential management.
Question 30.
A company wants to organize privileged accounts by application and apply different access permissions to each group. Which CyberArk object should be used?
- PSM connection component
- Safe
- CPM service account
- Browser profile
Correct Answer: 2. Safe
Explanation:
Safes are logical secure containers in the CyberArk Digital Vault. They can be used to organize privileged accounts by application, business unit, environment, sensitivity, or other operational criteria. Each Safe can have its own membership and permission model, allowing administrators to control who can retrieve, use, manage, or audit the stored accounts. This makes Safes a fundamental part of CyberArk access segmentation. PSM connection components determine how sessions are launched, while CPM service accounts support credential management. Safes provide both organizational structure and security boundaries for privileged information.
Question 31.
A company wants an application to retrieve a database password without embedding the credential in its source code. What should the CyberArk engineer implement?
- A secure application credential retrieval capability
- A plaintext configuration file
- A shared administrator password
- Manual password entry by users
Correct Answer: 1. A secure application credential retrieval capability
Explanation:
Applications should not hardcode privileged credentials in source code, scripts, or configuration files. CyberArk can provide application-focused credential-management capabilities that allow authorized applications to retrieve secrets securely at runtime. This centralizes secret storage and allows passwords to be rotated independently of application code. Authentication and authorization controls should ensure that only the approved application can retrieve the credential. This approach improves security and simplifies password rotation compared with embedding static credentials. It also reduces the risk of secrets being exposed through source repositories or configuration backups.
Question 32.
A user can see an account in PVWA but cannot retrieve its password. What is the most likely reason?
- The target server is offline
- The user lacks the required Safe permission to retrieve the account
- CPM is not installed on the user’s workstation
- PSM recording is disabled
Correct Answer: 2. The user lacks the required Safe permission to retrieve the account
Explanation:
CyberArk permissions are granular, so visibility of an account does not automatically grant permission to retrieve its password. A user may be allowed to list or view account metadata while being denied direct credential access. The administrator should review the user’s Safe membership and assigned permissions. This separation supports least privilege and allows organizations to grant PSM connection access without exposing passwords. CPM installation on the user’s workstation is not required for credential retrieval, and PSM recording settings do not determine Safe password permissions.
Question 33.
A company wants to enforce different password complexity rules for Windows, database, and network-device accounts. What should the administrator configure?
- Different platforms for the relevant account types
- One universal password manually maintained by users
- Separate PVWA servers for every account type
- Different browser settings
Correct Answer: 1. Different platforms for the relevant account types
Explanation:
CyberArk platforms define how specific account types are managed, including password complexity, change intervals, verification, reconciliation, and target-system connection settings. Different technologies often have different password constraints and management procedures, so separate platform configurations can be used for Windows, databases, network devices, and other systems. CPM uses the assigned platform when managing each account. PVWA or browser settings do not determine password complexity. Proper platform configuration allows organizations to automate credential management while respecting the requirements of different target systems.
Question 34.
A user initiates a privileged SSH connection through CyberArk. Which component brokers and monitors the session?
- CPM
- PSM
- Digital Vault backup service
- Account Discovery
Correct Answer: 2. PSM
Explanation:
Privileged Session Manager brokers supported interactive sessions such as SSH and RDP. Instead of users connecting directly to the target system, the session is routed through PSM. This allows CyberArk to control credential use, isolate the session, and record activity for auditing. CPM is responsible for password management, while the Digital Vault stores credentials. PSM is therefore the component that provides session isolation and monitoring for privileged administrative connections. This helps organizations reduce direct credential exposure and improve accountability for privileged activity.
Question 35.
A company wants to assign an audit team read-only visibility into privileged account activity without allowing them to manage passwords. What should guide the configuration?
- Least privilege and separation of duties
- Full Safe ownership
- Shared administrator credentials
- Unlimited password retrieval
Correct Answer: 1. Least privilege and separation of duties
Explanation:
Audit users should receive only the permissions required to perform review activities. They may need access to reports, logs, or session recordings, but they generally should not be able to change credentials, administer Safes, or modify platform settings. CyberArk’s granular permissions make this separation possible. Applying least privilege reduces the chance of unauthorized changes and supports stronger accountability. Separation of duties also helps ensure that the same individuals are not both managing privileged accounts and independently auditing their use. This creates a stronger control environment.
Question 36.
A managed account is repeatedly locked because a Windows service continues using an old password after CPM rotates the credential. What should the administrator investigate?
- The PVWA login page
- Dependent account configuration
- PSM recording retention
- Safe naming conventions
Correct Answer: 2. Dependent account configuration
Explanation:
Services, scheduled tasks, and applications can depend on privileged credentials. If CPM changes the main account password but the dependent system continues using the old value, repeated authentication failures may lock the account. CyberArk dependent-account management can update supported dependencies when the master credential changes. The administrator should identify all systems using the account and confirm that dependent credentials are configured and updated correctly. Simply unlocking the account will not solve the root cause. Proper dependency management helps avoid outages and lockouts during automated password rotation.
Question 37.
A company requires a highly sensitive account password to be changed immediately after it is used. Which component performs the actual password change?
- CPM
- PSM
- PVWA
- Digital Vault replication
Correct Answer: 1. CPM
Explanation:
When a platform policy requires a password to be changed after use, CPM performs the actual credential rotation on the target system and updates the password stored in the Vault. PSM may provide the controlled session through which the account is used, while PVWA provides the interface for requesting or initiating access. However, password-management operations are the responsibility of CPM. This separation of responsibilities allows CyberArk to combine controlled access, session monitoring, and automated credential rotation within a single privileged access management workflow.
Question 38.
A user is authorized to connect through PSM but the expected connection option does not appear in PVWA. What should the administrator review?
- The user’s desktop wallpaper
- The platform’s PSM connection components and user permissions
- The Safe description length
- The browser bookmark name
Correct Answer: 2. The platform’s PSM connection components and user permissions
Explanation:
PSM connection options depend on the account’s platform configuration, associated connection components, and the user’s permissions. If the expected connection type does not appear, the administrator should verify that the appropriate PSM connection component is enabled for the platform and that the user is authorized to use it. Target-system and account configuration should also be checked. Cosmetic browser or Safe-description settings do not control connection availability. Reviewing the platform and permissions is therefore the correct first step when troubleshooting missing PSM connection options.
Question 39.
A company wants to discover local administrator accounts before onboarding them into CyberArk. What should the engineer use?
- Session monitoring
- Password history
- Account discovery capability
- Safe deletion
Correct Answer: 3. Account discovery capability
Explanation:
Account discovery helps identify privileged accounts that exist across managed infrastructure but are not yet controlled by CyberArk. Local administrator accounts are particularly important because they may use static or shared passwords and may not be visible to central security teams. Discovery results can be reviewed and prioritized for onboarding based on risk and ownership. Once onboarded, the accounts can be placed in Safes, assigned platforms, and managed by CPM. Discovery therefore supports broader PAM coverage and reduces the risk associated with unknown or unmanaged privileged credentials.
Question 40.
Before onboarding a large group of production accounts to a newly created CyberArk platform, what should the engineer validate?
- Only the platform display name
- Only whether accounts appear in PVWA search
- Only the Safe description
- Password verification, change, reconciliation, connection, and dependency behavior**
Correct Answer: 4. Password verification, change, reconciliation, connection, and dependency behavior
Explanation:
A new platform should be tested end to end before it is assigned broadly to production accounts. The engineer should confirm that password verification succeeds, automated changes meet target-system requirements, reconciliation works when passwords become unsynchronized, and PSM connections operate as expected where applicable. Dependent-account behavior should also be tested if services or scheduled tasks rely on the managed credentials. Testing only visibility in PVWA is insufficient. Comprehensive validation helps prevent account lockouts, failed rotations, and production outages when large numbers of privileged accounts are onboarded.