View Full CyberArk PAM-SEN Exam Dumps and Practice Test Dumps
Question 361.
A CyberArk administrator needs to confirm that the password stored in the Vault still works on the target system without changing it. Which operation should be used?
- Verify
2. Reconcile
3. Delete
4. Suspend
Correct Answer: 1. Verify
Explanation:
The Verify operation checks whether the credential currently stored in CyberArk can successfully authenticate to the target account. It does not modify the password, making it useful for confirming that the Vault and target system remain synchronized. If verification fails because the password has been changed outside CyberArk, reconciliation may be required. Verify can also expose account lockouts, connectivity problems, or target-system permission issues. This operation is therefore an important diagnostic step when administrators need to validate credential health without performing a password rotation.
Question 362.
A company wants administrators to launch privileged sessions without being able to retrieve the underlying password. Which CyberArk design should be used?
- Give users full password retrieval rights
2. Allow PSM connections while restricting password retrieval
3. Export passwords to local files
4. Disable password rotation
Correct Answer: 2. Allow PSM connections while restricting password retrieval
Explanation:
CyberArk can separate the ability to use an account from the ability to view its credential. Users can be granted permission to connect through PSM while being denied direct password retrieval. PSM securely supplies the managed credential to the target system during session establishment. This approach reduces password exposure and supports least privilege because users can perform administrative tasks without learning the secret. PSM can also monitor and record supported privileged sessions, providing stronger accountability and auditability while maintaining centralized credential control.
Question 363.
A security team wants to locate privileged accounts that exist in the environment but are not currently managed in CyberArk. Which capability should be used?
- Password verification
2. Session recording
3. Account discovery
4. Safe replication
Correct Answer: 3. Account discovery
Explanation:
Account discovery helps identify privileged identities that exist across target systems but have not yet been onboarded into CyberArk. These may include local administrators, service accounts, database accounts, and application accounts. Once found, the accounts can be reviewed, classified, and prioritized for onboarding based on ownership and risk. Discovery helps reduce exposure from unmanaged privileged credentials that may use static passwords or have excessive access. Password verification applies to already managed accounts, while PSM recording focuses on activity during privileged sessions.
Question 364.
A managed account password was changed outside CyberArk and the current value is unknown. Which operation should be used to restore synchronization?
- Verify
2. Discover
3. Record
4. Reconcile**
Correct Answer: 4. Reconcile
Explanation:
Reconciliation is used when the password stored in CyberArk no longer matches the target account and the current target credential is unknown. CPM uses a configured reconcile account with sufficient permissions to reset the managed account password and update the Vault with the new value. Verify can determine that the stored credential is invalid but cannot repair the mismatch. Reconciliation therefore provides a controlled recovery method for password drift caused by manual changes or other external events. Proper reconcile-account permissions are essential for reliable account recovery.
Question 365.
A company wants production privileged accounts to be accessible only by a small operations team while development accounts are available to developers. What should be configured?
- Separate Safes with different memberships and permissions
2. Different browser versions
3. Different PVWA themes
4. Separate desktop profiles
Correct Answer: 1. Separate Safes with different memberships and permissions
Explanation:
Safes provide logical security boundaries inside the CyberArk Digital Vault. By separating production and development credentials into different Safes, administrators can assign different members, permissions, approval workflows, and auditing requirements. Production credentials can therefore be restricted to a smaller operations group, while development accounts can remain accessible to authorized developers. This supports least privilege and environment segregation. Interface settings such as browser versions or PVWA themes do not provide equivalent security boundaries for privileged credentials.
Question 366.
A scheduled task fails immediately after the password of its service account is rotated. What should the administrator investigate first?
- PSM recording resolution
2. Dependent account configuration
3. PVWA display settings
4. Safe description
Correct Answer: 2. Dependent account configuration
Explanation:
A scheduled task may store and use the password of a managed service account. If CPM rotates the primary credential but the task is not updated, it continues attempting authentication with the old password and fails. The administrator should verify that the scheduled task is configured as a dependency and that CyberArk can update its stored credential after rotation. Proper dependent-account management helps prevent failed jobs, service interruptions, and repeated account lockouts. User-interface settings do not affect how dependent credentials are synchronized.
Question 367.
Which CyberArk component provides the primary browser-based interface used to search accounts, manage Safes, and request privileged access?
- CPM
2. PSM
3. PVWA
4. Digital Vault
Correct Answer: 3. PVWA
Explanation:
Password Vault Web Access provides the main browser interface for CyberArk users and administrators. Through PVWA, authorized users can search for privileged accounts, request access, manage Safe membership, launch connections, and perform administrative tasks according to their permissions. CPM manages credential lifecycle operations, PSM controls privileged sessions, and the Digital Vault securely stores protected credentials. PVWA therefore acts as the user-facing portal that brings many CyberArk PAM functions together in a centralized interface.
Question 368.
A security investigator needs to determine what actions were performed during a privileged SSH session. Which capability should be used?
- CPM verification
2. Account discovery
3. Safe membership review
4. PSM session recording**
Correct Answer: 4. PSM session recording
Explanation:
PSM can monitor and record supported privileged SSH sessions so authorized security personnel and auditors can later review what occurred. This provides detailed evidence of user activity rather than merely showing that authentication took place. Session recordings are useful for incident response, compliance, forensic investigations, and accountability. CPM manages credentials, while Account Discovery locates unmanaged privileged accounts. When the requirement is to examine the actual activity performed during an interactive privileged session, PSM recording is the appropriate capability.
Question 369.
A company needs different password complexity and rotation policies for Windows accounts and database accounts. What should the CyberArk engineer configure?
- Separate account platforms
2. Separate browsers
3. Different Safe descriptions
4. Different PVWA themes
Correct Answer: 1. Separate account platforms
Explanation:
CyberArk account platforms define how different account types are managed. Platform settings can include password complexity, password age, rotation intervals, verification, reconciliation, and connection requirements. Windows and database accounts may have different technical restrictions, so separate platforms allow CyberArk to enforce the correct policy for each technology. CPM follows the assigned platform when performing credential-management operations. Browser settings and Safe descriptions do not control password lifecycle behavior. Proper platform design supports reliable automated management across different systems.
Question 370.
A user can connect successfully through PSM but cannot display the managed password. What is the most likely explanation?
- The Digital Vault is offline
2. The user has connection permission but not password retrieval permission
3. The account is unmanaged
4. CPM is unavailable
Correct Answer: 2. The user has connection permission but not password retrieval permission
Explanation:
CyberArk allows connection privileges and password retrieval privileges to be assigned independently. A user may therefore be authorized to launch a PSM session while being denied direct access to the underlying credential. PSM securely supplies the password to the target system during connection establishment. This is a common least-privilege configuration because administrators can complete their work without learning or copying the password. If the session works correctly, the inability to display the credential is most likely an intentional Safe permission restriction rather than a system problem.
Question 371.
A company wants an application to retrieve a privileged database password without embedding it in source code. What should the CyberArk engineer recommend?
- Secure runtime credential retrieval through CyberArk
2. Store the password in comments in the source code
3. Use one shared administrator password
4. Disable password rotation
Correct Answer: 1. Secure runtime credential retrieval through CyberArk
Explanation:
Applications should retrieve secrets securely at runtime rather than storing privileged credentials in source code, scripts, or configuration files. CyberArk can provide an application-oriented credential retrieval capability that authenticates the application and returns only the authorized secret. This keeps passwords centrally protected and allows them to be rotated without requiring changes to application code. It also reduces the risk of exposure through repositories or backups. Access should be tightly scoped to the intended application identity to protect non-human privileged accounts.
Question 372.
An audit team needs to review privileged session activity but must not be able to modify passwords or Safe membership. What should be configured?
- Full Safe ownership
2. Least-privilege audit permissions
3. CPM administration rights
4. Unrestricted password retrieval
Correct Answer: 2. Least-privilege audit permissions
Explanation:
Audit users should receive only the permissions necessary to review privileged activity. They may need access to session recordings, reports, or account activity but generally should not be able to change credentials, administer Safes, or modify platform settings. CyberArk’s granular permissions support this separation. Applying least privilege helps preserve separation of duties and reduces the risk of accidental or unauthorized changes. Broad administrative access would exceed the audit team’s responsibilities and could weaken the independence of the review function.
Question 373.
A service account becomes locked shortly after every automated password rotation. What should the administrator investigate first?
- PVWA layout
2. Safe description
3. A dependency that continues using the old password
4. PSM recording format
Correct Answer: 3. A dependency that continues using the old password
Explanation:
Repeated account lockouts after password rotation often indicate that a dependent service, application, scheduled task, or script is still authenticating with the previous credential. These failed attempts can quickly trigger the target system’s lockout policy. The administrator should identify every system that uses the account and verify that dependent credentials are updated when CPM rotates the primary password. Authentication logs can help locate the stale credential source. Simply unlocking the account will not solve the problem if the dependency continues to use the old password.
Question 374.
Which CyberArk component performs automated password verification, rotation, and reconciliation for managed accounts?
- PSM
2. PVWA
3. Digital Vault
4. CPM**
Correct Answer: 4. CPM
Explanation:
The Central Policy Manager performs automated credential-management operations according to the account’s assigned platform. CPM can verify that a credential is valid, change it according to policy, and reconcile it when synchronization is lost. It connects to the target system and ensures the correct credential is stored securely in the Digital Vault. PSM controls privileged sessions, while PVWA provides the browser-based interface. CPM is therefore the component responsible for operational password lifecycle management for managed CyberArk accounts.
Question 375.
A managed Windows account appears in PVWA, but the RDP connection option is missing. What should be checked first?
- Platform connection components and user permissions
2. Browser history
3. Safe description length
4. Account creation date
Correct Answer: 1. Platform connection components and user permissions
Explanation:
The PSM connection options available for an account are determined by the assigned platform, enabled connection components, and the user’s authorization. If RDP is missing, the administrator should confirm that the correct PSM connection component is configured and associated with the platform and that the user is permitted to use it. Target-system details may also need validation. Browser history and Safe descriptions do not determine connection availability. Platform configuration and permissions are therefore the appropriate first areas to troubleshoot.
Question 376.
Which CyberArk component acts as the hardened central repository for privileged credentials and protected objects?
- CPM
2. Digital Vault
3. PSM
4. PVWA
Correct Answer: 2. Digital Vault
Explanation:
The Digital Vault is the secure central repository used to protect privileged credentials and other sensitive objects in CyberArk PAM. It enforces access controls and provides the secure storage layer used by other CyberArk components. CPM interacts with the Vault when managing credentials, PSM uses stored credentials to establish controlled sessions, and PVWA provides authorized users with a web interface. The Vault’s primary responsibility is secure storage and protection of privileged secrets from unauthorized access.
Question 377.
A company wants approval to be required only for its highest-risk privileged accounts. Which configuration is most appropriate?
- Selective dual control
2. Disable all approval workflows
3. Give every user permanent access
4. Apply identical approval rules to all accounts
Correct Answer: 1. Selective dual control
Explanation:
Dual control can be applied selectively according to account sensitivity and business risk. Highly privileged domain, production, or financial accounts may require approval before use, while lower-risk accounts can remain governed by normal Safe permissions. This adds stronger oversight where the consequences of misuse are greatest without creating unnecessary delays for routine access. Dual control can also be combined with PSM session recording, time-based restrictions, and automated password rotation. A risk-based approach provides strong governance while maintaining operational efficiency.
Question 378.
An organization requires all accounts assigned to a particular platform to have passwords rotated every 60 days. Where should this requirement be configured?
- PSM recording policy
2. Account platform policy
3. PVWA display settings
4. Safe description
Correct Answer: 2. Account platform policy
Explanation:
CyberArk account platforms define password lifecycle rules such as password age, rotation interval, complexity, verification, and reconciliation behavior. If accounts assigned to a platform must be rotated every 60 days, that requirement should be configured within the platform policy. CPM then performs the automated password changes according to the configured schedule. PSM recording settings and PVWA display options do not control password lifecycle behavior. Platform-based configuration provides a centralized and consistent way to apply credential-management requirements across similar account types.
Question 379.
A company is preparing to onboard hundreds of service accounts. What should be done before automatic password rotation is enabled broadly?
- Identify dependencies and test representative accounts
2. Rotate every account immediately
3. Disable verification
4. Remove reconciliation capabilities
Correct Answer: 1. Identify dependencies and test representative accounts
Explanation:
Service accounts often support applications, scheduled tasks, Windows services, or scripts that may store their credentials. Before enabling automatic rotation across a large population, the engineer should identify those dependencies and test representative accounts. Verification, password changes, reconciliation, and dependency updates should all be validated. This phased approach helps uncover hidden dependencies, target-system limitations, or permission problems before they affect production. Enabling rotation without testing can cause service failures, authentication errors, and account lockouts if dependent systems continue using obsolete credentials.
Question 380.
Before assigning a newly configured CyberArk platform to many production accounts, what should the engineer validate?
- Only the platform display name
2. Only account visibility in PVWA
3. Only Safe membership
4. Password verification, rotation, reconciliation, PSM access, and dependency behavior**
Correct Answer: 4. Password verification, rotation, reconciliation, PSM access, and dependency behavior
Explanation:
A newly configured platform should be tested comprehensively before broad production use. The engineer should confirm that CPM can verify, change, and reconcile credentials correctly and that target systems accept the configured password rules. PSM connection behavior should be tested where applicable, and dependent systems should remain synchronized following password rotation. Representative target systems and recovery scenarios should also be validated. End-to-end testing reduces the risk of widespread authentication failures, account lockouts, inaccessible privileged accounts, and service interruptions when the platform is deployed at scale.