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

Updated On: 28-Jul-2026

To disable the PSM default Support for Browser Sessions, which option should be set to ‘No’ before running Hardening?

  1. SupportWebApplications
  2. SupportBrowsers
  3. SupportWebBrowsers
  4. SupportHTML5Content

Answer(s): A

Explanation:

The correct answer is A. SupportWebApplications .
Here's a detailed justification:
The question addresses disabling the PSM's built-in support for browser-based sessions within CyberArk Privilege Cloud. The key is understanding the specific terminology CyberArk uses to define this feature.
While terms like "browsers" and "web browsers" seem intuitive, the actual parameter controlling this function within CyberArk's configuration during the hardening process is SupportWebApplications . Setting this parameter to "No" effectively prevents the PSM (Privileged Session Manager) from launching and managing sessions that rely on web browser interfaces. This means users would not be able to connect to targets through the PSM using a browser.
Options B, C, and D are either too generic or incorrect regarding the terminology used in CyberArk hardening configurations. The SupportWebApplications setting is the precise control that determines whether the PSM
can broker sessions for web-based applications, regardless of the underlying technology (HTML5, etc.).
Essentially, by disabling web application support at the PSM level, you restrict session access to privileged accounts that would typically be initiated via a browser. This action would require alternative access methods if necessary.
Hardening processes frequently involve disabling unnecessary services or applications to minimize the attack surface. If browser-based sessions are not required or deemed a security risk, disabling them through the SupportWebApplications parameter is a recommended security practice. This configuration change needs to be implemented before the PSM hardening process is executed. It directly controls the functionality related to web application session support.


Reference:

While a direct, publicly accessible link to this specific configuration setting within the CyberArk Privilege Cloud documentation is limited (CyberArk's documentation requires a login), general information about Privilege Cloud hardening and PSM configuration can be found through CyberArk's official website and training materials. CyberArk documentation is available with a valid support agreement.



Your customer is using Privilege Cloud Shared Services.
What is the correct CyberArk Vault address for this customer?

  1. carkvault–<subdomain>.privilegecloud.cyberark.cloud
  2. vault–<subdomain>.privilegecloud.cyberark.cloud
  3. v–<subdomain>.privilegecloud.cyberark.cloud
  4. carkvlt–<subdomain>.privilegecloud.cyberark.cloud

Answer(s): B

Explanation:

The correct CyberArk Vault address for a customer using Privilege Cloud Shared Services is vault–
<subdomain>.privilegecloud.cyberark.cloud . Here's why:
CyberArk Privilege Cloud Shared Services utilizes a multi-tenant architecture where resources are shared amongst multiple customers. The Vault, the core component storing privileged credentials, is a critical element. The address structure clearly indicates the customer's specific subdomain within the broader Privilege Cloud environment. The prefix "vault" is consistently used by CyberArk to designate the Vault component in their cloud offerings. The <subdomain> uniquely identifies the customer's instance within the shared environment, ensuring logical isolation and data security. Replacing "vault" with alternatives like "carkvault," "v," or "carkvlt" is inconsistent with CyberArk's standard naming conventions for Privilege Cloud. The .privilegecloud.cyberark.cloud domain explicitly confirms that the service is hosted within CyberArk's own cloud infrastructure for Privilege Cloud customers. The structure ensures proper routing of requests to the correct customer's Vault instance. CyberArk's official documentation and training materials corroborate this naming convention. Choosing the correct Vault address is crucial for the proper functionality of Privilege Cloud components, including password management, session monitoring, and access control. Incorrect Vault addresses can lead to connectivity failures and security breaches. CyberArk manages the underlying infrastructure of the Vault in Privilege Cloud, simplifying administration for the customer. The naming convention aligns with standard cloud-based service addressing practices, facilitating easier integration with other IT systems.It allows CyberArk to maintain and update the Vault efficiently across all customer instances. Proper DNS resolution relies on the accuracy of the Vault address. A clear and consistent naming structure is vital for troubleshooting and support. Using the correct Vault address guarantees the proper configuration of CyberArk agents and connectors.
Authoritative links for further research:
CyberArk Privilege Cloud Documentation: https://docs.cyberark.com/ (Navigate to Privilege Cloud section) CyberArk Training: https://university.cyberark.com/



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

  1. See Explanation section for answer.

Answer(s): A

Explanation:



You plan to install Privilege Cloud Connectors on your AWS and Azure environments.
What is the maximum number of concurrent RDP/SSH sessions that each connector can handle for Large Implementations?

  1. 1–10
  2. 31–60
  3. 100
  4. 200

Answer(s): B

Explanation:

The correct answer is B, 31-60 concurrent RDP/SSH sessions. Privilege Cloud Connectors act as secure jump servers facilitating connections to target systems in cloud environments like AWS and Azure. CyberArk documentation categorizes implementations by size (small, medium, large). For large deployments, optimized for higher scalability and throughput, the connectors are configured to handle a greater number of concurrent sessions. The specific limit depends on factors like connector hardware specifications (CPU, memory), network bandwidth, and overall system resource availability, but the maximum limit is explicitly between 31 and 60. Options A, C, and D are therefore incorrect.
While a small implementation could handle 1-10 (A) and a medium Implementation 11-30 sessions, large implementations are specifically built for greater concurrency. It is crucial to adhere to CyberArk's recommended specifications to ensure optimal performance and security. Exceeding the session limits can lead to performance degradation, connection failures, and potentially compromise security. The 31-60 sessions limit on large implementations is therefore the safest and most effective number of RDP/SSH sessions to run with each connector.
Relevant information can be found in CyberArk's official documentation and sizing guides, although the exact limit may be subject to change depending on the specific Privilege Cloud Connector version and CyberArk's internal testing. Due to documentation confidentiality, a direct link may not be available, but searching CyberArk's support portal with relevant keywords will return accurate guides.
https://docs.cyberark.com/Product-
Doc/OnlineHelp/PrivCloud/Latest/en/Content/Privilege_Cloud/connectors-deploy-connectors.htm (This general documentation doesn't mention the exact number, but discusses connector deployment in Privilege Cloud.)



Before the hardening process, your customer identified a PSM Universal Connector executable that will be required to run on the PSM.
Which file should you update to allow this to run?

  1. PSMConfigureAppLocker.xml
  2. PSMHardening.xml
  3. PSMAppConfig.xml
  4. PSMConfigureHardening.xml

Answer(s): A

Explanation:

The correct answer is A. PSMConfigureAppLocker.xml. Here's why:
The CyberArk Privilege Session Manager (PSM) is hardened to prevent unauthorized applications from running, thereby mitigating the risk of privilege escalation and malware injection. AppLocker is a Windows feature that controls which applications are allowed to run.
Before the hardening process is applied, you need to explicitly allow any legitimate executables required for business purposes, such as a PSM Universal Connector. This ensures that the PSM functions correctly after hardening.
PSMConfigureAppLocker.xml is the file specifically designed for defining AppLocker rules on the PSM server. By modifying this XML file, you can add exceptions to the default hardening rules, permitting the specified PSM Universal Connector executable to run. PSMHardening.xml is a more general configuration file that defines various aspects of the PSM hardening process, but it's not specifically designed for managing AppLocker rules. PSMAppConfig.xml is not a standard CyberArk configuration file related to AppLocker or hardening. It's more likely to be a custom configuration file used for specific application settings, if it exists at all in a given environment. PSMConfigureHardening.xml is not a standard CyberArk file for configuring application whitelisting. The standard procedure relies on the PSMConfigureAppLocker.xml file to define AppLocker exceptions.
Therefore, to allow the PSM Universal Connector executable to run after hardening, you must update PSMConfigureAppLocker.xml with the appropriate AppLocker rule that permits its execution. This file serves as the central point for managing application whitelisting via AppLocker on the PSM server during the hardening process.
Supporting Links:
CyberArk documentation on hardening PSM: (Consult official CyberArk documentation on PSM hardening and AppLocker configuration for the most accurate and up-to-date information. As the documentation is often behind a login, I cannot provide a direct link) Microsoft AppLocker documentation: https://learn.microsoft.com/en-us/windows/security/threat-protection/applocker/applocker-overview



You have been tasked with deploying a Privilege Cloud PSM for SSH connector.
When the initial installation has successfully completed, you create and permission several maintenance users to be used for administering the connector.
Which configuration file must be updated to define these maintenance users?

  1. sshd.config
  2. basic_psmpserver.conf
  3. sshd_config
  4. psmpparms

Answer(s): C

Explanation:

The correct answer is C. sshd_config .
Here's why: The sshd_config file is the primary configuration file for the SSH daemon (sshd) on a Linux system.
Privilege Cloud's PSM for SSH connector relies on SSH for secure access to target systems. Defining maintenance users who can administer the connector directly involves configuring the SSH daemon to recognize and authenticate those users. To allow these maintenance users to connect via SSH and administer the PSM for SSH connector, their access must be configured within the sshd_config file. This often involves specifying allowed users or groups, configuring authentication methods (e.g., public key authentication), and potentially restricting certain commands or capabilities for those users. Options A, B, and D are incorrect because the sshd.config is commonly a typo, basic_psmpserver.conf and psmpparms files are related to general
PSM server configurations rather than specific SSH daemon settings. These files are relevant for broader PSM functionality, not for defining authorized SSH users for the PSM for SSH connector itself. The sshd_config file is the definitive place to control SSH access at the operating system level.
Further Research:
OpenSSH sshd_config man page: man sshd_config on a Linux system or search online for "sshd_config man page". CyberArk documentation on PSM for SSH: While CyberArk's specific documentation may require a login, searching for "CyberArk PSM for SSH configuration" will yield relevant resources.



What is a requirement when installing the PSM on multiple Privileged Cloud Connector servers?

  1. Each PSM must have the same path to the same recordings directory.
  2. All PSMs in the environment must be configured to use load balancing
  3. Additional Privilege Cloud Connector servers cannot have CPM installed.
  4. In-domain servers cannot be used when deploying multiple PSM servers.

Answer(s): B

Explanation:

The correct answer is B. All PSMs in the environment must be configured to use load balancing.
When deploying multiple PSMs behind Privileged Cloud Connectors in a CyberArk Privileged Cloud environment, ensuring high availability and optimal performance is paramount. Load balancing becomes a critical requirement to distribute the workload evenly across all available PSM servers. Without load balancing, one PSM might become overloaded while others remain underutilized, leading to performance bottlenecks and potential service disruptions.
CyberArk documentation emphasizes the importance of load balancing for PSM deployments in high availability scenarios. Load balancing ensures that user connection requests are intelligently routed to the least burdened PSM server, maximizing resource utilization and minimizing response times. This configuration not only improves the user experience but also enhances the overall resilience of the privileged access management infrastructure. Moreover, load balancing provides a mechanism for handling PSM server failures; if one PSM goes offline, the load balancer automatically redirects traffic to the remaining healthy servers, maintaining continuous service availability.
Option A is incorrect because while a shared recording directory path can be used, it's not a strict requirement for all deployments. It depends on the specific compliance and auditing needs of the organization. Option C is incorrect; additional Privileged Cloud Connector servers can, and sometimes should, have CPM installed depending on the scalability and redundancy needed for CPM functionalities. Finally, Option D is incorrect because in-domain servers are commonly used as PSMs and don't preclude using multiple PSM servers. Only option B is required when utilizing multiple PSM servers for Privileged Cloud Connector for both redundancy and performance reasons.
For authoritative references, consult the official CyberArk documentation on deploying and configuring PSM for high availability and load balancing in a Privileged Cloud environment. This resource provides detailed guidance on best practices and configuration options. Also look at the CyberArk Marketplace for community and official solutions.



What must be done before configuring directory mappings in the CyberArk Privilege Cloud Standard Portal for LDAP integration?

  1. Retrieve the LDAPS certificate and deliver it to CyberArk.
  2. Create a new domain in the Privilege Cloud Portal.
  3. Make sure HTTPS (443/tcp) is reachable over the Secure Tunnel.
  4. Ensure the user connecting to the domain has administrative privileges.

Answer(s): A

Explanation:

The correct answer is A, "Retrieve the LDAPS certificate and deliver it to CyberArk." Here's a detailed justification:
When integrating CyberArk Privilege Cloud with an LDAP directory, secure communication is paramount. LDAP over SSL/TLS (LDAPS) encrypts the communication channel, protecting sensitive information like usernames and passwords during authentication. To establish this secure communication, CyberArk needs to trust the LDAP server. This trust is established by verifying the LDAPS certificate presented by the LDAP server.
The LDAPS certificate is a digital document that verifies the identity of the LDAP server. CyberArk uses this certificate to ensure that it's communicating with the legitimate LDAP server and not an imposter. Before configuring directory mappings, this certificate must be retrieved from the LDAP server. Often, this is a .cer file.
Delivering this certificate to CyberArk allows them to import it into the Privilege Cloud environment's trust store. This action explicitly tells CyberArk to trust the LDAP server presenting that specific certificate. Without this trust, the connection attempt will likely fail, preventing successful user authentication and authorization via the LDAP directory.
Option B is incorrect because creating a new domain within Privilege Cloud is a subsequent step, done after establishing the trusted connection to the external directory. Option C relates to secure tunnel accessibility which is relevant for other connectivity aspects but not the initial trust establishment via certificates. Option D is partially true because the LDAP service account used for synchronization requires sufficient permissions, but it’s not directly related to the pre-requisite of certificate verification.
The certificate exchange guarantees the authenticity of the LDAP server, forming the foundation for secure LDAP integration and Directory Mapping. By importing and trusting the LDAPS certificate, CyberArk ensures secure and verifiable communication between Privilege Cloud and the integrated LDAP directory, allowing successful authentication and authorization of users.
For further reading, refer to resources on LDAPS configuration, digital certificate management, and CyberArk's official documentation for Privilege Cloud LDAP integration. Although specific public links to CyberArk's documentation may require login access, searching for "CyberArk Privilege Cloud LDAP integration certificate" on their official website should provide relevant information. Also, resources on general LDAP and SSL/TLS concepts can be found on reputable IT security websites like SANS Institute ( www.sans.org ) and NIST ( www.nist.gov ).



Viewing page 4 of 20
Viewing questions 25 - 32 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!