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 7 hours ago Total Questions : 60

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

What function calculates the tp-quantile from a histogram?

A.

histogram_quantile()

B.

histogram()

C.

predict_linear()

D.

avg_over_time()

Question # 2

You’d like to monitor a short-lived batch job. What Prometheus component would you use?

A.

PullProxy

B.

PushGateway

C.

PushProxy

D.

PullGateway

Question # 3

Which PromQL expression computes how many requests in total are currently in-flight for the following time series data?

apiserver_current_inflight_requests{instance="1"} 5

apiserver_current_inflight_requests{instance="2"} 7

A.

min(apiserver_current_inflight_requests)

B.

sum(apiserver_current_inflight_requests)

C.

max(apiserver_current_inflight_requests)

D.

sum_over_time(apiserver_current_inflight_requests[10m])

Question # 4

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

A.

Kibana

B.

Grafana

C.

Thanos

D.

Loki

Question # 5

Which of the following is a valid metric name?

A.

go routines

B.

go.goroutines

C.

go_goroutines

D.

99_goroutines

Question # 6

What are Inhibition rules?

A.

Inhibition rules mute a set of alerts when another matching alert is firing.

B.

Inhibition rules repeat a set of alerts when another matching alert is firing.

C.

Inhibition rules inject a new set of alerts when a matching alert is firing.

D.

Inhibition rules inspect alerts when a matching set of alerts is firing.

Question # 7

Which PromQL expression computes the rate of API Server requests across the different cloud providers from the following metrics?

apiserver_request_total{job="kube-apiserver", instance="192.168.1.220:6443", cloud="aws"} 1

apiserver_request_total{job="kube-apiserver", instance="192.168.1.121:6443", cloud="gcloud"} 5

A.

rate(apiserver_request_total{job="kube-apiserver"}[5m]) by (cloud)

B.

sum by (cloud) (apiserver_request_total{job="kube-apiserver"})

C.

sum by (cloud)(rate(apiserver_request_total{job="kube-apiserver"}[5m]))

D.

rate(sum by (cloud)(apiserver_request_total{job="kube-apiserver"})[5m])

Question # 8

What does scrape_interval configure in Prometheus?

A.

It defines how frequently to scrape targets.

B.

It defines how frequently to evaluate rules.

C.

It defines how often to send alerts.

D.

It defines how often to refresh metrics.

Question # 9

What is considered the best practice when working with alerting notifications?

A.

Minor alerts are as important as major alerts and should be treated with equal care.

B.

Have as few alerts as possible by alerting only when symptoms might become externally visible.

C.

Have as many alerts as possible to catch minor problems before they become outages.

D.

Make sure to generate alerts on every metric of every component of the stack.

Question # 10

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])

Go to page: