Which two statements are correct about creating Information Points? (Choose two.)
Correct Answer: A,B
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. References: 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.
Question 42
Which two Key Performance Indicators (KPIs) accurately provide insight into server-level resource consumption? (Choose two.)
Correct Answer: C,F
Memory Used% and CPU %Busy are the two KPIs that directly measure server-level resource consumption. Memory Used% represents the proportion of physical memory currently consumed on the monitored server. A sustained high value can indicate memory pressure, excessive process allocation, insufficient capacity, or conditions that may lead to paging and degraded application performance. CPU %Busy measures the percentage of processor capacity actively being used. It is a primary indicator of compute-resource utilization and helps identify CPU saturation, processing bottlenecks, or insufficient server capacity. Persistent high CPU utilization may correlate with increased response time, transaction queuing, and reduced throughput. The remaining options describe availability, application behavior, or transaction performance rather than direct infrastructure-resource consumption. Calls per Minute measures workload volume, Average Response Time measures transaction latency, Availability indicates whether a system or service is reachable, and Application Restarts records lifecycle events. Relevant CAAPA Study Guide topics include Server Visibility, Infrastructure Monitoring, Hardware Resource Metrics, CPU Utilization, Memory Utilization, and Correlating Server Health with Application Performance.
Question 43
What are two differences between creating a Transaction Group using the 'Create Group' action and defining a Transaction Detection rule? (Choose two.)
Correct Answer: A,C
Question 44
Which two options are forms of data collectors? (Choose two.)
Correct Answer: B,E
AppDynamics supports HTTP data collectors and method invocation data collectors for enriching transaction snapshots with contextual diagnostic information. An HTTP data collector captures selected request details associated with a Business Transaction, including URL or URI information, query or form parameters, HTTP headers, and cookies. These values help analysts distinguish transaction variants, correlate user input with application behavior, and identify request-specific causes of latency or errors. Sensitive values should be filtered or excluded through data-collection configuration. A method invocation data collector captures information from instrumented application methods. Depending on configuration and agent support, it can collect method arguments, object properties, local or instance data, and return values. This provides code-level context when examining transaction snapshots and call graphs. URN, URI, and SNMP are not separate AppDynamics transaction data-collector categories in this context. URI-related values are handled under HTTP request data collection, while SNMP belongs to network- management protocols rather than Application Agent transaction diagnostics. Relevant CAAPA topics include Transaction Data Collectors, HTTP Request Data Collection, Method Invocation Data Collection, Transaction Snapshots, Sensitive Data Filtering, and Business Transaction Diagnostics.
Question 45
Which option should a Performance Analyst use in an environment where virtual machines are routinely created and destroyed?
Correct Answer: B
In environments where virtual machines are frequently created and destroyed, using the agent configuration properties-Dappdynamics.agent.reuse.nodeNameand-Dappdynamics.agent.reuse.nodeName.prefixcan be beneficial. These settings allow AppDynamics agents to reuse node names for newly created instances, facilitating consistent monitoring and tracking across dynamic environments. This approach helps maintain clarity in application topology and ensures that performance data remains coherent even as the underlying infrastructure changes. References: AppDynamics documentation on Agent Configuration: Discusses advanced agent configuration options, including node name reuse, to accommodate dynamic environments such as those with frequently changing virtual machines. AppDynamics documentation on Infrastructure Monitoring: Offers insights into best practices for monitoring in dynamic and virtualized environments.