Which view provides detailed W3C timings of pages and resources?
Answer : C
The Waterfall analysis view provides detailed W3C timing breakdowns for web pages and resources. It visualizes how each resource loads, including DNS lookup, connection time, SSL negotiation, request/response time, and rendering.
This allows users to:
Identify slow-loading resources
Analyze frontend performance issues
Understand page load behavior in detail
Session Replay focuses on visual playback of user sessions.
Distributed Traces focus on backend request flows.
Extensions v2 are unrelated to frontend timing analysis.
===========
I need to restrict access of certain log files to specific Dynatrace users, which Dynatrace capability provides this?
Answer : C
Log Security Context in Dynatrace allows restricting access to specific logs based on user roles and permissions.
It enables:
Fine-grained access control over log data
Segmentation of logs based on teams or responsibilities
Secure handling of sensitive log information
Other options do not provide this capability:
Log Processing rules transform logs, not control access
SAML configuration handles authentication
OAuth tokens manage API access
Log Viewer is only for viewing logs
Which of the following best describes the functionality of the Security Investigator app?
Answer : C
The Security Investigator app in Dynatrace is designed for advanced security analysis and threat investigation using Dynatrace Query Language (DQL).
It enables users to:
Run and chain multiple queries across logs, metrics, traces, and events
Correlate different data types stored in Grail
Perform deep investigations into potential security incidents
This query-driven approach allows analysts to explore data relationships and uncover threats efficiently.
Other options describe capabilities not related to this app:
Credential vault checks are unrelated
Session investigation is part of RUM and Session Replay
Memory profiling is not a feature of Security Investigator
===========
Log files from my application may contain messages with errors. Whenever messages like these occur, we wish to notify support teams to investigate. Which Dynatrace feature would best address this ask?
Answer : A
Log Events allow Dynatrace to detect specific patterns (such as error messages) in logs and automatically trigger alerts.
They enable:
Detection of error patterns in logs
Creation of events/problems
Notification of support teams
Other options:
Log Processing rules transform logs, not alert
Anomaly detection rules are metric-based
Log Metrics convert logs into metrics but don't directly alert
Log Viewer is for manual inspection
I want to import metrics on a platform that is not supported by the OneAgent, what options do I have? (Select all that apply)
Answer : A, C
When a platform is not supported by OneAgent, Dynatrace provides alternative methods to ingest metrics:
OpenTelemetry allows ingestion of metrics using open standards, enabling integration with unsupported platforms by exporting telemetry data into Dynatrace
Dynatrace Extensions (especially Extensions v2) allow users to collect custom metrics from technologies that are not natively supported
Installing ActiveGate alone does not enable metric ingestion unless it is used in combination with extensions or APIs. Creating a Dynatrace App is unrelated to metric ingestion and is instead used for building custom UI or workflows within the platform.
===========
Which steps outline the Business Event Dataflow? (Select all that apply)
Answer : A, B, D
The Business Event Dataflow in Dynatrace follows a structured pipeline that focuses on collecting, handling, and analyzing business events:
Capture -- Business events are ingested into Dynatrace from various sources such as applications, APIs, or external systems
Process -- The captured data is processed, enriched, and stored within the Dynatrace platform (Grail)
Analyze -- Users query and analyze the processed data using tools like dashboards and DQL
Export is not considered a core step in the business event dataflow. While exporting data is possible, it is not part of the primary ingestion-to-analysis pipeline defined in Dynatrace.
===========
How can I automatically update the RUM JavaScript when manually inserting into my application at build time?
Answer : C
The Dynatrace API can be used to dynamically retrieve the latest version of the RUM JavaScript snippet during build time. This ensures that the most up-to-date script is always injected into the application without manual updates.
Other options:
ActiveGate is for communication and routing
OpenKit is for custom apps
OneAgent is not used in agentless/manual injection
===========