Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Dynatrace Pro Cert -Hayden || All Accurate 100%.

Beoordeling
-
Verkocht
-
Pagina's
34
Cijfer
A+
Geüpload op
06-02-2026
Geschreven in
2025/2026

Dynatrace Pro Cert -Hayden || All Accurate 100%.

Instelling
Dynatrace
Vak
Dynatrace

Voorbeeld van de inhoud

Dynatrace Pro Cert -Hayden || All Accurate 100%.
What are the 4 parts included in the plugin.json definition for ActiveGate plugins? correct
answers Metadata, UI, Metrics, Configuration

How are ActiveGate plugins licensed? correct answers The plugin SDK is free. Dynatrace
partners can develop plugin for you, will depend on contract. Whatever custom metrics are used
will be charged.

How frequently do ActiveGate plugins execute? correct answers Once per minute

Can you run multiple endpoints in a single ActiveGate plugin module? correct answers Yes

What kind of ActiveGate executes ActiveGate plugins? correct answers Environment ActiveGate

Can you execute ActiveGate plugins using an Environment ActiveGate that's configured for
multi-environment support? correct answers No

Where can you view results from plugin-monitoring? correct answers Technology overview page

What is a "device group"? correct answers A technology tile that derives its data from an
ActiveGate plugin.

Why would you set up "key metrics" for an ActiveGate plugin? correct answers Define
important metrics to be displayed in technology overview page.

What is the favicon property in the plugin.json definition? correct answers Allows you to define
your own custom icon for device groups!

What can device groups represent? correct answers Clusters, regions, groups of servers, etc.

What is a custom device group entity? correct answers Bind metrics and properties to monitor
device group metrics

How do you define the type and look of charts of ActiveGate plugins? correct answers
plugin.json

What is pgmetrics in plugins.json for ActiveGate plugins? correct answers Section that allows
you to define custom device metrics.

Does Dynatrace AI baseline the metrics of your custom devices? correct answers Yes!

How does Dynatrace create problems from custom devices (ActiveGate plugin)? correct answers
Metric threshold violation in JSON definition. (Automatically sends events, not problems)

,How do you manually generate problems for your ActiveGate plugins? correct answers Python
API - raise performance, availability, error, and resource contention problems

Does Dynatrace automatically distribute plugins between Dynatrace server and ActiveGates?
correct answers No, you need to deploy them on ActiveGate and upload them to server.

In general, what is the point of plugins.json (ActiveGate plugins)? correct answers Define how
data is presented in the Dynatrace UI.

In general, what is the point of Python files for ActiveGate plugins? correct answers Define
additional events, create custom properties.

How many Cluster Management Consoles are there per cluster? correct answers One per cluster.

What is each managed cluster associated with? correct answers One or more nodes (with
Dynatrace server instances), one or more monitored environments (with OneAgent), one cluster
management console.

What are the components included in the Dynatrace Managed installer? correct answers
Dynatrace Server, Cassandra, Elasticsearch, Embedded ActiveGate, NGINX

What can you do with CMC? correct answers Create user accounts and groups, add new cluster
nodes, add new monitoring environments.

How many nodes does Dynatrace recommend per cluster? correct answers At least 3 - data is
replicated across nodes

What percentage of managed cluster nodes does Dynatrace need to be running? correct answers
Majority (50%+)

What does Dynatrace recommend for latency between managed cluster nodes? correct answers
10ms or less

Is transaction data (call stacks, database statements, code-level visibility etc.) replicated across
managed cluster nodes? correct answers No - evenly distributed across all nodes

If you're distributing managed cluster nodes across separate data centers, what is the max amount
of nodes that Dynatrace recommends per data center? correct answers No more than 2 nodes per
data center

If you're distributing managed cluster nodes across separate data centers, what is the min amount
of data centers that Dynatrace recommends? correct answers At least 3 data centers (1 can fail)

Why does Dynatrace recommend that each managed cluster node be deployed on a separate
physical disk? correct answers To prevent loss of monitoring data.

,Why does Dynatrace recommend deploying managed cluster nodes on systems with the same
hardware characteristics? correct answers To minimize performance loss

What should you keep in mind when building your manged cluster? correct answers Build
cluster with additional capacity and possible node failure in mind.

What happens when a managed cluster node fails? correct answers NGINX automatically load
balances and redirects all OneAgent traffic to the remaining working nodes.

Why would you use Dynatrace Managed deployment scenario 1: Basic setup? correct answers If
you want your managed cluster to only be accessible internally.

Why would you use Dynatrace Managed deployment scenario 2: Pure Dynatrace Managed
setup? correct answers If you want to enable DEM services and communication from external
sources.

Why would you use Dynatrace Managed deployment scenario 3: integration with existing IT
landscape? correct answers When customer already has environment with load balancers and
proxies in place.

In Dynatrace Managed deployment scenario 1: basic setup, is remote access to Mission Control
enabled? correct answers Yes

In Dynatrace Managed deployment scenario 1: basic setup, what is each communication channel
secured with? correct answers TLS (Transport layer security)

Is a Cluster ActiveGate required for Dynatrace Managed deployment scenario 2: Pure Dynatrace
Managed setup? correct answers Yes. It needs a publicly available IP address, a domain name
with a valid SSL certificate, and the domain must be different from web UI domain.

How many Cluster ActiveGates are recommended for high-load production-ready installations
with external hosts, apps, sessions and synthetic monitoring? correct answers 2 Cluster
ActiveGates are recommended with the same domain name and certificate

What are the steps to take to use an Environment ActiveGate and a Cluster ActiveGate? correct
answers 1. Set up Dynatrace Manged cluster
2. Set up Cluster ActiveGate, make sure it can connect with Dyantrace Manged cluster. Make
sure Cluster ActiveGate has public IP address.
3. Set up Environment ActiveGate and provide Cluster ActiveGate public address for external
communication.

Is CMC web UI traffic accessed using HTTP or HTTPS? correct answers HTTPS

Is a TLS certificate required to use CMC? correct answers Yes

What is the default subdomain of a managed cluster? correct answers *.dynatrace-managed.com

, Do managed clusters automatically have an SSL certificate? correct answers Yes - from Let's
Encrypt

Do Cluster ActiveGates support proxying of Web UI traffic? correct answers No

How should you prepare to horizontally scale your managed cluster? correct answers Adding
more nodes

How many managed cluster nodes does Dynatrace support for managed versions 1.168 and
higher? correct answers 15 cluster nodes

How many managed cluster nodes does Dynatrace support for managed versions 1.167 and
lower? correct answers 6 cluster nodes

How should you prepare to vertically scale your managed cluster? correct answers Provisioning
more RAM/CPU per node, resize disk volume for storage size as required.

What resources must be made exclusively available for Dynatrace in a managed cluster node?
correct answers CPU and RAM

Can managed cluster node CPUs have power saving mode enabled? correct answers No, power
saving mode must be disabled

What is the minimum CPU clock speed of a manged cluster node? correct answers 2GHz

What is the minimum amount of RAM a managed cluster node should have? correct answers 32
GB

How is storage done in multi-node clusters? correct answers Storage per node is divided by the
number of nodes.

Do we recommend Dynatrace binaries and data store to be on the same mount point in Dynatrace
Managed? correct answers No - separate mount points to allow the data store to be resized
independently.

Do we recommend keeping Dynatrace data storage on the root volume in Dynatrace Managed?
correct answers No, avoid additional complexity when resizing disk later, if required

Does Dynatrace recommend creating resizable disk partitions for Dynatrace Managed? correct
answers Yes (e.g. Logical Volume Manager)

Is OneAgent self-monitoring enabled by default for Dynatrace Managed? correct answers Yes,
an opt-out installation parameter is available

Geschreven voor

Instelling
Dynatrace
Vak
Dynatrace

Documentinformatie

Geüpload op
6 februari 2026
Aantal pagina's
34
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$15.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
SirAnton NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
779
Lid sinds
3 jaar
Aantal volgers
438
Documenten
38563
Laatst verkocht
5 dagen geleden
Reign Supreme Scholarly || Enlightened.

Get your revised study materials available here and elevate your educational outcomes. I have numerous verified learning materials (Research, Exams Questions and answers, Assignments, notes etc) for different courses guaranteed to boost your academic results. I am dedicated to offering you the best and unique learning content. You are encouraged to inquire further assistance from this end whenever need be. Kindly remember to leave your review, understanding your satisfaction is essential . We highly appreciate clients who always come back for more of the study content we offer, you are extremely valued. All the best.

Lees meer Lees minder
3.7

116 beoordelingen

5
49
4
20
3
23
2
8
1
16

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen