I want to use Dynatrace's global network of Synthetic Monitoring locations to monitor my application, which capability provides this?
Answer : B
Public Synthetics use Dynatrace's global network of locations to test applications from various geographic regions.
Ideal for global availability testing
No infrastructure setup required
Private Synthetics are for internal environments.
===========
Which Dynatrace app would be best suited to retain the results of a DQL query for later analysis?
Answer : B
Notebooks are the best tool in Dynatrace for retaining and reusing DQL query results.
They allow users to:
Store DQL queries
Keep query results for later analysis
Combine queries with text, documentation, and visualizations
Share insights across teams
Other options:
Dashboards are for visualization, not query retention
Data Explorer is for ad-hoc analysis
Reports are more static and not designed for iterative DQL workflows
===========
Which steps would I need to perform to automatically detect anomalies, such as cluster CPU-request saturation events on a node, in my Kubernetes environment?
Answer : B, C, D
To enable automatic anomaly detection in Kubernetes:
Connect Dynatrace to the Kubernetes API to gather cluster data
Deploy OneAgent (via container/Docker/Operator) to monitor nodes and workloads
Enable Kubernetes anomaly detection settings in Dynatrace
This allows Dynatrace to automatically detect issues like CPU saturation.
RUM is unrelated to infrastructure anomaly detection.
===========
Which attribute provides a unique value to view a transaction end-to-end?
Answer : D
The W3C trace ID uniquely identifies a distributed trace across all services and components involved in a transaction.
It enables:
End-to-end visibility of a request
Correlation of spans across multiple services
Full trace reconstruction in distributed environments
Other attributes are not unique identifiers:
Span kind describes the role of a span
Process ID identifies a process, not a transaction
Service type categorizes services
Only the W3C trace ID provides a globally unique identifier for a full transaction.
===========
Which capability provides a single view of multiple hyperscalers' resources?
Answer : C
The Clouds App in Dynatrace provides a unified, single-pane view across multiple cloud providers (hyperscalers), such as AWS, Azure, and Google Cloud. It aggregates cloud services, resources, and their relationships into one centralized interface.
This capability allows users to:
Monitor multi-cloud environments in one place
Analyze dependencies across different cloud providers
Gain visibility into cloud services, costs, and performance
Other options do not serve this purpose:
Extensions v2 extend monitoring capabilities
RUM focuses on end-user experience
Kubernetes App focuses specifically on Kubernetes environments
What is the smallest aggregation time for recent metrics?
Answer : C
Dynatrace aggregates recent metrics at a minimum granularity of 1 minute.
This ensures:
Efficient storage
Consistent visualization
Smaller intervals like 10 or 30 seconds are not standard aggregation intervals.
===========
What Dynatrace tool is utilized to initially perform Application Security monitoring?
Answer : C
OneAgent is the primary component used to initially enable Application Security (AppSec) monitoring in Dynatrace.
It automatically:
Instruments application code
Detects vulnerabilities at runtime
Captures security-related data such as code-level weaknesses and attack vectors
This built-in capability allows Dynatrace to provide continuous application security without requiring additional manual instrumentation.
AppSec Apps are used to analyze and visualize detected vulnerabilities but rely on data collected by OneAgent.
ActiveGate handles communication and routing.
OpenTelemetry is used for telemetry ingestion, not native AppSec monitoring.