ExamGecko
Home Home / Cisco / 500-420

Cisco 500-420 Practice Test - Questions Answers, Page 2

Question list
Search
Search

List of questions

Search

A Performance Analyst has an urgent need to gather more data for an ongoing issue. What should the Performance Analyst do?

A.

Enable Development Level Monitoring

A.

Enable Development Level Monitoring

Answers
B.

Browse the Metric Browser for errors

B.

Browse the Metric Browser for errors

Answers
C.

Review the various transaction snapshots to identify anomalies

C.

Review the various transaction snapshots to identify anomalies

Answers
D.

Carefully monitor the snapshots for errors

D.

Carefully monitor the snapshots for errors

Answers
Suggested answer: A

Explanation:

If a Performance Analyst has an urgent need to gather more data for an ongoing issue, they should enable Development Level Monitoring. This monitoring level increases the amount of detailed diagnostic data collected by the agent, such as snapshots and transaction traces, which can provide deeper insights into the issue at hand.

AppDynamics documentation on Monitoring Levels: Describes the different levels of monitoring available, including Development Level Monitoring and the types of data each level collects.

Which statement is correct regarding controller-level and tier/node-level dashboards?

A.

The Performance Analyst can associate a controller-level dashboard with a tier or node through the My Dashboards tab

A.

The Performance Analyst can associate a controller-level dashboard with a tier or node through the My Dashboards tab

Answers
B.

From the controller-level dashboards list the Performance Analyst can access any tier/node-level dashboards outside the application in which they were created.

B.

From the controller-level dashboards list the Performance Analyst can access any tier/node-level dashboards outside the application in which they were created.

Answers
C.

Controller-level and tier/node-level dashboards are two separate sets. The Performance Analyst cannot cross-reference between these dashboards.

C.

Controller-level and tier/node-level dashboards are two separate sets. The Performance Analyst cannot cross-reference between these dashboards.

Answers
D.

Controller-level and tier/node-level dashboards are not scoped to be separate entities.

D.

Controller-level and tier/node-level dashboards are not scoped to be separate entities.

Answers
Suggested answer: C

Explanation:

Controller-level and tier/node-level dashboards in AppDynamics are treated as separate entities. They are scoped differently, with controller-level dashboards providing a global view across the entire AppDynamics domain, and tier/node-level dashboards being specific to particular tiers or nodes within an application. Performance Analysts do not have the ability to cross-reference directly between these two sets of dashboards within the AppDynamics UI.

AppDynamics documentation on Dashboards: https://docs.appdynamics.com/latest/en/application-monitoring/custom-dashboards


How does a Performance Analyst identify if automatic remediation has been taken for a health rule violation?

A.

Expand on the 'Description' field to display 'Actions Executed'.

A.

Expand on the 'Description' field to display 'Actions Executed'.

Answers
B.

Review the 'Application Dashboard' and review 'Actions Executed'

B.

Review the 'Application Dashboard' and review 'Actions Executed'

Answers
C.

Right-click on 'view details' and click on the 'Actions Executed' button.

C.

Right-click on 'view details' and click on the 'Actions Executed' button.

Answers
D.

Click on the link inside the Health Rule field and look for the 'Affects' tab to display the Executed Actions.

D.

Click on the link inside the Health Rule field and look for the 'Affects' tab to display the Executed Actions.

Answers
Suggested answer: A

Explanation:

To identify if automatic remediation actions have been taken for a health rule violation in AppDynamics, a Performance Analyst should expand the 'Description' field of the health rule violation event. This section will provide details on the actions executed as part of the automatic remediation process. These details help analysts understand the steps taken by the system to mitigate the issue without manual intervention.

Reference: AppDynamics documentation on Health Rule Violations and Automated Actions.

A team of developers deploys new Java servlet code that should create new business transactions in AppDynamics. After applying load on the new code function, there are no new Business Transactions on the Business Transaction Dashboard. Which two options should the developers check in AppDynamics to make sure the Business Transactions can be discovered?

[Choose two.)

A.

The metric browser to see if the new transactions appear under Business Transaction Performance.

A.

The metric browser to see if the new transactions appear under Business Transaction Performance.

Answers
B.

The tier with the new code does not have any rules excluding it.

B.

The tier with the new code does not have any rules excluding it.

Answers
C.

Auto discovery for service endpoints is turned on.

C.

Auto discovery for service endpoints is turned on.

Answers
D.

There is a health rule created to check for transaction performance.

D.

There is a health rule created to check for transaction performance.

Answers
E.

Auto Discovery for servlet is turned on for Java agents.

E.

Auto Discovery for servlet is turned on for Java agents.

Answers
Suggested answer: B, E

Explanation:

When new business transactions are not appearing on the Business Transaction Dashboard after deploying new code, developers should verify that there are no exclusion rules in place on the tier where the new code was deployed. Additionally, it is crucial to ensure that the Auto Discovery feature for servlets is enabled for Java agents, as this allows AppDynamics to automatically detect and name business transactions based on incoming requests to servlets. Both of these checks are necessary to ensure that new business transactions can be discovered and monitored.

Reference: AppDynamics documentation on Business Transaction detection and Java Agent configuration.

Refer to exhibit.

Refer to the exhibit. Using this heap utilization graph, which method is used to confirm if a memory leak is occurring during a certain time frame?

A.

In metric browser go through Application Infrastructure > Hardware Resources and select Memory Total (MB) and Used (MB)

A.

In metric browser go through Application Infrastructure > Hardware Resources and select Memory Total (MB) and Used (MB)

