
















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This study set provides a comprehensive collection of questions and verified solutions for the dynatrace pro certification exam in 2025. It covers a wide range of topics, including oneagent configuration, managed cluster management, data storage, performance analysis, and mobile monitoring. Designed to help individuals prepare for the exam and gain a deeper understanding of dynatrace's features and functionalities.
Typology: Exams
1 / 24
This page cannot be seen from the preview
Don't miss anything!
What distribution method do the OneAgents use to connect to AGs? - correct answer - Round robin How often do OneAgents check connections to AGs? - correct answer - Every 5 mins What are the priorities for the AGs a OneAgent will connect to? - correct answer - Environment AG, cluster AG, cluster node What user repositories can be used in a managed cluster? - correct answer
What authentication protocols can be used for SSO? - correct answer - OpenID Connect. SAML 2.0. What can API tokens be used for? - correct answer - Environment Management. Configuration Management. Cluster Management. User/Group Management. How often is a managed cluster backed up? - correct answer - daily What is backed up and what's not? - correct answer - Configuration files are, Cassandra is, ES is, and transaction storage is not. What's shown in the CMC audit log? - correct answer - all changes made to the Managed Cluster
What port does the OneAgent use to send data to an ActiveGate? - correct answer - 9999 What port does the cluster use to send data to MC? - correct answer - 443 What port does the Dynatrace Managed UI, OneAgent and REST API use to send data to the cluster? - correct answer - 443 Where is Code Level and Performance data stored? - correct answer - Transactions Store How long is service request data stored for? - correct answer - 35 days - Can be defined per environment How long is Service Code Level data stored for? - correct answer - 10 days
How long is time series data stored for? - correct answer - 1 minute intervals - 14 days. 5 minute intervals - 28 days. 1 hour intervals - 400 days. 1 day intervals - 5 years. Where is RUM data stored? - correct answer - Elasticsearch How long is RUM data stored? - correct answer - Sessions - 35 days. Waterfall - 10 days. How often does a managed cluster update? - correct answer - Every 4 weeks. Can a managed update be skipped or delayed? - correct answer - Delayed, but not skipped.
How long are OneAgent versions guaranteed to be compatible with the cluster? - correct answer - at least one year Name some requirements of a cluster node. - correct answer - Equally sized nodes What data is sent to Mission Control? - correct answer - Usage and billing information. Dynatrace Cluster health statistics. Dynatrace Cluster event tracking. System settings. Software updates. GDPR defines the following rights for EU citizens: - correct answer - Right to be informed. Right of access. Right to rectification.
Right to object. Right to erasure ("the right to be forgotten"). Right to data portability. Right to restrict processing. Rights regarding automated decision making and/or profiling. Name the optional Dynatrace components. - correct answer - ActiveGate. API Monitoring. PaaS Integration. Agentless RUM. Mobile Monitoring. Synthetic Monitoring. What are the reasons you need an AG? - correct answer - Monitor virtualization.
In what ways can you sort applications? - correct answer - Action duration. Actions per minute. JS errors. Most 3rd party / CDN. Apdex rating. Name. What is shown in an application's landing page (performance analysis)? - correct answer - User action duration, User actions per min, Apdex rating, JS errors, 3rd party providers,
Services. What is shown in an application's landing page (User behavior)? - correct answer - Active sessions, Actions per session, Entry/Exit actions, Bounce rate, Conversion goals. What are the dimensions of the hyperlyzer? - correct answer - Location, OS, Browser, User Action. What is the Apdex? - correct answer - Apdex is a universal standard that is used to measure. user satisfaction with application performance
What is the benefit of a key user action? - correct answer - define your own Apdex thresholds and key performance metrics. access long term monitoring data. pin key user actions to your dashboards in the form of dedicated tiles. Custom anomaly detection for key user actions. How can you define a key user action? - correct answer - From the performance analysis screen select 'top user actions'. In the list of actions select the action you'd like to make 'key' and filter on it. When analyzing a single user action, you can select the button 'mark as key user action. What is bounce rate? - correct answer - Sessions that contain only one user action How can you monitor pages from 3rd party SaaS vendors? - correct answer - Browser extension
What mobile applications can be monitored? - correct answer - IOS, Android What can be done with mobile monitoring? - correct answer - Seamlessly monitor mobile apps. Evaluate active users, sessions and app version adoption. Track all crashes. Monitor the performance of your HTTP web request performance and error rates. What's shown in a mobile crash report? - correct answer - Evaluate the details of specific crashes How many unique users were affected What was the most crashed device type, OS version, resolution? Download the stack trace
Ends when all subsequent requests get a response. How are custom user actions calculated? - correct answer - JS API What custom attribute can be used to define an action name? - correct answer - data-dtname How are user actions named by default? - correct answer - Page load is html page name. XHR is XHR URL. You can specify rules based on URL and html elements Conversion goals can be defined based on? - correct answer - Destination, User action, Session duration, Number of actions.
What can you make a user tag based off? - correct answer - CSS selector, JS variable, Meta tag, Cookie value, Server side request attribute, JavaScript API call dtrum.identifyUser() What happens when multiple tags match a single user? - correct answer - only the first tag is used. Subsequent tags are ignored. Sort your tags to increase the order. Async requests can be captured with the following: - correct answer - fetch(). XHR.
What ways can you instrument an IOS app? - correct answer - CocoaPods. Carthage. Manually. Libraries / Objc linker flag. True or false: Dynatrace automatically attempts to download all available source maps and JavaScript source files from public CDNs? - correct answer - True. True or false: A problem root cause can identify may identify more than one component? - correct answer - True True or false: problem Impact shows all applications that have been affected by a problem? - correct answer - True True or false: Visual resolution path shows the dependencies between your application and how and the underlying services and infrastructure that support it. - correct answer - True
How long is data stored for key service requests? - correct answer - Forever What are the differences between problems and events? - correct answer - Problems contain root cause and impact. Problems contain correlated events. How can you ensure a synthetic monitor can reach your application? - correct answer - Whitelist IPs of the monitor location in the firewall. Make sure your pages are publicly available. Within a problems details page where do you get information about affected log patterns? - correct answer - Within the process group and host root cause tiles. What commands can be used to start the OneAgent in systems with SystemV? - correct answer - sudo service oneagent start. sudo /etc/init/oneagent start