0% found this document useful (0 votes)
63 views9 pages

Dynatrace Professional Certificate

The document outlines various questions and answers related to the Dynatrace Professional Certificate, covering topics such as installation, configuration, monitoring, and integration with other services. It includes specific details about components, entry points, data management, and user privacy regulations. The content serves as a study guide for individuals preparing for the Dynatrace certification exam.

Uploaded by

fivepayooner
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views9 pages

Dynatrace Professional Certificate

The document outlines various questions and answers related to the Dynatrace Professional Certificate, covering topics such as installation, configuration, monitoring, and integration with other services. It includes specific details about components, entry points, data management, and user privacy regulations. The content serves as a study guide for individuals preparing for the Dynatrace certification exam.

Uploaded by

fivepayooner
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Dynatrace Professional Certificate

Study online at https://quizlet.com/_eeb2q3

1. The Dynatrace Man- -Dynatrace Server ***


aged Installer is -Cassandra ***
made up of which of -Elasticsearch ***
the following compo- -An embedded ActiveGate ***
nents? Select all that -NGINX ***
apply.

2. When configuring a Dynatrace allows you to define any method, class, or interface as the entry
custom service, what point of a service to be monitored. You can define custom services for Java,
can you use to define .NET, and PHP. Each custom service may contain multiple entry points.
an entry point? Select Entry points for your custom service can be methods of a specific class or
all that apply. implementations of an interface. Each non-recursive call to such a method
represents a single request to your custom service.

3. Which of the follow- No transaction storage backup: Transaction storage data isn't backed up, so
ing is data das is NOT when you restore backups, you may see gaps in deep monitoring data (for
included in the auto- example, PurePaths and code-level traces). By default, transaction storage
mated cluster back- data is only retained for 10 days. From a long-term perspective, it's not
up? necessary to include transaction storage data in backups.

-Environment configurations
-Visits
-Transaction PurePath data ***
-Performance metrics

4. What does the -It removes the old OneAgent install files when a new one is downloaded for
OneAgent file ag- updates.
ing mechanism per- -It purges analysis data after 14 days.
form? -It purges all old log files, such as OneAgent and operating system log files,
each time OneAgent starts.
-It ensures OneAgent files, such as logs and runtime data files, are kept within
disk space usage limits. ***

1/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

5. Which options are -Configure global OneAgent update ***


available for in- -Configure host group OneAgent update ***
stalling or updating -Configure host-level OneAgent update ***
OneAgent on a Linux -Manually update OneAgent on individual hosts ***
host? -Select the OneAgent version to install on new hosts ***
-Automatically update across all hosts.
-Automatically update on specific hosts only.
-Install a specific OneAgent version on new hosts.
-Automatic updates for a specific OneAgent version only.

6. Which of the follow- -The log file must be opened by an important process.
ing are requirements -The log file must exist for a minimum of one minute.
for a log file to be -The log file must contain a supported timestamp.
automatically discov- -The log file must be at least 0.5 KB in size.
ered by Dynatrace? -The log file must have been updated (written to) in the last 7 days. Log files
that have not been updated in the past 7 days while Log Monitoring is active
will not be visible on dashboards.
-The log file must be in the actual log or logs folder or in its subfolders or
-The log filename must contain a log string preceded or followed by the
period (.) or underscore (_) character.
-The log file must have been written to in the last 7 days ***
-Log files must be at least 0.5kb ***
-Log files must exist for a minimum of 1 minute ***
-Log files must be in a root directory or in a subfolder of a log/logs directory
***
-Log files cannot be larger than 500kb
-Logs must contain a host name

7. When constructing a - LIMIT <limit> allows you to limit the number of returned results. For exam-
USQL query, how can ple, you can select only the top 10 results when it is combined with ordering.
you control the num- The framework always applies an upper limit to prevent system overload. If
LIMIT is not used, 50 results are returned by default. LIMIT can also be used
2/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

ber of results re- to increase the number of results in cases where the LIMIT clause is missing
turned? because then a default limit is applied ***
-By using the MAX function
-By using the LIMIT keyword ***
-Via ORDER BY(date) with the date set to earlier than the global time filter
-With the RESTRICT(#) function

8. You are using an au- -Use Environment variables to provide version metadata. (yellow)
tomated deployment -Use the Topology API to add version metadata to each service at deployment
strategy for your ser- time. (yellow)
vices, and would like -Use Service naming rules to rename your services with each deployment.
to push deployment -Use automatic tagging rules to tag each service with the latest version
information into Dy- deployed.
natrace automatical- -Use Kubernetes labels to provide version metadata (yellow)
ly, how can you do -Use the Events API to push a deployment event for each service from your
this? (Red) tool into Dynatrace. (yellow)

9. When migrating a No transaction storage backup: Transaction storage data isn't backed up, so
cluster using the when you restore backups you may see gaps in deep monitoring data (for
backup method, example, PurePaths and code-level traces). By default, transaction storage
what happens with data is only retained for 10 days. From a long-term perspective, it's not
the transaction data? necessary to include transaction storage data in backups.

10. What can I do after -Use the --set-watchdog-portrange=arg parameter to change the watchdog
I install OneAgent if listening port range to <arg>. The <arg> must contain two port numbers
it is blocking a port I separated by a colon (:). For example 50000:50100. The maximum supported
need? port range is from 1024 to 65535. The port range must cover at least 4
ports. The port number starting the range must be lower. E.g. ./oneagentctl
--set-watchdog-portrange=50000:50100

-It's too late, you would have had to provide an installation parameter to
specify the desired port range.
-It is not possible to change the ports for OneAgent process communication.
3/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

-Change the port range by modifying the WebUI settings.


-Change the port range with the set-watchdog-portrange command via
oneagentctl. ***

11. For which reasons -To use DEM services ***


would you want to -To collect and aggregate data to transmit it to the Dynatrace server
expose your Man- -To receive data from external OneAgents ***
aged cluster to an ex- -To communicate with Mission Control
ternal network via a
cluster ActiveGate?

12. How can Dynatrace -Dynatrace cannot be configured to use Log Files.
use log files to au- -You can define the search terms Dynatrace will use to search in problem
tomatically detect a event related log files. ***
problem? -Dynatrace uses the "Analyze process logs" utility when it detects an error.
-You can identify and save log patterns as Performance, Availability, or Error
event types for Dynatrace to correlate with other events.

13. How do you ensure -Enable an Environment ActiveGate for monitoring applications where this
user IP addresses are needs to be restricted.
kept anonymous to -Do NOT use Dynatrace OneAgent and switch to agentless monitoring
meet privacy regula- -Activate IP address masking In Dynatrace settings. (Yellow)
tions? -Configure Dynatrace so that it does NOT capture IP addresses or location
information.

14. When monitoring ap- N/A


plications in a virtu-
alized environment,
why is it important
to monitor the hy-
pervisor and not just
the virtual machines
(guests)? (Red)
4/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

15. When viewing SLOs, -SLO error budget: The remaining buffer until the defined SLO target is
what is the SLO error considered as failed. For example, if an SLO defines a 95% target and its
budget? current SLO status is evaluated as 98%, the remaining error budget is the
difference between the SLO status and the SLO target.

-A fixed number of application errors allowed before the SLO target is con-
sidered failed.
- A preconfigured SLO template that calculates availability based on the
number of errors detected.
-The current evaluation result of the SLO.
-The remaining downtime buffer available until the SLO target is considered
failed. ***

16. Which options are -After you've created a mobile app in the Dynatrace web UI, use CocoaPods,
available to inject the Swift Package Manager, or Carthage to set up user experience monitoring
iOS agent? Select all for your app. You can also follow the manual approach, though it's better to
that apply. use one of the automated approaches.
-Using CocoaPods ***
-Using Gradle plugin
-Using Carthage ***
-Referencing the iOS agent framework directly (orange)

17. What capabilities -Incidents: Dynatrace Incident Integration pushes incidents from your Dyna-
does the Dynatrace trace environment to your ServiceNow instance.
- ServiceNow integra- -CMDB: The ServiceNow connector uses the Dynatrace Monitored entities API
tion provide? Select v2 to pull information about applications, services, and hosts directly from
all that apply your Dynatrace environment.
-Events: If your ServiceNow instance has IT Operations Management (ITOM)
enabled, all single events within a Dynatrace-correlated problem can be
pushed to your ServiceNow --ITOM events table (em_event).
ITOM pushes all the events of a problem detected by Dynatrace to the
ServiceNow ITOM event API.
5/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

--Events integration doesn't require downloading any application and can be


enabled in the UI.
-Pull Host, Process, and Service information from ServiceNow CMDB to help
build the Dynatrace Smartscape.
-Pushes single events from a detected Problem to ServiceNow ITOM ***
-Pull Host, Process, and Service information from Dynatrace to help build the
ServiceNow CMDB ***
-Pushes incidents from Dynatrace to ServiceNow ***
-Pushes incidents from ServiceNow into Dynatrace

18. Which port is used -8443


for communication -9999 ***
between OneAgents -80
and an Environment -9980
ActiveGate?

19. What does Dyna- -Metric Ingestion


trace use to instru-
ment non-standard
technology mediums
such as smart IoT
(Internet of Things)
apps, Alexa Skills, or
traditional rich-client
apps? (Red)

20. You have adjusted -Set the custom error rate threshold for alerting to 100%
the anomaly detec- -Set the custom error rate threshold for alerting to 0%
tion settings for an -Set the sensitivity to High
application to detect -Set the sensitivity to Low ***
an increase in fail-
ure rate with fixed

6/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

thresholds. What op-


tions do you set
to ensure there is
a high confidence
that the number
of JavaScript errors
have increased?

21. Referring to the dia- See document


gram, select the op-
tions which correctly
label the type of Ac-
tiveGates that would
be used:

22. How does defining Once a maintenance window is defined, Dynatrace (B) automatically ex-
a maintenance win- cludes the configured time period from baseline calculations. (B) With this
dow affect baseline approach, any response time anomalies that occur during the maintenance
calculations? window won't negatively influence your overall service and application base-
lines.

23. Which of the follow- -Dynatrace detects Kubernetes properties and annotations. Such properties
ing can be added and annotations can be used when specifying automated rule-based tags.
to Kubernetes ob- Additionally, Dynatrace detects the following properties which can be used
jects to be used as for automated rule-based tags and property-based process group detection
tags in Dynatrace? rules.
Select all that apply. -Kubernetes base pod name: User-provided name of the pod the container
belongs to.
-Kubernetes container: Name of the container that runs the process.
-Kubernetes full pod name: Full name of the pod the container belongs to.
-Kubernetes namespace: Namespace to which the containerized process is
assigned.

7/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

-Kubernetes pod UID: Unique ID of the related pod.

-Leverage Kubernetes labels in Dynatrace: Kubernetes-based tags are


searchable via Dynatrace search. This allows you to easily find and inspect
the monitoring results of related processes running in your Kubernetes or
OpenShift environment. You can also leverage Kubernetes tags to set up
fine-grained alerting profiles. Kubernetes tags also integrate perfectly with
Dynatrace filters.

-Selectors
-Manifest
-Labels ***
-Annotations ***

24. When constructing a - A typical query is built from the following keywords:
USQL query, which SELECT <columns> FROM <table> WHERE <condition> GROUP BY <group-
of the following key- ing> ORDER BY <ordering>
words is required? However, the only mandatory elements are SELECT <columns> and FROM
Select all that apply. <table>.

-SELECT <columns> ***


-FROM <table> ***
-GROUP BY <grouping>
-ORDER BY <ordering>
-WHERE <condition>

25. A customer is look- Use manual tags on all entities


ing to monitor all 3 Use AWS Tags to distinguish the entities based on environment
of their AWS environ- Give each AWS application its own Dynatrace environment
ments (Deployment, Add ActiveGates in each AWS region and configure network zones
Testing/Staging, and Use Management Zones and User permissions to filter data
Production). They are
in 3 different regions
8/9
Dynatrace Professional Certificate
Study online at https://quizlet.com/_eeb2q3

and they are part of


3 different accounts.
The customer wants
to make sure that the
end-users absolutely
CANNOT access each
other's data. Select
all recommendations
that apply.

9/9

You might also like