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

Exact2Pass Menu

Prometheus Certified Associate Exam

Last Update 15 hours ago Total Questions : 60

The Prometheus Certified Associate Exam content is now fully updated, with all current exam questions added 15 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 # 4

What popular open-source project is commonly used to visualize Prometheus data?

A.

Kibana

B.

Grafana

C.

Thanos

D.

Loki

Question # 5

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 # 6

What does the increase() function do in PromQL?

A.

Calculates the percentage increase of a counter over time.

B.

Returns the absolute increase in a counter over a specified range.

C.

Calculates the derivative of a gauge over time.

D.

Returns the total sum of values in a vector.

Question # 7

Which kind of metrics are associated with the function deriv()?

A.

Counters

B.

Gauges

C.

Summaries

D.

Histograms

Question # 8

Which PromQL statement returns the sum of all values of the metric node_memory_MemAvailable_bytes from 10 minutes ago?

A.

sum(node_memory_MemAvailable_bytes offset 10m)

B.

sum(node_memory_MemAvailable_bytes) offset 10m

C.

sum(node_memory_MemAvailable_bytes) setoff 10m

D.

offset sum(node_memory_MemAvailable_bytes[10m])

Question # 9

Which PromQL statement returns the average free bytes of the filesystems over the last hour?

A.

avg_over_time(node_filesystem_avail_bytes[1h])

B.

avg(node_filesystem_avail_bytes[1h])

C.

sum(node_filesystem_avail_bytes[1h])

D.

sum_over_time(node_filesystem_avail_bytes[1h])

Question # 10

What should you do with counters that have labels?

A.

Investigate if you can move their label value inside their metric name to limit the number of labels.

B.

Make sure every counter with labels has an extra counter, aggregated, without labels.

C.

Instantiate them with their possible label values when creating them so they are exposed with a zero value.

D.

Save their state between application runs so you can restore their last value on startup.

Go to page: