ExamGecko
Home / Cisco / 500-420 / List of questions
Ask Question

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

Add to Whishlist

List of questions

Question 31

Report Export Collapse

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?

Node health

Node health

Service endpoints

Service endpoints

Error Rates

Error Rates

Transaction performance

Transaction performance

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.

asked 11/10/2024
Tr Skumar
58 questions

Question 32

Report Export Collapse

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

Configuration > Baselines and create a new dynamic baseline

Configuration > Baselines and create a new dynamic baseline

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

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

Configuration > Instrumentation > Call Graph Settings and exclude irrelevant packages

Configuration > Instrumentation > Call Graph Settings and exclude irrelevant packages

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

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

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.

asked 11/10/2024
corey shields
32 questions

Question 33

Report Export Collapse

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

Primary table name

Primary table name

Database hostname/IP address

Database hostname/IP address

System table name

System table name

Database Type

Database Type

Port number

Port number

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.

asked 11/10/2024
Kehinde Ifarinde
49 questions

Question 34

Report Export Collapse

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

Calls per Minute

Calls per Minute

Availability

Availability

Average Response Time

Average Response Time

Application Restarts

Application Restarts

CPU %Busy

CPU %Busy

Memory Used%

Memory Used%

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.

asked 11/10/2024
Kong Yew Kuen
45 questions

Question 35

Report Export Collapse

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

Custom Report

Custom Report

Custom Dashboard

Custom Dashboard

Download PDF

Download PDF

Copy to Clipboard

Copy to Clipboard

Export

Export

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.

asked 11/10/2024
Shoban Babu
46 questions

Question 36

Report Export Collapse

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

Alerting

Alerting

Analytics

Analytics

Flow Maps

Flow Maps

Custom Dashboards

Custom Dashboards

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.

asked 11/10/2024
Jorge Rojas Gallegos
32 questions

Question 37

Report Export Collapse

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

Use Automatic Discovery

Use Automatic Discovery

Use Scope

Use Scope

Use Transaction Group

Use Transaction Group

Use Backend Detection

Use Backend Detection

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.

asked 11/10/2024
Phuong Pham
45 questions

Question 38

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 39

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 40

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member
Total 64 questions
Go to page: of 7
Search