Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Prometheus Certified Associate Exam

Last Update 8 hours ago Total Questions : 60

The Prometheus Certified Associate Exam content is now fully updated, with all current exam questions added 8 hours ago. Deciding to include PCA practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our PCA exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these PCA sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Prometheus Certified Associate Exam practice test comfortably within the allotted time.

Question # 11

What is the best way to expose a timestamp from your application?

A.

With a gauge that has the timestamp as value.

B.

With a constant metric of value 1 and the timestamp as metric timestamp.

C.

With a counter that is increased to the correct value.

D.

With a constant metric of value 1 and the timestamp as label.

Question # 12

What is an example of a single-target exporter?

A.

Redis Exporter

B.

SNMP Exporter

C.

Node Exporter

D.

Blackbox Exporter

Question # 13

What is the difference between client libraries and exporters?

A.

Exporters are written in Go. Client libraries are written in many languages.

B.

Exporters expose metrics for scraping. Client libraries push metrics via Remote Write.

C.

Exporters run next to the services to monitor, and use client libraries internally.

D.

Exporters and client libraries mean the same thing.

Question # 14

How would you add text from the instance label to the alert’s description for the following alert?

alert: InstanceDown

expr: up == 0

for: 5m

labels:

severity: page

annotations:

description: "Instance INSTANCE_NAME_HERE down"

A.

Use $labels.instance instead of INSTANCE_NAME_HERE

B.

Use $value.instance instead of INSTANCE_NAME_HERE

C.

Use $expr.instance instead of INSTANCE_NAME_HERE

D.

Use $metric.instance instead of INSTANCE_NAME_HERE

Question # 15

http_requests_total{verb="POST"} 30

http_requests_total{verb="GET"} 30

What is the issue with the metric family?

A.

Metric names are missing a prefix to indicate which application is exposing the query.

B.

The value represents two different things across the dimensions: code and verb.

C.

verb label content should be normalized to lowercase.

D.

Unit is missing in the http_requests_total metric name.

Question # 16

How can you use Prometheus Node Exporter?

A.

You can use it to instrument applications with metrics.

B.

You can use it to collect resource metrics from the application HTTP server.

C.

You can use it to collect metrics for hardware and OS metrics.

D.

You can use it to probe endpoints over HTTP, HTTPS.

Question # 17

What does the evaluation_interval parameter in the Prometheus configuration control?

A.

How often Prometheus scrapes targets.

B.

How often Prometheus evaluates recording and alerting rules.

C.

How often Prometheus compacts the TSDB data blocks.

D.

How often Prometheus sends metrics to remote storage.

Question # 18

What Prometheus component would you use if targets are running behind a Firewall/NAT?

A.

Pull Proxy

B.

Pull Gateway

C.

HA Proxy

D.

PushProx

Go to page: