CyberArk CPC-SEN Exam Actual Questions
CyberArk Sentry - Privilege Cloud (Page 3 )

Updated On: 28-Jul-2026

A CyberArk Privileged Cloud Shared Services customer asks you how to find recent failed login event for all users.
Where can you do this without generating reports?

  1. Privileged Cloud Portal
  2. Identity Administration Portal
  3. both Identity Administration and Identity User Portals
  4. Identity User Portal

Answer(s): B

Explanation:

The Identity Administration Portal (IAP) is the correct location to find recent failed login events for all users in a CyberArk Privileged Cloud Shared Services environment without generating reports. The IAP is specifically designed for administrative tasks related to identity and access management, including monitoring user activity, managing user accounts, and investigating security incidents. Failed login attempts are a crucial indicator of potential security breaches or compromised credentials, making them a primary concern for administrators.
Here's a detailed justification:
1. Centralized Management: The IAP provides a single pane of glass for managing user identities and their access privileges within the Privileged Cloud environment. This centralized view makes it the logical place to monitor login activity across all users.
2. Audit and Monitoring Capabilities: IAP incorporates built-in audit and monitoring capabilities that capture various user events, including failed login attempts. This functionality allows administrators to quickly review these events without generating predefined reports, offering real-time insights.
3. Security Incident Investigation: In the event of a suspected security breach, the IAP enables administrators to investigate failed login attempts, identify potential compromised accounts, and take appropriate remediation steps.
4. User Account Management: The IAP is used to manage user accounts, reset passwords, and implement security policies, making it essential for detecting anomalies related to user authentication.
Option A, the Privileged Cloud Portal, primarily focuses on the operational aspects of the Privileged Cloud service, such as managing privileged accounts and credentials.
While it may contain some auditing features, it typically doesn't provide the same level of detail and granularity regarding user login events as the IAP. Options C and D are incorrect, as Identity User Portal is used by end-users for managing their own profile and password, and does not provide the same level of administrative functions as the IAP.
In summary, the Identity Administration Portal is the designated administrative interface within CyberArk Privileged Cloud for monitoring user activity, including failed login attempts. Its audit and monitoring capabilities facilitate easy access to this information without the need to generate reports, making it the most efficient and effective solution for the described scenario.
Supporting Documentation:
While specific documentation on this exact scenario might be behind a CyberArk customer portal, general CyberArk Identity Administration Portal functionality can be researched through CyberArk's online resources and documentation. Search for terms like "CyberArk Identity Administration Portal," "CyberArk user activity monitoring," and "CyberArk failed login audit".



What is the correct CyberArk user to use when installing the Privilege Cloud Connector software?

  1. installeruser@<suffix>
  2. Administrator
  3. <subdomain>_admin
  4. Installer

Answer(s): A

Explanation:

The correct user for installing the Privilege Cloud Connector software is installeruser@<suffix> . This user is specifically designed for initial setup and configuration tasks, aligning with the principle of least privilege. Using a dedicated installer account minimizes the risk of accidental or malicious changes to critical system settings by a user with overly broad permissions.
The installeruser is part of the CyberArk Cloud Directory, which is used to manage user identities within the
Privilege Cloud environment. The <suffix> represents the domain suffix associated with your CyberArk
Privilege Cloud instance. This naming convention ensures uniqueness and prevents naming conflicts with other users.
While local administrators ( Administrator on Windows systems) possess sufficient privileges to install software, employing the installeruser adheres to security best practices by separating administrative tasks from day-to-day user activities. Using the subdomain admin is not correct as it is used to manage the Privilege Cloud tenant, not the connector software install. The local administrator has no association with the CyberArk cloud environment.
By assigning the minimum necessary permissions required for installation, the blast radius of a potential security breach is significantly reduced. The installeruser is granted temporary privileges specifically for the connector installation process, and these privileges can be revoked or modified after the installation is complete. This contributes to a more secure and auditable environment, and prevents privilege escalation attacks.
Refer to the CyberArk documentation on deploying and configuring the Privilege Cloud Connector for detailed steps and best practices.
For further research, consult the following authoritative sources:
CyberArk Documentation: CyberArk official documentation provides in-depth information on user roles and privileges within the Privilege Cloud environment. https://docs.cyberark.com/ Principle of Least Privilege: NIST guidelines on access control and authorization.



When installing the first CPM within Privilege Cloud using the Connector Management Agent, what should you set the Installation Mode to in the CPM section?

  1. Active
  2. Passive
  3. Default
  4. Primary

Answer(s): A

Explanation:

The correct Installation Mode for the first CPM during initial setup in Privilege Cloud using the Connector Management Agent is A. Active .
Here's a detailed justification:
In a standard Privilege Cloud deployment, the Central Policy Manager (CPM) is responsible for automatically managing and rotating passwords for target systems. The CPMs communicate with these target systems and must be "active" to perform these functions.
When the first CPM is installed, it needs to immediately take on the responsibility of discovering, verifying, and changing passwords. This is why the "Active" installation mode is crucial.
Setting the first CPM to "Passive" would prevent it from actively managing passwords, rendering the entire deployment ineffective from the start. It wouldn't discover or change passwords, defeating its purpose. "Default" might inherit settings but wouldn't inherently guarantee an active role, and might result in misconfiguration. "Primary" is not typically a standard installation mode option for CPMs during the initial setup process within the Connector Management Agent interface. This is because the "active" designation implicitly makes it the functional "primary" CPM until additional CPMs are installed for redundancy.
The Connector Management Agent streamlines the CPM installation process, but the core operational logic remains the same. It requires a CPM instance that is readily available to execute password management tasks, which necessitates the "Active" setting. The CPM's "Active" mode ensures it is configured to immediately begin processing password management requests and maintaining credential security within the Privilege Cloud environment. Setting it to "active" ensures that it is ready to receive requests, discover accounts, and perform necessary password changes as part of the overall privileged access management workflow. Subsequently, any additional CPMs installed can be configured as active or passive based on redundancy and load balancing requirements.Relevant CyberArk documentation can be found at:
CyberArk Docs (While a direct link to this specific setting can be version-dependent, searching "CPM Installation Mode" within the CyberArk documentation for Privilege Cloud will provide supporting information.)



What are dependencies to update or change the CPM credential? (Choose two.)

  1. APIKeyManager.exe
  2. CreateCredFile.exe
  3. CPM/nDomain_Hardening.ps1
  4. CyberArk.TPC.exe
  5. Data Execution Prevention

Answer(s): A,B

Explanation:

The correct answer identifies the dependencies for updating or changing CPM credentials in CyberArk's Privilege Cloud. The APIKeyManager.exe is crucial for managing API keys utilized by the CPM to interact with target systems.
When CPM credentials change, any API keys associated with the old credentials may need updating to maintain uninterrupted connectivity and functionality. This ensures that the CPM can still authenticate and manage privileged accounts on the target systems after the credential change.
CreateCredFile.exe is used for creating encrypted credential files, often used to securely store the CPM's service account credentials or other sensitive information used by the CPM. Changing the CPM's credentials implies that the existing credential file is outdated and needs to be recreated to reflect the new credentials. This new file is then used to authenticate the CPM to the vault or other necessary components. It is essential to use this utility to generate secure, encrypted files.
Option C, CPM/nDomain_Hardening.ps1 , is a PowerShell script typically related to hardening the CPM server or its domain, and while good security practice, is not a direct dependency of the CPM's credential update process itself. Option D, CyberArk.TPC.exe , is a Trusted Platform Component executable and doesn't relate to the direct process of CPM credential updates. Option E, Data Execution Prevention , is a security feature of
Windows that helps prevent code execution in memory regions marked for data, it is not a direct dependency to CPM credential changes.
Therefore, the two crucial dependencies for updating or changing the CPM credential are APIKeyManager.exe
(for API key management related to the CPM's credentials) and CreateCredFile.exe (for securely storing/updating the CPM service account's credentials). The credential update process necessitates both the updating of access keys and proper encryption of the credential file that the CPM uses for authentication.
Further research:
CyberArk Documentation: (Requires CyberArk customer access) https://docs.cyberark.com/ (Search for "CPM credential management") API Key Management: https://cyberark-customers.force.com/s/article/000002619 (Requires CyberArk customer access)



DRAG DROP (Drag and Drop is not supported)
Arrange the steps to failover to the passive CPM in the correct sequence.

  1. See Explanation section for answer.

Answer(s): A

Explanation:



What creating a new safe, what is the default number of password versions stored if using ‘Save latest account versions’ within version management settings?

  1. 5
  2. 10
  3. 30
  4. 90

Answer(s): A

Explanation:

The correct answer is A (5).
When creating a new Safe within CyberArk's Privilege Cloud and selecting "Save latest account versions" in the version management settings, the system defaults to storing the five most recent password versions. This feature is designed to provide a balance between security, manageability, and storage consumption. Saving multiple password versions allows administrators to revert to a previous password if necessary, for example, if a current password causes application issues or is suspected to be compromised after an incident.
While a higher number of stored versions offers more rollback points, it also increases the storage space required and potentially complicates the recovery process. Conversely, fewer versions save storage but limit the options for password reversion. CyberArk's default of 5 represents a reasonable middle ground catering to common use cases. It gives admins some flexibility for restoring accounts in case of issues while avoiding excessive version bloat.
It's important to note that this default value is configurable. Administrators can modify the number of password versions stored per Safe to better align with specific organizational security policies, compliance requirements, or operational procedures. This customization option provides the flexibility needed to tailor version management to the unique needs of each environment.
For further research on CyberArk Safe management and version control, consult the official CyberArk documentation:
CyberArk Documentation: This is the most reliable source for understanding CyberArk functionalities, including Safe creation and management.
While direct links to specific sections within CyberArk's documentation portal can change, navigating the portal using keywords like "Safe Versioning" or "Password Version Management" will lead you to relevant information.



What is the recommended method to enable load balancing and failover of the CyberArk Identity Connector?

  1. Setup IIS based Application Request Routing on two or more CyberArk Identity Connector servers.
  2. Set up a network load balancer between two or more CyberArk Identity Connector servers.
  3. Set up two or more CyberArk Identity Connector servers only.
  4. Set up a Microsoft Failover Cluster on two or more CyberArk Identity Connector servers.

Answer(s): C

Explanation:

The recommended method to enable load balancing and failover of the CyberArk Identity Connector is simply to deploy multiple Connector servers. This approach leverages the inherent capabilities of the CyberArk Identity platform to distribute workload and ensure high availability. The CyberArk Identity platform intelligently manages connections to the Connectors, routing traffic based on availability and performance. If one Connector fails, the platform automatically redirects traffic to the remaining active Connectors, ensuring uninterrupted service.
Option A, using IIS Application Request Routing (ARR), is not the preferred method because the CyberArk Identity platform already provides load balancing functionality. Manually configuring ARR adds unnecessary complexity. Option B, using a network load balancer, is also redundant. The CyberArk Identity platform inherently handles connection distribution and failover. Introducing a third-party load balancer complicates the architecture without adding significant value. Option D, setting up a Microsoft Failover Cluster, is an overly complex solution. Failover clustering is designed for applications requiring instant failover and shared storage, which is not a requirement for the Identity Connector. The CyberArk Identity platform is designed to handle Connector failures gracefully without the need for such complex infrastructure. The straightforward approach of deploying multiple Connectors is the most efficient and reliable way to achieve load balancing and failover. It aligns with the CyberArk Identity platform's design and simplifies management. Therefore, option C is the most appropriate answer.
Furthermore, additional connectors are dynamically provisioned through the CyberArk Identity Admin Portal. This streamlined deployment mechanism simplifies scalability and minimizes administrative overhead, reinforcing the preference for a multiple connector setup rather than external load balancing solutions.
Supporting Documentation:
While direct documentation explicitly stating "deploy multiple connectors for load balancing" might be found within specific CyberArk Identity configuration guides, the overall architecture and deployment best practices endorse this approach. Consult the official CyberArk Identity documentation and training materials for detailed configuration steps and best practices.



You are creating a PSM Load Balanced Virtual Server Configuration.
What are the default service ports/protocols used for RDS and the PSM Health Check service?

  1. RDP/389 HTTP/443
  2. RDP/3389 HTTPS/443
  3. UDP/53 HTTPS/389
  4. RDP/636 HTTPS/443

Answer(s): B

Explanation:

The correct answer is B: RDP/3389 HTTPS/443. Here's a detailed justification:
When creating a PSM (Privileged Session Manager) Load Balanced Virtual Server Configuration in CyberArk's Privilege Cloud, understanding the default service ports and protocols is crucial for proper setup and functionality. Two key services are involved: RDS (Remote Desktop Services) which is the underlying technology used for remote access, and the PSM Health Check service that monitors the availability and health of PSM servers.
RDP (Remote Desktop Protocol) is the standard protocol for providing a graphical user interface to connect to another computer over a network. By default, RDP uses port 3389. This port is essential for users to establish remote sessions to target systems via the PSM. Without this port being open and correctly configured, remote access via PSM would fail.
The PSM Health Check service ensures that the load balancer distributes traffic only to healthy PSM servers. This service communicates using HTTPS (Hypertext Transfer Protocol Secure), the secure version of HTTP. HTTPS by default operates on port 443. Using HTTPS for health checks ensures that the health status communication between the load balancer and the PSM servers is encrypted, protecting sensitive information. This is a fundamental security practice in cloud environments.
The other options are incorrect because they either specify the wrong protocol or the wrong port for RDP or HTTPS. RDP does not use port 389 or 636, and UDP/53 is typically associated with DNS. The Health Check service does not use port 389; rather, it leverages the standard HTTPS port, 443, for secure communication. In summary, for RDS, the standard RDP port 3389 is required, and for the PSM health check, HTTPS on port 443 is the default and recommended secure protocol.
Authoritative Links for further research:
Microsoft RDP documentation: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients CyberArk Documentation (requires login) - Search for PSM configuration and network requirements. HTTPS : https://www.cloudflare.com/learning/ssl/what-is-https/



Viewing page 3 of 20
Viewing questions 17 - 24 out of 149 questions


Post your Comments and Discuss CyberArk CPC-SEN exam prep with other Community members:

AI Tutor AI Tutor 👋 I’m here to help!