ExamGecko
Home Home / Cisco / 500-420

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

Question list
Search
Search

List of questions

Search

A Performance Analyst is experiencing difficulty with the transaction response time on a node. The Performance Analyst attempts to create a health rule monitoring the business transactions' performance on that node. Which set of data should the Performance Analyst select when creating the health rule?

A.

Node health

A.

Node health

Answers
B.

Service endpoints

B.

Service endpoints

Answers
C.

Error Rates

C.

Error Rates

Answers
D.

Transaction performance

D.

Transaction performance

Answers
Suggested answer: D

Explanation:

When a Performance Analyst is faced with issues related to transaction response times on a specific node, focusing on the 'Transaction performance' data is most relevant. This is because transaction performance metrics provide direct insights into the business transactions' speed, response times, and execution times, which are critical for identifying and troubleshooting performance issues. By selecting 'Transaction performance' when creating a health rule, the analyst can monitor specific metrics such as average response time, slow transaction count, and very slow transaction count, which are directly related to the performance of business transactions on the node in question.

AppDynamics documentation on Health Rules: This section explains how to create and configure health rules to monitor application performance metrics, including transaction performance.

AppDynamics documentation on Business Transactions: Provides details on how AppDynamics identifies and monitors business transactions, which are key to understanding application performance.

Developers and operations personnel complain the Controller tracks many irrelevant Java classes and methods. How does a Performance Analyst exclude this unhelpful information?

A.

Configuration > Baselines and create a new dynamic baseline

A.

Configuration > Baselines and create a new dynamic baseline

Answers
B.

Edit the mbeans-server.xml file to delete the irrelevant methods

B.

Edit the mbeans-server.xml file to delete the irrelevant methods

Answers
C.

Configuration > Instrumentation > Call Graph Settings and exclude irrelevant packages

C.

Configuration > Instrumentation > Call Graph Settings and exclude irrelevant packages

Answers
D.

Edit the controller-info.xml file to exclude irrelevant methods

D.

Edit the controller-info.xml file to exclude irrelevant methods

Answers
Suggested answer: C

Explanation:

To streamline the monitoring process and enhance the relevance of collected data, AppDynamics allows Performance Analysts to exclude certain Java classes and methods from instrumentation. This is done through the 'Configuration > Instrumentation > Call Graph Settings' menu, where irrelevant packages and classes can be specified for exclusion. This approach prevents the AppDynamics agent from tracking unnecessary or irrelevant methods, thus reducing overhead and focusing on the most critical aspects of application performance.

AppDynamics documentation on Call Graph Settings: This section details how to configure call graph settings, including the exclusion of specific classes and methods from instrumentation, to optimize performance monitoring.

Which three pieces of information are required when creating a new database collector? (Choose three.)

A.

Primary table name

A.

Primary table name

Answers
B.

Database hostname/IP address

B.

Database hostname/IP address

Answers
C.

System table name

C.

System table name

Answers
D.

Database Type

D.

Database Type

Answers
E.

Port number

E.

Port number

Answers
Suggested answer: B, D

Explanation:

When creating a new database collector in AppDynamics, the essential pieces of information required include the 'Database hostname/IP address,' 'Database Type,' and 'Port number.' These details are crucial for establishing a connection to the database and ensuring accurate monitoring. The hostname/IP address identifies the server where the database is hosted, the Database Type specifies the database management system (e.g., MySQL, Oracle), and the Port number is necessary for network communication with the database server.

AppDynamics documentation on Database Visibility: This section explains how to set up database collectors, including the required information for successful configuration.

Which two Key Performance Indicators (KPIs) accurately provide insight into server level resource consumption? (Choose two.)

A.

Calls per Minute

A.

Calls per Minute

Answers
B.

Availability

B.

Availability

Answers
C.

Average Response Time

C.

Average Response Time

Answers
D.

Application Restarts

D.

Application Restarts

Answers
E.

CPU %Busy

E.

CPU %Busy

Answers
F.

Memory Used%

F.

Memory Used%

Answers
Suggested answer: E, F

Explanation:

Key Performance Indicators (KPIs) such as 'CPU %Busy' and 'Memory Used%' are critical for providing insights into server-level resource consumption. 'CPU %Busy' indicates the percentage of time the CPU is actively working on processes, reflecting the server's processing workload. 'Memory Used%' shows the proportion of memory utilized, indicating how much of the server's RAM is being consumed by applications and processes. These KPIs are essential for understanding and managing server performance and resource allocation.

AppDynamics documentation on Server Monitoring: Includes information on monitoring server-level metrics, including CPU and memory utilization, to assess resource consumption.

What are two options tor sharing snapshot details from the snapshot window? (Choose two.)

A.

Custom Report

A.

Custom Report

Answers
B.

Custom Dashboard

B.

Custom Dashboard

Answers
C.

Download PDF

C.

Download PDF

Answers
D.

Copy to Clipboard

D.

Copy to Clipboard

Answers
E.

Export

E.

Export

Answers
Suggested answer: C, E

Explanation:

To share snapshot details from the snapshot window in AppDynamics, the options to 'Download PDF' and 'Export' are typically used. 'Download PDF' allows users to generate a PDF report of the snapshot details, providing a convenient and portable format for sharing and review. The 'Export' option enables the extraction of snapshot data in various formats (e.g., CSV, XML), facilitating further analysis or sharing with other tools and stakeholders.

AppDynamics documentation on Snapshots: This section covers how snapshots capture detailed performance data for transactions, including how to share and export this information for collaborative analysis.

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

A.

Alerting

A.

Alerting

Answers
B.

Analytics

B.

Analytics

Answers
C.

Flow Maps

C.

Flow Maps

Answers
D.

Custom Dashboards

D.

Custom Dashboards

Answers
Suggested answer: A, D

Explanation:

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.

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.

An E-commerce application is built using microservices architecture design with several components. In AppDynamics, how should the Transaction Detection rules be grouped logically?

A.

Use Automatic Discovery

A.

Use Automatic Discovery

Answers
B.

Use Scope

B.

Use Scope

Answers
C.

Use Transaction Group

C.

Use Transaction Group

Answers
D.

Use Backend Detection

D.

Use Backend Detection

Answers
Suggested answer: C

Explanation:

For an e-commerce application built using a microservices architecture, logically grouping Transaction Detection rules can be effectively achieved through 'Use Transaction Group.' This approach allows for the organization of business transactions into meaningful groups that reflect the application's structure and the interactions between its microservices. By grouping transactions, it becomes easier to monitor, analyze, and troubleshoot the application as a whole and its individual components, enhancing the visibility and management of the application's performance.

AppDynamics documentation on Business Transactions: Provides insights on how to configure and manage business transactions, including grouping and monitoring strategies.

AppDynamics documentation on Microservices Monitoring: Offers guidance on best practices for monitoring applications designed with microservices architecture, including transaction grouping.

A Performance Analyst has noticed a significant decrease in an application's workload (calls/min) and is trying to identify the root cause. Which option will give the Performance Analyst insight into the behavior of the affected Business Transactions?

A.

Review Business Transactions and enable Show Trends

A.

Review Business Transactions and enable Show Trends

Answers
B.

In Metric Browser Plot Calls/min for the Application

B.

In Metric Browser Plot Calls/min for the Application

Answers
C.

Review Top Business Transactions by Load in the Application Dashboard

C.

Review Top Business Transactions by Load in the Application Dashboard

Answers
D.

Review the Transaction Score for the Application

D.

Review the Transaction Score for the Application

Answers
E.

Review all elements in the Application Flow Map and identify variations in load

E.

Review all elements in the Application Flow Map and identify variations in load

Answers
Suggested answer: C

Explanation:

When a Performance Analyst observes a significant decrease in an application's workload (calls/min), reviewing the 'Top Business Transactions by Load' in the Application Dashboard can provide valuable insights. This feature allows the analyst to quickly identify which business transactions have experienced the most significant changes in load, potentially pinpointing the root cause of the overall workload decrease. It offers a focused view of the application's performance, highlighting areas that may require further investigation or immediate action.

AppDynamics documentation on Application Dashboard: Describes the features and capabilities of the Application Dashboard, including how to view and analyze the top business transactions by load.

AppDynamics documentation on Business Transactions: Details the importance of monitoring business transactions and how they can be used to understand application performance trends.

A Performance Analyst is reviewing Business Transactions with an Application team. The Application team would like to increase the Application Business Transaction limit because they need to have visibility into all the different transactions. What should the Performance Analyst do?

A.

Do nothing since the limit is not important during configuration

A.

Do nothing since the limit is not important during configuration

Answers
B.

Increase the limit to the requested value

B.

Increase the limit to the requested value

Answers
C.

Increase the limit half way between the current level and the requested value

C.

Increase the limit half way between the current level and the requested value

Answers
D.

Focus on the Business Transactions exceeding the limit and why

D.

Focus on the Business Transactions exceeding the limit and why

Answers
Suggested answer: D

Explanation:

When an application team requests an increase in the Application Business Transaction limit for visibility purposes, it's crucial for the Performance Analyst to focus on the transactions that are currently exceeding the limit and understand why. This approach helps in identifying whether the limit is being reached due to genuinely essential transactions or if there are redundant, irrelevant, or improperly defined transactions contributing to the limit breach. By analyzing and rationalizing the transactions, the analyst can ensure that only valuable transactions are monitored, optimizing resource usage and maintaining effective observability without necessarily increasing the limit.

AppDynamics documentation on Business Transaction Limits: Discusses the implications of business transaction limits and strategies for managing and optimizing these limits within AppDynamics.

AppDynamics Best Practices Guide: Offers recommendations for configuring and managing business transactions, including handling limits and ensuring meaningful transaction monitoring.

Which two views can a Controller-level custom dashboard provide? (Choose two.)

A.

Show a single view of only historical data.

A.

Show a single view of only historical data.

Answers
B.

Aggregate and compare data from only a single application on the same Controller

B.

Aggregate and compare data from only a single application on the same Controller

Answers
C.

Aggregate and compare data from different applications on the same Controller

C.

Aggregate and compare data from different applications on the same Controller

Answers
D.

A customized view of applications, servers, and database performance data

D.

A customized view of applications, servers, and database performance data

Answers
Suggested answer: C, D

Explanation:

Controller-level custom dashboards in AppDynamics have the flexibility to provide views that aggregate and compare data from different applications on the same Controller, as well as offer a customized view of applications, servers, and database performance data. This capability enables a holistic view of the IT environment, facilitating cross-application insights and the ability to correlate performance across different layers of the technology stack. Such dashboards are invaluable for understanding overarching trends, pinpointing systemic issues, and driving informed decision-making across multiple applications and infrastructure components.

AppDynamics documentation on Custom Dashboards: Provides detailed instructions on creating and customizing dashboards at the Controller level, including the aggregation and comparison of data from various sources.

AppDynamics documentation on Controller UI: Explains the functionalities available within the Controller UI, including the creation of comprehensive dashboards that encompass application, server, and database metrics.

Total 64 questions
Go to page: of 7