Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Cisco > AppDynamics > 500-420 > 500-420 Online Practice Questions and Answers

500-420 Online Practice Questions and Answers

Questions 4

A development team responsible for the front-end shopping application has asked to receive an email every time the Java container thread count exceeds 25. Which alert and response capabilities settings will provide the email?

A. Node Health-JMX Thread Pools (> Specific Value) + Notification Action (Send an Email)

B. Node Health-Thread Pools (> Specific Value) + Notification Action (Send an Email)

C. Node Health-Thread Pools (> Specific Value) + Notification Action (Custom Action)

D. Node Health-JMX Thread Pools (> Baseline) + Notification Action (Send an Email)

Buy Now

Correct Answer: B

In AppDynamics, you can create health rules to monitor various metrics and set up actions based on the thresholds defined for these metrics. For monitoring Java container thread counts, you can set a health rule based on Node Health-

specifically on thread pools-to trigger when the thread count exceeds a specific value. The Notification Action can then be configured to send an email to the development team whenever this threshold is breached.

References:

AppDynamics documentation on Health Rules:

https://docs.appdynamics.com/21.6/en/infrastructure-visibility/health-rules

Questions 5

Which three data points can be located by drilling down into a JDBC exit call for an Oracle backend? (Choose three.)

A. Query type

B. Statement type

C. Query Id

D. Weight %

E. Originating node

F. %Time

Buy Now

Correct Answer: ABE

When drilling down into a JDBC exit call for an Oracle backend, AppDynamics provides detailed information about the call. The data points include:

Query type, which can indicate whether it's a SELECT, INSERT, UPDATE, or DELETE statement.

Statement type, which describes the nature of the SQL statement being executed. Originating node, which identifies the node from which the JDBC call originated. These data points help in understanding the nature and source of database

operations, which can be critical for performance analysis and troubleshooting.

References:

AppDynamics documentation on Database Monitoring:

Questions 6

Refer to the exhibit.

On which tab will the configured transaction threshold be found?

A. Call Graph

B. Slow Calls and Error

C. DB and Remote Services Calls

D. Overview

E. More

Buy Now

Correct Answer: D

In Cisco AppDynamics, the transaction threshold configurations are typically found under the "Overview" tab. This is where you can view the health rule violations and performance baselines that are associated with transaction snapshots,

which can include the configured transaction thresholds. These thresholds set the acceptable performance limits for transactions, and when these limits are exceeded, it may trigger health rule violations that are visible on the Overview tab.

References:

AppDynamics Documentation on Transaction Snapshots AppDynamics Documentation on Health Rule Violations

Questions 7

A Business Transaction was registered and displayed on the Business Transaction Dashboard. It has continuous load on it. After an hour the Business Transaction stopped being displayed in the Business Transaction Dashboard. Which action stopped the display of the Business Transaction?

A. The Business Transaction Lock Down was enabled an hour ago.

B. The Business Transaction had been deleted an hour ago from the Business Transaction Dashboard.

C. The Business Transaction Custom Match Rule was deleted an hour ago.

D. The Business Transaction had been excluded an hour ago from the Business Transaction Dashboard.

Buy Now

Correct Answer: C

If a Business Transaction stops being displayed on the Business Transaction Dashboard after continuous load, it could be due to the deletion of the Business Transaction Custom Match Rule. Custom Match Rules in AppDynamics are used to

define custom business transactions based on specific criteria. If such a rule is deleted, transactions that were previously identified and displayed based on that rule may no longer be recognized as distinct business transactions, leading to

their disappearance from the dashboard.

References:

AppDynamics documentation on Business Transactions: Provides insights on configuring and managing business transactions, including the use of custom match rules.

Questions 8

What are two differences between creating a Transaction Group using the 'Create Group' action and defining a Transaction Detection rule? (Choose two.)

A. A Transaction Detection Rule changes the name of the incoming request and reduces the number of overall Business transactions.

B. Create Transaction Group changes the name of the incoming request and reduces the number of overall Business transactions.

C. A Transaction Group aggregates the data of multiple transactions.

D. Transaction Groups create Transaction Detection Rules in a faster easier way.

Buy Now

Correct Answer: CD

Creating a Transaction Group using the 'Create Group' action in AppDynamics allows for the aggregation of data from multiple transactions under a single group, facilitating a consolidated view of similar transactions. This differs from defining

a Transaction Detection Rule, which typically focuses on identifying and categorizing individual transactions based on specific criteria. Transaction Groups do not change the names of incoming requests nor reduce the number of overall

business transactions; instead, they provide a method for organizing and analyzing related transactions collectively, offering a streamlined approach compared to individually configuring Transaction Detection Rules for each transaction.

References:

AppDynamics documentation on Business Transactions: Covers the concept of Transaction Groups and their role in organizing and analyzing transaction data, as well as the process for creating and managing Transaction Detection Rules.

Questions 9

A Performance Analyst has enabled Development Level Monitoring for an application. For a default configuration, in which scenario will Development Level Monitoring get automatically disabled?

A. A maximum of 500 calls per minute limit is exceeded, and Maximum heap utilization percentage goes above 90%

B. A maximum of 1500 calls per minute limit is exceeded, and Maximum heap utilization percentage goes above 90%

C. A maximum of 1000 calls per minute limit is exceeded, and Maximum heap utilization percentage goes above 95%

D. A maximum of 2000 calls per minute limit is exceeded, and Maximum heap utilization percentage goes above 95%

Buy Now

Correct Answer: A

Development Level Monitoring in AppDynamics is designed for use in a lower volume, non-production environment. For a default configuration, Development Level Monitoring will get automatically disabled if the monitored environment

exceeds a threshold, typically a maximum of 1000 calls per minute, and the Maximum heap utilization percentage goes above 95%. These thresholds are in place to prevent excessive overhead in a production environment where such

detailed monitoring could impact performance.

References:

AppDynamics documentation on Agent Configuration: Provides information on configuration settings for monitoring levels, including when Development Level Monitoring is automatically disabled due to exceeding thresholds.

Questions 10

A Performance Analyst notices an increase in Business Transaction error rate that is much higher than normal alerts. The Performance Analyst can see these are related to the Health Rules defined for the Shopping Service that is monitored with AppDynamics Browser RUM. While troubleshooting the Performance Analyst wants details on which Browsers and Devices are affected. Which section of the Browser App Dashboard will provide this detail for a given time period?

A. Usage Stats

B. Sessions

C. Pages and Ajax Requests

D. Overview

Buy Now

Correct Answer: A

In the Browser Real User Monitoring (RUM) Dashboard, the Usage Stats section provides insights into user demographics, including the types of browsers and devices they are using. This section would help the Performance Analyst

understand which browsers and devices are affected during a specific time period when there has been an increase in the Business Transaction error rate.

References:

AppDynamics documentation on Browser RUM:

https://docs.appdynamics.com/21.6/en/end-user-monitoring/browser-monitoring/browser-real-user-monitoring

Questions 11

In which two features of AppDynamics can Information Points metric data be used? (Choose two.)

A. Alerting

B. Analytics

C. Flow Maps

D. Custom Dashboards

Buy Now

Correct Answer: AD

Information Points in AppDynamics are custom metrics that track specific data within your applications, such as method invocations or the value of method arguments. These metrics can be utilized in various features of AppDynamics, most

notably in "Alerting" and "Custom Dashboards." Alerting allows you to set up notifications based on the thresholds set for Information Points, ensuring that teams are promptly informed about significant changes or anomalies. Custom

Dashboards enable the visualization of Information Points metrics alongside other key performance indicators, providing a comprehensive view of application health and performance tailored to specific needs.

References:

AppDynamics documentation on Information Points: Explains how to create and use Information Points to monitor specific business-relevant metrics. AppDynamics documentation on Alerting: Details the process of setting up health rules and

alerts based on various metrics, including those from Information Points. AppDynamics documentation on Custom Dashboards: Guides on how to create dashboards that incorporate a wide range of metrics, including Information Points, for

customized monitoring.

Questions 12

Which two functions does the Business Transaction Discovery Feature allow a user to perform? (Choose two.)

A. Identify servers on which to install an AppDynamics application agent

B. Identify new Business transactions in the Business Transaction Dashboard

C. Identify PHP Business Transactions and preview them

D. Identify potential Business Transactions and preview them

E. Identify entry points from uninstrumented code

Buy Now

Correct Answer: BD

The Business Transaction Discovery feature in AppDynamics allows users to identify new and potential business transactions directly within the Business Transaction Dashboard. This feature aids in the continuous monitoring and adaptation

of the application's transaction tracking to changing business needs, ensuring comprehensive visibility. Users can also preview these identified transactions, assessing their relevance and impact on the application's performance before

deciding to monitor them as official business transactions.

References:

AppDynamics documentation on Business Transaction Monitoring: Discusses how to manage and monitor business transactions, including the discovery and preview of new or potential transactions.

AppDynamics documentation on Business Transaction Dashboard: Explains the functionalities and features of the Business Transaction Dashboard, including transaction discovery.

Questions 13

Which tab within the Application Dashboard displays performance trends for each of Snapshots, Average Response Time, and Events within one central view?

A. Application Flow Map

B. Dashboard

C. Events

D. Transaction Score

E. Network Dashboard

Buy Now

Correct Answer: D

The Transaction Score tab within the Application Dashboard is designed to display performance trends across various metrics including Snapshots, Average Response Time, and Events. It gives a comprehensive view of the transaction

performance, providing a score that reflects the health and reliability of transactions over time.

References:

AppDynamics documentation on Application Dashboard:

Exam Code: 500-420
Exam Name: Cisco AppDynamics Associate Performance Analyst (CAAPA)
Last Update: Jun 11, 2025
Questions: 64

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.