Which feature can be used to determine if a given Java class is visible in AppDynamics?
Correct Answer: B
To determine if a given Java class is visible in AppDynamics, the "Preview Business transactions" feature in a Business Transaction Discovery Session can be used. This feature allows users to validate and preview the detection of business transactions, which includes ensuring that specific Java classes and methods are being correctly identified and monitored by AppDynamics. References: AppDynamics documentation on Business Transaction Detection: Explains how to conduct a Business Transaction Discovery Session and use the preview feature to validate the visibility and detection of business transactions, including specific Java classes.
Question 37
What are two options tor sharing snapshot details from the snapshot window? (Choose two.)
Correct Answer: C,E
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. References: 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.
Question 38
What AppDynamics Alert Action does a Performance Analyst need to select to post an AppDynamics event to a third-party collaboration tool?
Correct Answer: A
The correct action is Make an HTTP Request. AppDynamics uses HTTP Request actions to send event information to external systems that expose a REST API, webhook, or other HTTP-based integration endpoint. A Performance Analyst can configure the destination URL, HTTP method, headers, authentication, and request body, then include AppDynamics event variables in the payload. This allows a health rule violation, policy trigger, or other supported event to be posted directly into a third- party collaboration platform. The external tool can then display the alert in a channel, notify an operations team, or initiate its own workflow. Create or Update a JIRA Ticket is intended specifically for issue-tracking integration rather than general collaboration-platform messaging. Take a thread dump is a diagnostic action used to capture application thread activity. Run a script or executable on problematic nodes is a remediation action and does not directly post an event to an external collaboration service. Relevant CAAPA Study Guide topics include Policies, Alert Actions, HTTP Request Actions, Webhook Integrations, Event Templates, Health Rule Violations, and Third-Party Notification Workflows.
Question 39
Which three Key Performance Indicators (KPIs) are automatically collected when you create an Information Point without adding custom data? (Choose three.)
Correct Answer: D,E,F
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. References: AppDynamics documentation on Information Points: Discusses the creation and configuration of Information Points, including the default metrics collected.
Question 40
Within the Application Dashboard, which two methods could a Performance Analyst use to quickly demonstrate that a slow backend is contributing to an application slowdown? (Choose two.)
Correct Answer: B,D
The Application Flow - Grid View and Application Flow Map provide the fastest dashboard-level methods for demonstrating that a backend dependency is contributing to degraded application performance. In Grid View, the analyst can locate the backend and review dependency-specific indicators such as average response time, calls per minute, errors, and calls made by upstream tiers. Comparing these values across relevant time ranges makes it straightforward to show that backend latency rose at the same time as application response time. The Application Flow Map provides the same dependency context visually. Selecting the backend exposes its performance metrics and relationship to the calling tier, allowing the analyst to compare current behavior with an earlier timeframe or baseline and demonstrate the backend's contribution to end-to-end latency. Top Business Transactions focuses primarily on transaction-level performance rather than direct backend comparison. Transaction Snapshots provide detailed evidence for individual executions, but they are less suitable for a rapid dashboard-level comparison across timeframes. Relevant CAAPA topics include Application Dashboard, Flow Map Analysis, Grid View, Backend Performance, Dependency Response Time, and Time-Range Comparison.