ExamGecko
Home Home / Cisco / 500-420

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

Question list
Search
Search

What is the purpose of a transaction snapshot?

A.

To analyze issues with a specific business transaction

A.

To analyze issues with a specific business transaction

Answers
B.

To analyze issues only with a transaction flagged as stalled

B.

To analyze issues only with a transaction flagged as stalled

Answers
C.

To analyze issues with a specific instances of a transaction

C.

To analyze issues with a specific instances of a transaction

Answers
D.

To analyze issues only with a transaction flagged as slow

D.

To analyze issues only with a transaction flagged as slow

Answers
Suggested answer: A

Explanation:

A transaction snapshot in AppDynamics is a detailed report of a single execution of a business transaction. Its primary purpose is to analyze issues with a specific business transaction by providing a comprehensive view of the transaction's execution path, including timing, call graphs, and database queries. This allows performance analysts and developers to drill down into individual transactions to diagnose performance bottlenecks, errors, or anomalies.

AppDynamics documentation on Transaction Snapshots: Offers detailed guidance on how to capture and analyze transaction snapshots to troubleshoot and optimize application performance.

Which permission allows snapshot archiving?

A.

'Can view data from all applications'

A.

'Can view data from all applications'

Answers
B.

'Configure Business Transactions'

B.

'Configure Business Transactions'

Answers
C.

'Agent Advanced Operation'

C.

'Agent Advanced Operation'

Answers
D.

'Application level - Can create applications'

D.

'Application level - Can create applications'

Answers
Suggested answer: C

Explanation:

The permission to enable snapshot archiving in AppDynamics typically falls under advanced operational capabilities, such as those categorized under 'Agent Advanced Operation.' This permission allows users to archive transaction snapshots for long-term storage and analysis, which is essential for historical performance analysis and auditing purposes.

AppDynamics documentation on Role-Based Access Control: Explains the different permissions and roles within AppDynamics, including those related to advanced agent operations and snapshot archiving.

Which values can be used to identify a split exit point?

A.

Tetration application values

A.

Tetration application values

Answers
B.

dynamic application values

B.

dynamic application values

Answers
C.

static application values

C.

static application values

Answers
D.

variable application values

D.

variable application values

Answers
Suggested answer: C

Explanation:

A split exit point in AppDynamics is identified using static application values. Static values provide a consistent and predictable way to categorize exit points, making it easier to aggregate and analyze similar types of interactions with external services or components.

AppDynamics documentation on Exit Points: Provides insights into how exit points are defined and identified within AppDynamics, including the use of static values for split exit points.

A client needs to reference a metric from different applications on an AppDynamics dashboard. Which of the following is true?

A.

Metrics from different applications can be cross referenced but cannot be combined in a single dashboard

A.

Metrics from different applications can be cross referenced but cannot be combined in a single dashboard

Answers
B.

Metrics from different applications cannot be cross referenced or combined on an AppDynamics dashboard

B.

Metrics from different applications cannot be cross referenced or combined on an AppDynamics dashboard

Answers
C.

Metrics from different applications cannot be cross referenced on an AppDynamics dashboard

C.

Metrics from different applications cannot be cross referenced on an AppDynamics dashboard

Answers
D.

Metrics from different applications can be cross referenced on an AppDynamics dashboard

D.

Metrics from different applications can be cross referenced on an AppDynamics dashboard

Answers
Suggested answer: D

Explanation:

In AppDynamics, metrics from different applications can indeed be cross-referenced on a single dashboard. This allows for a more holistic view of an organization's application ecosystem, facilitating the comparison and correlation of performance metrics across different applications within the same AppDynamics controller.

AppDynamics documentation on Custom Dashboards: Details how to create custom dashboards that can include metrics from multiple applications, enabling cross-referencing and comprehensive performance monitoring.

Which two statements are correct about creating Information Points? (Choose two.)

A.

A wildcard can be used to select multiple methods for an Information Point.

A.

A wildcard can be used to select multiple methods for an Information Point.

Answers
B.

A wildcard can be used to select multiple classes for an Information Point.

B.

A wildcard can be used to select multiple classes for an Information Point.

Answers
C.

An Information Point can be created on the same class and method as a Custom Exit Point.

C.

An Information Point can be created on the same class and method as a Custom Exit Point.

Answers
D.

An Information Point can be created on a class and method that is executed before the Business Transaction entry point.

D.

An Information Point can be created on a class and method that is executed before the Business Transaction entry point.

Answers
Suggested answer: A, B

Explanation:

When creating Information Points in AppDynamics, wildcards can be utilized to select multiple methods or classes, thereby broadening the scope of data collection. This feature is particularly useful for monitoring similar operations across different components of an application, enabling a more efficient and scalable approach to gathering custom metrics.

AppDynamics documentation on Information Points: Elaborates on the process of setting up Information Points, including the use of wildcards to capture metrics from multiple methods or classes.

Which three Key Performance Indicators (KPIs) are automatically collected when you create an Information Point without adding custom data? (Choose three.)

A.

Maximum Response Time

A.

Maximum Response Time

Answers
B.

CPU Time

B.

CPU Time

Answers
C.

Minimum Response Time

C.

Minimum Response Time

Answers
D.

Response Time

D.

Response Time

Answers
E.

Errors per Minute

E.

Errors per Minute

Answers
F.

Calls per Minute

F.

Calls per Minute

Answers
Suggested answer: D, E, F

Explanation:

When an Information Point is created in AppDynamics without adding custom data, it automatically collects three key performance indicators (KPIs): Response Time, Errors per Minute, and Calls per Minute. Response Time measures the time taken to complete a transaction or operation, providing insights into application performance. Errors per Minute tracks the number of errors occurring within the scope of the Information Point, helping identify problematic areas. Calls per Minute counts the number of times the specified operation or transaction is invoked, indicating its usage frequency and potential impact on application performance.

AppDynamics documentation on Information Points: Discusses the creation and configuration of Information Points, including the default metrics collected.

What are two types of Data Collectors in AppDynamics APM? (Choose two.)

A.

SQL data collectors

A.

SQL data collectors

Answers
B.

HTTP data collectors

B.

HTTP data collectors

Answers
C.

Remote Service invocation data collectors

C.

Remote Service invocation data collectors

Answers
D.

Method invocation data collectors

D.

Method invocation data collectors

Answers
Suggested answer: A, D

Explanation:

In AppDynamics Application Performance Management (APM), two types of Data Collectors are SQL data collectors and Method invocation data collectors. SQL data collectors capture and record detailed information about SQL queries executed by the application, helping identify slow or inefficient database operations. Method invocation data collectors capture information about specific method calls within the application code, including execution times and parameters, providing deep insights into code-level performance.

AppDynamics documentation on Data Collectors: Provides detailed information on configuring SQL and Method invocation data collectors for in-depth application monitoring.

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)

A.

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

Answers
B.

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

B.

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

Answers
C.

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

C.

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

Answers
D.

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

D.

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

Answers
Suggested answer: B

Explanation:

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.

AppDynamics documentation on Health Rules: https://docs.appdynamics.com/21.6/en/infrastructure-visibility/health-rules

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

A.

Query type

A.

Query type

Answers
B.

Statement type

B.

Statement type

Answers
C.

Query Id

C.

Query Id

Answers
D.

Weight %

D.

Weight %

Answers
E.

Originating node

E.

Originating node

Answers
F.

%Time

F.

%Time

Answers
Suggested answer: A, B, E

Explanation:

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.

AppDynamics documentation on Database Monitoring:

Refer to exihibit.

Refer to the exhibit. When looking at the Transaction Score for a specific transaction, how are errors in the transaction identified?

A.

Set the time range and drill down into the snapshots in the Error tab.

A.

Set the time range and drill down into the snapshots in the Error tab.

Answers
B.

Set the time range and examine the Slow Response Times tab.

B.

Set the time range and examine the Slow Response Times tab.

Answers
C.

Set the time range and examine the dashboard for errors.

C.

Set the time range and examine the dashboard for errors.

Answers
D.

Set the time range and drill down into the snapshots in the Events tab.

D.

Set the time range and drill down into the snapshots in the Events tab.

Answers
Suggested answer: A

Explanation:

Errors in a transaction are identified by examining the snapshots that capture the problematic transactions. By setting the appropriate time range, a Performance Analyst can drill down into the snapshots within the Error tab to identify and analyze errors. These snapshots provide detailed diagnostic information, such as stack traces, slow SQL queries, and error logs, which are vital for pinpointing the root cause of transaction errors.

AppDynamics documentation on Transaction Snapshots:

Total 64 questions
Go to page: of 7