What are two advantages of using an Events Service cluster? (Choose two.)
Correct : A, C
Clusters allow data replication across multiple nodes. This means that the data is duplicated and distributed among the nodes in the cluster, providing data redundancy and protection against data loss in case of a node failure. Data replication also improves data availability and query performance, as the cluster can handle concurrent requests from multiple clients.
Start a Discussions
What are two reasons that would require an administrator to install the Events Service cluster manually? (Choose two.)
Correct : B, C
According to the Cisco AppDynamics Professional Implementer (CAPI) documents, the two reasons that would require an administrator to install the Events Service cluster manually are:
The incorrect options are:
1: Manual Installation of the Events Service Cluster - AppDynamics
Start a Discussions
Which URL retrieves all AppDynamics business applications from an AppDynamics Controller using the AppDynamics Rest API?
Correct : C
The AppDynamics Rest API allows you to retrieve information and perform operations on the AppDynamics platform using HTTP requests. To retrieve all AppDynamics business applications from an AppDynamics Controller using the AppDynamics Rest API, you need to use the following URL format:
http(s)://<controller-host>:
This URL returns the business application names and internal numeric identifiers for all the applications that are monitored by the Controller. You can use the application name or ID as a parameter for other API methods that require the application context. You can also specify the output format as XML (default) or JSON by adding the output query parameter. For example:
http(s)://<controller-host>:
This URL returns the same information as the previous one, but in JSON format. You can also filter the applications by their status (alive or not) by adding the time-range-type query parameter. For example:
http(s)://<controller-host>:
Start a Discussions
Which two AppDynamics user permissions should an administrator configure in order to protect private data such as credit card numbers? (Choose two.)
Correct : C, E
AppDynamics can collect sensitive data such as credit card numbers from various sources, such as SQL queries, error messages, HTTP headers, cookies, and so on. To protect this data from unauthorized access or exposure, an administrator should configure the user permissions for the following features:
Start a Discussions
Instead of using the Enterprise Console Ul, how can an administrator import an existing keypair to manage the Controller SSL certificate?
Correct : A
The incorrect options are:
1: Controller SSL and Certificates - AppDynamics
2: How do I resolve SSL certificate validation errors in the .NET Agent? - AppDynamics
Start a Discussions