Answers
B.

Refer to the Tiers and Nodes section and into the Memory tab and visualize Heap Utilization (%) and Heap Current Usage (MB) Vs Max (MB)

B.

Refer to the Tiers and Nodes section and into the Memory tab and visualize Heap Utilization (%) and Heap Current Usage (MB) Vs Max (MB)

Answers
C.

Refer to the Tiers and Nodes section and into the JMX tab and select JVM > Memory > Heap > Max Available (MB) and Current usage (MB)

C.

Refer to the Tiers and Nodes section and into the JMX tab and select JVM > Memory > Heap > Max Available (MB) and Current usage (MB)

Answers
D.

In metric browser go through Application Infrastructure > Hardware Resources > Memory Total (MB) and Swap Used (MB)

D.

In metric browser go through Application Infrastructure > Hardware Resources > Memory Total (MB) and Swap Used (MB)

Answers
Suggested answer: B

Explanation:

To confirm if a memory leak is occurring, one should refer to the Tiers and Nodes section of the AppDynamics Controller UI, navigate to the Memory tab, and observe the Heap Utilization over time in relation to the Heap's Current Usage (MB) versus the Maximum (MB) allocated. Consistent growth in heap utilization or an upward trend that does not decrement even after garbage collection indicates a potential memory leak.

Which two match conditions can be added when you configure an Information Point? (Choose two.)

A.

Match based on a regex applied to the method

A.

Match based on a regex applied to the method

Answers
B.

Match based on the invoked object

B.

Match based on the invoked object

Answers
C.

Match based on the Business Transaction

C.

Match based on the Business Transaction

Answers
D.

Match based on the return value

D.

Match based on the return value

Answers
Suggested answer: A, B

Explanation:

When configuring an Information Point in AppDynamics, you can add match conditions to refine what gets measured. Match conditions based on a regex applied to the method allow you to specify which methods to include based on a regular expression pattern. Matching based on the invoked object allows you to specify which objects' methods are included, filtering the data according to the object type or instance. These conditions help in pinpointing specific methods or objects for which you want to collect runtime information.

Reference: AppDynamics documentation on Information Points and Match Conditions.

What are two examples of backend calls? (Choose two.)

A.

a request coming from a browser

A.

a request coming from a browser

Answers
B.

a tier-to-tier request

B.

a tier-to-tier request

Answers
C.

an asynchronous request

C.

an asynchronous request

Answers
D.

a remote services call

D.

a remote services call

Answers
Suggested answer: B, D

Explanation:

Backend calls in AppDynamics are the interactions that an application component has with external components or services. These can include calls to databases, remote service calls, and interactions between different tiers of an application.

A tier-to-tier request refers to any internal call that happens between different tiers (or nodes) within the same application. For example, a web tier calling an API service tier within the same application ecosystem.

A remote services call is an external call from an application to a service that resides outside of the application's environment, like a call to an external web service, REST API, or a third-party service provider.

AppDynamics documentation on Backend Detection: https://docs.appdynamics.com/21.6/en/application-monitoring/identify-backends

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

A.

Usage Stats

Answers
B.

Sessions

B.

Sessions

Answers
C.

Pages & Ajax Requests

C.

Pages & Ajax Requests

Answers
D.

Overview

D.

Overview

Answers
Suggested answer: A

Explanation:

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.

AppDynamics documentation on Browser RUM: https://docs.appdynamics.com/21.6/en/end-user-monitoring/browser-monitoring/browser-real-user-monitoring

Which health rule violation event will be triggered when a Performance Analyst modifies the existing health rule that is already in critical violation?

A.

Health Rule Violation Ended - Critical

A.

Health Rule Violation Ended - Critical

Answers
B.

Health Rule Violation Started - Critical

B.

Health Rule Violation Started - Critical

Answers
C.

Health Rule Violation Canceled - Critical

C.

Health Rule Violation Canceled - Critical

Answers
D.

Health Rule Violation Continues - Critical

D.

Health Rule Violation Continues - Critical

Answers
Suggested answer: D

Explanation:

When a Performance Analyst modifies an existing health rule that is already in a state of critical violation, the event that is typically triggered is 'Health Rule Violation Continues - Critical.' This event indicates that, despite the modification, the health rule is still being violated at a critical level. The system recognizes that the conditions for the health rule violation are still being met and continues to alert accordingly.

AppDynamics documentation on Health Rules and Events: Explains the different types of health rule events and the conditions under which they are triggered.

A Performance Analyst received an alert that the Average Response Time is increasing after a new marketing offer was released. Which metric would quickly help the Performance Analyst determine that users may not be critically impacted?

A.

Errors per Minute increase

A.

Errors per Minute increase

Answers
B.

Calls per Minute decrease

B.

Calls per Minute decrease

Answers
C.

Errors per Minute decrease

C.

Errors per Minute decrease

Answers
D.

Calls per Minute increase

D.

Calls per Minute increase

Answers
Suggested answer: D

Explanation:

If the Average Response Time is increasing after the release of a new marketing offer, seeing an increase in Calls per Minute could quickly help the Performance Analyst determine that users may not be critically impacted. This increase may indicate that despite the higher average response time, more users are engaging with the application, possibly due to interest generated by the marketing offer. It suggests that the system is handling more load, which could be a factor in the increased response time.

AppDynamics documentation on Performance Metrics: Discusses the implications of various key performance indicators, including how an increase in Calls per Minute can be interpreted in the context of application performance.

Total 64 questions
Go to page: of 7