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

PCA Prometheus Certified Associate Exam Questions and Answers

Questions 4

What is a rule group?

Options:

A.

It is a set of rules that are executed sequentially.

B.

It is the set (the group) of all the rules in a file.

C.

It is a set of rules, split into groups by type.

D.

It is a set of rules that are grouped by labels.

Buy Now
Questions 5

Which Prometheus component handles service discovery?

Options:

A.

Alertmanager

B.

Prometheus Server

C.

Pushgateway

D.

Node Exporter

Buy Now
Questions 6

Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?

Options:

A.

format_date(prometheus_tsdb_lowest_timestamp_seconds,"%M")

B.

prometheus_tsdb_lowest_timestamp_seconds % month

C.

month(prometheus_tsdb_lowest_timestamp_seconds)

D.

(time() - prometheus_tsdb_lowest_timestamp_seconds) / 86400

Buy Now
Questions 7

What are the four golden signals of monitoring as defined by Google’s SRE principles?

Options:

A.

Traffic, Errors, Latency, Saturation

B.

Requests, CPU, Memory, Latency

C.

Availability, Logging, Errors, Throughput

D.

Utilization, Load, Disk, Network

Buy Now
Questions 8

How can you send metrics from your Prometheus setup to a remote system, e.g., for long-term storage?

Options:

A.

With "scraping"

B.

With "remote write"

C.

With S3 Buckets

D.

With "federation"

Buy Now
Questions 9

http_requests_total{verb="POST"} 30

http_requests_total{verb="GET"} 30

What is the issue with the metric family?

Options:

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.

Buy Now
Questions 10

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

Options:

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

Buy Now
Questions 11

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

Options:

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

Buy Now
Questions 12

The following is a list of metrics exposed by an application:

http_requests_total{code="500"} 10

http_requests_total{code="200"} 20

http_requests_total{code="400"} 30

http_requests_total{verb="POST"} 30

http_requests_total{verb="GET"} 30

What is the issue with the metric family?

Options:

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.

Buy Now
Questions 13

Which of the following signals belongs to symptom-based alerting?

Options:

A.

API latency

B.

Disk space

C.

Database availability

D.

CPU usage

Buy Now
Questions 14

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

Options:

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

Buy Now
Questions 15

What does the evaluation_interval parameter in the Prometheus configuration control?

Options:

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.

Buy Now
Questions 16

What does the increase() function do in PromQL?

Options:

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.

Buy Now
Questions 17

With the following metrics over the last 5 minutes:

up{instance="localhost"} 1 1 1 1 1

up{instance="server1"} 1 0 0 0 0

What does the following query return:

min_over_time(up[5m])

Options:

A.

{instance="localhost"} 1 {instance="server1"} 0

B.

{instance="server1"} 0

Buy Now
Questions 18

What should you do with counters that have labels?

Options:

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.

Buy Now
Exam Code: PCA
Exam Name: Prometheus Certified Associate Exam
Last Update: Oct 17, 2025
Questions: 60

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now PCA testing engine

PDF (Q&A)

$43.57  $124.49
buy now PCA pdf