ExamGecko
Home Home / Cisco / 500-420

Cisco 500-420 Practice Test - Questions Answers

Question list
Search
Search

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%

A.

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

Answers
B.

A maximum of 1500 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%

Answers
C.

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

C.

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

Answers
D.

A maximum of 2000 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%

Answers
Suggested answer: A

Explanation:

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.

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.

An AppDynamics deployment has Business Transaction Lock Down turned on. The company has just added an important service to its application and wants to track this service as a unique Business Transaction. What action is needed to achieve this?

A.

Use the Business Transaction Dashboard for the tier-specific All Other Traffic to register the Business Transaction

A.

Use the Business Transaction Dashboard for the tier-specific All Other Traffic to register the Business Transaction

Answers
B.

Modify the Automatic Transaction Discovery rule to include the Web Service Name and Operation Name

B.

Modify the Automatic Transaction Discovery rule to include the Web Service Name and Operation Name

Answers
C.

Use live preview to identify the Business Transaction and Register it from there

C.

Use live preview to identify the Business Transaction and Register it from there

Answers
D.

Create a Custom Transaction Match Rule based on the Web Service Name and Operation Name

D.

Create a Custom Transaction Match Rule based on the Web Service Name and Operation Name

Answers
Suggested answer: D

Explanation:

When Business Transaction Lock Down is enabled in AppDynamics, no new business transactions will be automatically discovered to avoid uncontrolled growth in the number of business transactions. To track a new service as a unique Business Transaction, one needs to create a Custom Match Rule that specifies the criteria for identifying the business transaction. In this case, the Custom Match Rule should be based on the Web Service Name and Operation Name which are the distinguishing characteristics of the new service. This allows for the precise identification and monitoring of the service within the AppDynamics platform.

Reference: AppDynamics documentation on Business Transaction configuration and Custom Match Rules.

With what frequency are widgets updated during a war room scenario?

A.

Near real-time

A.

Near real-time

Answers
B.

Every 5 minutes

B.

Every 5 minutes

Answers
C.

Every 10 minutes

C.

Every 10 minutes

Answers
D.

Every 60 minutes

D.

Every 60 minutes

Answers
Suggested answer: A

Explanation:

During a war room scenario, which is a real-time troubleshooting session, widgets in AppDynamics dashboards update in near real-time. This allows teams to observe the immediate impact of changes and identify issues as they occur.

AppDynamics documentation on War Rooms:

Which AppDynamics option will allow a Performance Analyst to compare and filter related servers using custom metadata within your environment?

A.

Server Tagging

A.

Server Tagging

Answers
B.

Server Visibility

B.

Server Visibility

Answers
C.

Standalone Machine Agent

C.

Standalone Machine Agent

Answers
D.

Dynamic Monitoring Mode

D.

Dynamic Monitoring Mode

Answers
Suggested answer: A

Explanation:

Server Tagging in AppDynamics allows a Performance Analyst to compare and filter related servers by using custom metadata. This feature enables users to group and organize their servers based on criteria that make sense for their environment, such as role, location, environment type, or any other custom metadata.

AppDynamics documentation on Server Tagging: https://docs.appdynamics.com/latest/en/infrastructure-visibility/infrastructure-visibility-settings/server-tags

When should URI Segments be used in Transaction Detection rules?

A.

When identifying business transactions using particular parts of the SMTP request

A.

When identifying business transactions using particular parts of the SMTP request

Answers
B.

When the application uses message-oriented technologies

B.

When the application uses message-oriented technologies

Answers
C.

When the application is a Web-Oriented Technology

C.

When the application is a Web-Oriented Technology

Answers
D.

When the agent names the business transaction for the Web service name plus the operation name

D.

When the agent names the business transaction for the Web service name plus the operation name

Answers
Suggested answer: C

Explanation:

URI Segments should be used in Transaction Detection rules when the application is web-oriented. Web-oriented applications often have meaningful information in the URI that can identify different business transactions. URI Segments can help in defining patterns that match specific parts of the URI to distinguish different transactions.

AppDynamics documentation on Transaction Detection: https://docs.appdynamics.com/latest/en/application-monitoring/business-transactions

Which statement about Service End Points and Business Transactions is true?

A.

Service End Points and Business Transactions can both be renamed by right clicking and selecting 'rename'.

A.

Service End Points and Business Transactions can both be renamed by right clicking and selecting 'rename'.

Answers
B.

Service End Points and Business Transactions can both configure data collectors.

B.

Service End Points and Business Transactions can both configure data collectors.

Answers
C.

Service End Points and Business Transactions can both be split.

C.

Service End Points and Business Transactions can both be split.

Answers
D.

Service End Points and Business Transactions both provide percentile metrics.

D.

Service End Points and Business Transactions both provide percentile metrics.

Answers
Suggested answer: B

Explanation:

Both Service Endpoints and Business Transactions in AppDynamics have the capability to configure data collectors. Data collectors are used to gather detailed information about transactions or endpoints, such as method parameters, return values, and SQL statements.

AppDynamics documentation on Data Collectors: https://docs.appdynamics.com/latest/en/application-monitoring/configure-data-collection

A Performance Analyst has opened a database collector view. Which tab should be clicked on next to find slow queries?

A.

Schemas

A.

Schemas

Answers
B.

Queries

B.

Queries

Answers
C.

Live View

C.

Live View

Answers
D.

Object Browser

D.

Object Browser

Answers
Suggested answer: B

Explanation:

When analyzing database performance in AppDynamics, the 'Queries' tab within the database collector view is where a Performance Analyst should navigate to find slow queries. This tab presents a list of database queries executed by the application, highlighting those with long execution times, which are potential bottlenecks impacting application performance.

AppDynamics documentation on Database Monitoring: Details the database collector feature, including how to use the Queries tab to identify and analyze slow database queries.

What does the Live Preview option in a Business Transaction Discovery Session allow a user to do?

A.

See if new Transaction Discovery Rules work

A.

See if new Transaction Discovery Rules work

Answers
B.

Provide streaming logs from the application agent

B.

Provide streaming logs from the application agent

Answers
C.

Search classes and methods currently running on the system

C.

Search classes and methods currently running on the system

Answers
D.

Stream entry points in your application

D.

Stream entry points in your application

Answers
Suggested answer: A

Explanation:

The Live Preview option in a Business Transaction Discovery Session in AppDynamics allows a user to verify the effectiveness of newly configured Transaction Discovery Rules. This feature provides real-time feedback on how these rules identify and categorize business transactions, enabling users to adjust and fine-tune the rules to ensure accurate and meaningful transaction monitoring.

AppDynamics documentation on Business Transaction Management: Includes information on Business Transaction Discovery Sessions and the use of Live Preview to validate Transaction Discovery Rules.

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.

A.

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

Answers
B.

Create Transaction Group 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.

Answers
C.

A Transaction Group aggregates the data of multiple transactions.

C.

A Transaction Group aggregates the data of multiple transactions.

Answers
D.

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

D.

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

Answers
Suggested answer: C, D

Explanation:

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.

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.

Which option, in addition to 'minutes since creation', would a Performance Analyst use while configuring Automatic Cleanup of stale Business Transactions?

A.

Transaction Type

A.

Transaction Type

Answers
B.

Number of Calls

B.

Number of Calls

Answers
C.

Regular Expression

C.

Regular Expression

Answers
D.

Class/Method Filter

D.

Class/Method Filter

Answers
Suggested answer: B

Explanation:

When configuring Automatic Cleanup of stale Business Transactions, the 'minutes since creation' option is often paired with the 'Number of Calls' metric. This setting ensures that business transactions that have not been called within a certain timeframe and have had a negligible number of calls are automatically cleaned up, helping to maintain an organized and relevant set of business transactions in the monitoring system.

AppDynamics documentation on Business Transactions: Discusses best practices for managing business transactions, including the automatic cleanup based on time and call volume thresholds.

Total 64 questions
Go to page: of 7