ExamGecko
Question list
Search
Search

Related questions











Question 8 - 500-425 discussion

Report
Export

Capacity planning for a regionally partitioned application requires that the administrator monitors the number of users and orgs mapped to a database. How does the administrator meet this requirement?

A.

Schedule an analytics query to check and report on the result periodically

Answers
A.

Schedule an analytics query to check and report on the result periodically

B.

Write code in a custom action that alerts when a region has reached capacity

Answers
B.

Write code in a custom action that alerts when a region has reached capacity

C.

Use a custom metric for databases and alert when it approaches a specific level

Answers
C.

Use a custom metric for databases and alert when it approaches a specific level

D.

Watch the size of the database and alert when it grows too much

Answers
D.

Watch the size of the database and alert when it grows too much

Suggested answer: A

Explanation:

Capacity planning is the process of estimating and allocating the resources needed to meet the current and future demands of an application. For a regionally partitioned application, where different users and organizations are assigned to different databases based on their location, capacity planning requires that the administrator monitors the number of users and orgs mapped to each database and ensures that they do not exceed the available resources.

According to theAppDynamics Analytics - AppDynamics, one way to meet this requirement is to schedule an analytics query to check and report on the result periodically. An analytics query is a SQL-like query that allows you to analyze and visualize the data collected by AppDynamics, such as business transactions, logs, metrics, events, and custom data. You can use analytics queries to create dashboards, widgets, reports, and alerts that provide insights into the performance and behavior of your applications and their components.

To schedule an analytics query to check and report on the number of users and orgs mapped to a database, the administrator can follow these steps:

Go to Analytics > Search.

Select the data source that contains the user and org information, such as Business Transactions, Logs, or Custom Data.

Enter the query that counts the number of users and orgs for each database, such asSELECT database, COUNT(DISTINCT user), COUNT(DISTINCT org) FROM data_source GROUP BY database.

Click the Save button and enter a name and description for the query.

Click the Schedule button and select the frequency, time range, and recipients for the query execution and report delivery.

Click Save.

Therefore,A(Schedule an analytics query to check and report on the result periodically) is the correct answer.Reference:

AppDynamics Analytics - AppDynamics

Cisco AppDynamics Associate Administrator Certification

Analytics Queries - AppDynamics

asked 11/10/2024
Sharanjit Kareer
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first