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

Easiest Solution 2 Pass Your Certification Exams

PCA Linux Foundation Prometheus Certified Associate Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Linux Foundation PCA Prometheus Certified Associate Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 1
Total 60 questions

How would you name a metric that tracks HTTP request duration?

A.

request_duration_seconds

B.

http.request_latency

C.

http_request_duration

D.

http_request_duration_seconds

How would you name a metric that measures gRPC response size?

A.

grpc_response_size_bytes

B.

grpc_response_size

C.

grpc_response_size_total

D.

grpc_response_size_sum

What is the minimum requirement for an application to expose Prometheus metrics?

A.

It must be exposed to the Internet.

B.

It must be compiled for 64-bit architectures.

C.

It must be able to serve text over HTTP.

D.

It must run on Linux.

What is a rule group?

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.

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

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.

How many metric types does Prometheus text format support?

A.

40

B.

4

C.

8

D.

10

How would you correctly name a metric that provides metadata information about the binary?

A.

app_build_info

B.

app_build

C.

app_metadata

D.

app_build_desc

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

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.

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.

Which of the following is an invalid @ modifier expression?

A.

go_goroutines @ start()

B.

sum(http_requests_total{method="GET"}) @ 1609746000

C.

go_goroutines @ end()

D.

sum(http_requests_total{method="GET"} @ 1609746000)

What is the name of the official *nix OS kernel metrics exporter?

A.

Prometheus_exporter

B.

node_exporter

C.

metrics_exporter

D.

os_exporter

Which of the following metrics is unsuitable for a Prometheus setup?

A.

prometheus_engine_query_log_enabled

B.

promhttp_metric_handler_requests_total{code="500"}

C.

http_response_total{handler="static/*filepath"}

D.

user_last_login_timestamp_seconds{email="john.doe@example.com"}

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.

Which exporter would be best suited for basic HTTP probing?

A.

JMX exporter

B.

Blackbox exporter

C.

Apache exporter

D.

SNMP exporter

Given the following Histogram metric data, how many requests took less than or equal to 0.1 seconds?

apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="+Inf"} 3

apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="0.05"} 0

apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="0.1"} 1

apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="1"} 3

apiserver_request_duration_seconds_count{job="kube-apiserver"} 3

apiserver_request_duration_seconds_sum{job="kube-apiserver"} 0.554003785

A.

0

B.

0.554003785

C.

1

D.

3

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

A.

PullProxy

B.

PushGateway

C.

PushProxy

D.

PullGateway

Page: 1 / 1
Total 60 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved