ExamGecko
Home Home / Cisco / 500-425

Cisco 500-425 Practice Test - Questions Answers, Page 5

Question list
Search
Search

Related questions

What minimum details are required to properly configure a database agent from a zip file?

A.

Controller Host Database Agent Name. Account Access Key. Account Name

A.

Controller Host Database Agent Name. Account Access Key. Account Name

Answers
B.

Database Host Database Port Login Credentials

B.

Database Host Database Port Login Credentials

Answers
C.

Controller Host Controller Port, Account Access Key. Account Name

C.

Controller Host Controller Port, Account Access Key. Account Name

Answers
D.

Database Host Login Credentials

D.

Database Host Login Credentials

Answers
Suggested answer: C

Explanation:

https://docs.appdynamics.com/display/PRO45X/Install+the+Database+Agent

To properly configure a database agent from a zip file, you need to provide the following minimum details:

Controller Host: This is the hostname or IP address of the machine where the Controller is installed.You need to specify this so that the Database Agent can communicate with the Controller and send the collected data1

Controller Port: This is the port number that the Controller listens on for incoming connections. You need to specify this so that the Database Agent can connect to the Controller using the correct protocol.The default ports are 8090 for HTTP and 8181 for HTTPS for on-premise Controllers, and 80 for HTTP and 443 for HTTPS for SaaS Controllers1

Account Access Key: This is the key that authenticates the Database Agent with the Controller. You need to specify this so that the Database Agent can register itself with the Controller and access the license.You can find the account access key in the Controller UI under Settings > License > Account1

Account Name: This is the name of the account that the Database Agent belongs to. You need to specify this so that the Database Agent can associate itself with the correct application and user permissions.You can find the account name in the Controller UI under Settings > License > Account1

When troubleshooting an application using AppDynamics. which order would help narrow down a code problem with a specific business transaction the fastest?

A.

Review Application Dashboard > Check transaction scorecard > Check Transactions snapshots for problems

A.

Review Application Dashboard > Check transaction scorecard > Check Transactions snapshots for problems

Answers
B.

Review Exceptions > Look at Errors > Use Compare Releases

B.

Review Exceptions > Look at Errors > Use Compare Releases

Answers
C.

Review Application Dashboard > Look at Events > Check Service Endpoints

C.

Review Application Dashboard > Look at Events > Check Service Endpoints

Answers
D.

Review tier and node metrics > Check Database Calls and metrics > Review Application Dashboard

D.

Review tier and node metrics > Check Database Calls and metrics > Review Application Dashboard

Answers
Suggested answer: A

Explanation:

When troubleshooting an application using AppDynamics, the fastest way to narrow down a code problem with a specific business transaction is to follow this order:

Review Application Dashboard: This is the first step to get an overview of the health and performance of your application and its components. You can see the key metrics, such as response time, throughput, error rate, and load, for each tier, node, and business transaction. You can also see the health rule violations, events, and alerts that indicate any issues or anomalies in your application.

Check transaction scorecard: This is the second step to drill down to the details of a specific business transaction that you want to troubleshoot. You can see the transaction scorecard by clicking on the business transaction name on the application dashboard. The transaction scorecard shows the metrics, such as average response time, calls per minute, errors per minute, and slow calls, for the selected business transaction. You can also see the breakdown of the response time by tier, node, and remote service, and the distribution of the response time by percentile.

Check transaction snapshots for problems: This is the third step to identify the root cause of the code problem for the selected business transaction. You can see the transaction snapshots by clicking on the View Snapshots button on the transaction scorecard. Transaction snapshots are the detailed records of the execution of a business transaction, including the call graph, the exit calls, the errors, the exceptions, the logs, the HTTP parameters, the cookies, the session attributes, and the custom data. You can use the transaction snapshots to analyze the code execution, the database queries, the web service calls, the message queues, the errors, and the exceptions that affect the performance of the business transaction.

Therefore,A(Review Application Dashboard > Check transaction scorecard > Check Transactions snapshots for problems) is the correct answer.Reference:

Cisco AppDynamics Associate Administrator Certification

Troubleshoot Business Transactions - AppDynamics

Business Transaction - AppDynamics

Transaction Snapshots - AppDynamics

Java APM agents used in a production environment are consistently found to be disabled while no development environments exhibit this behavior Given that agents in both environments use the default configuration, what solution should be implemented to resolve this issue?

A.

Enable agent auto-restart in the controller Ul.

A.

Enable agent auto-restart in the controller Ul.

Answers
B.

Increase heap space for agent

B.

Increase heap space for agent

Answers
C.

Decrease worker thread count

C.

Decrease worker thread count

Answers
D.

Enable heap-storage-monitor-enabled setting on agent.

D.

Enable heap-storage-monitor-enabled setting on agent.

Answers
Suggested answer: D

Explanation:

One possible reason why Java APM agents used in a production environment are consistently found to be disabled while no development environments exhibit this behavior is that the production agents are running out of heap memory and crashing. This can happen if the production agents are monitoring a high volume of business transactions, metrics, or snapshots, and the default heap size is not sufficient to handle the load. To resolve this issue, you can enable the heap-storage-monitor-enabled setting on the agent, which allows the agent to monitor its own heap usage and automatically reduce the amount of data it collects when the heap usage reaches a certain threshold. This can help to prevent the agent from running out of memory and crashing.You can also adjust the heap-storage-monitor-threshold setting to specify the percentage of heap usage that triggers the data reduction1.Alternatively, you can also increase the heap space for the agent by using the -Xmx option in the agent startup script, but this may require more resources from the host machine2.

The other options are not valid solutions to resolve this issue. Enabling agent auto-restart in the controller UI will not prevent the agent from crashing due to heap exhaustion, but only restart the agent after it crashes.This may cause data loss and performance degradation3. Decreasing the worker thread count will not affect the heap usage of the agent, but only limit the number of concurrent tasks that the agent can execute. This may reduce the agent throughput and responsiveness.

https://docs.appdynamics.com/display/PRMY22/Java+Agent

https://docs.appdynamics.com/appd/23.x/latest/en/application-security-monitoring/cisco-secure-application-requirements

By default, which two Sensitive Data Filters substring does the Java Agent enable? (Choose two.)

A.

substring 'ssn'

A.

substring 'ssn'

Answers
B.

substring 'credit card'

B.

substring 'credit card'

Answers
C.

substring 'key'

C.

substring 'key'

Answers
D.

substring 'account'

D.

substring 'account'

Answers
E.

substring 'password'

E.

substring 'password'

Answers
Suggested answer: C, E

Explanation:

By default, the Java Agent enables two Sensitive Data Filters substring: substring ''key'' and substring ''password''. These filters prevent the agent from capturing and sending any data that contains these substrings to the Controller, such as query parameters, HTTP headers, cookies, environment variables, or system properties. This helps to protect sensitive information from being exposed in the Controller UI or reports.You can also add more filters or modify the existing ones by editing the agent configuration file1Reference:1:Filter Sensitive Data

Which three Operating Systems can be enabled in the Database Collector's Hardware Monitoring configuration? (Choose three.)

A.

OSX

A.

OSX

Answers
B.

Linux

B.

Linux

Answers
C.

Windows

C.

Windows

Answers
D.

Solaris

D.

Solaris

Answers
E.

HPUX

E.

HPUX

Answers
Suggested answer: B, C, D

Explanation:

The Database Collector's Hardware Monitoring configuration allows you to enable the Database Agent to monitor the server hardware in addition to the database.You can choose from the following operating systems: Linux, Windows, and Solaris1You need to provide the credentials and the connection details for the server that hosts the database1Reference:1:Configure the Database Agent to Monitor Server Hardware

When creating a scheduled report which field needs to be changed so the desired information is available in the report?

A.

Recipients

A.

Recipients

Answers
B.

Report Title

B.

Report Title

Answers
C.

Report Type

C.

Report Type

Answers
D.

Schedule

D.

Schedule

Answers
Suggested answer: C

Explanation:

According to the Reports document1, the Report Type field determines what kind of information is captured in the report. There are different report types available, such as Application Health Report, Dashboard Report, Controller Audit Report, and so on. Each report type has different fields in the Report Data tab that can be customized. Therefore, to get the desired information in the report, you need to select the appropriate Report Type from the dropdown menu when creating a scheduled report.Reference:

Reports

Which two options can be excluded using error configuration? (Choose two.)

A.

Database error return codes

A.

Database error return codes

Answers
B.

Uncaught exceptions

B.

Uncaught exceptions

Answers
C.

JavaScript errors

C.

JavaScript errors

Answers
D.

HTTP errors

D.

HTTP errors

Answers
Suggested answer: A, C

Explanation:

Error configuration is a feature in AppDynamics that allows you to exclude certain types of errors and exceptions from being reported on the dashboard. You can use error configuration to filter out noise and focus on the most relevant and actionable issues.

According to theError Configuration - AppDynamics, the following types of errors and exceptions can be excluded using error configuration:

Database error return codes: These are codes that indicate a problem with the database server, such as 0x80004005 (access denied) or 0x8000005E (access violation). You can exclude these errors from being reported on the dashboard by adding them to the error configuration list.

JavaScript errors: These are errors that occur in the browser due to invalid or malformed JavaScript code, such as syntax errors or reference errors. You can exclude these errors from being reported on the dashboard by adding them to the error configuration list.

Therefore,A(Database error return codes) andC(JavaScript errors) are two options that can be excluded using error configuration.Reference:

Error Configuration - AppDynamics

Cisco AppDynamics Associate Administrator Certification

[Create and Manage Error and Exception Configurations - AppDynamics]

Which two locations does an AppDynamics administrator use to view Remote Services metrics? (Choose two.)

A.

Tier Dashboard

A.

Tier Dashboard

Answers
B.

Business Transaction Dashboard

B.

Business Transaction Dashboard

Answers
C.

Exit Point Metrics

C.

Exit Point Metrics

Answers
D.

Tiers and Nodes Dashboard

D.

Tiers and Nodes Dashboard

Answers
Suggested answer: A, C

Explanation:

Remote Services metrics are the metrics that show the performance and behavior of the external systems that an application interacts with, such as web services, databases, message queues, etc. An AppDynamics administrator can use two locations to view Remote Services metrics: the Tier Dashboard and the Exit Point Metrics. The Tier Dashboard shows the flow map of a tier and its downstream dependencies, including the remote services that the tier calls. The administrator can click on any remote service node on the flow map to see the metrics such as average response time, calls per minute, errors per minute, etc. The Exit Point Metrics show the metrics for all the exit points (remote service calls) of an application, grouped by type, such as HTTP, JDBC, JMS, etc. The administrator can drill down to see the metrics for each exit point, such as the backend name, the tier name, the business transaction name, etc.

You need to examine the Java App agent logs on a host, but you do not have login access to the relevant host. How do you accomplish this via the Controller User Interface (Ul)?

A.

Controller Ul > Node Dashboard > Agents tab >App Server Agent tab > Agent Operations > Request Agent Logs

A.

Controller Ul > Node Dashboard > Agents tab >App Server Agent tab > Agent Operations > Request Agent Logs

Answers
B.

Controller Ul > application > Transaction Snapshots > Periodic Collection, then wait for the log to download

B.

Controller Ul > application > Transaction Snapshots > Periodic Collection, then wait for the log to download

Answers
C.

Controller Ul > Configuration > Instrumentation > Data Collectors > and then add a new collector for class *.*

C.

Controller Ul > Configuration > Instrumentation > Data Collectors > and then add a new collector for class *.*

Answers
D.

Controller Ul > application > Alert Respond > Create Action then issue an HTTP request to request agent logs

D.

Controller Ul > application > Alert Respond > Create Action then issue an HTTP request to request agent logs

Answers
Suggested answer: A

Explanation:

To examine the Java App agent logs on a host without login access, you can use the Controller UI to request the agent logs. This feature allows you to download the agent logs from the Controller UI without having to access the host machine.You can specify the log level, the time range, and the file size limit for the logs12Reference:1:Request Agent Logs2:Java Agent Logging

What is the result of starting a Diagnostic Session?

A.

A single snapshot is captured for the next Business Transaction that occurs.

A.

A single snapshot is captured for the next Business Transaction that occurs.

Answers
B.

Snapshots are captured at an accelerated rate for the Business Transaction specified

B.

Snapshots are captured at an accelerated rate for the Business Transaction specified

Answers
C.

A snapshot is captured for every transaction flowing through the application until the Diagnostic Session is ended

C.

A snapshot is captured for every transaction flowing through the application until the Diagnostic Session is ended

Answers
D.

Snapshots are captured at an accelerated rate for all Business Transactions configured

D.

Snapshots are captured at an accelerated rate for all Business Transactions configured

Answers
Suggested answer: B

Explanation:

According to the Diagnostic Sessions document1, a diagnostic session is a timed session in which AppDynamics captures transaction snapshots for a business transaction at a more frequent interval that you set. In the session, AppDynamics captures full call graphs for the transactions. A diagnostic session can be triggered manually or automatically based on a health rule violation or a threshold of slow or error transactions. A diagnostic session is always associated with a specific business transaction, not all business transactions configured. Therefore, the correct answer is B.Reference:

Diagnostic Sessions

Total 61 questions
Go to page: of 7