100+ Free Prometheus Certified Associate Practice Questions
Prepare for the Prometheus Certified Associate (PCA) exam with instant access — no signup required.
Loading practice questions...
Explore More Linux Foundation Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: Prometheus Certified Associate Exam
$250
Exam Fee (includes one free retake)
Linux Foundation / CNCF
90 minutes
Exam Duration
Linux Foundation
28%
PromQL, the largest exam domain
CNCF PCA curriculum
2 years
Certification Validity
Linux Foundation
12 months
Exam Eligibility Window
Linux Foundation
No prerequisites
Eligibility Requirement
Linux Foundation
The Prometheus Certified Associate (PCA) is a CNCF/Linux Foundation pre-professional exam that is online, proctored, and multiple-choice, lasts 90 minutes, and costs $250 with one free retake. The Linux Foundation does not publish a fixed question count or an official passing score (it is commonly estimated near 66%). The five domains are Observability Concepts (18%), Prometheus Fundamentals (20%), PromQL (28%), Instrumentation and Exporters (16%), and Alerting and Dashboarding (18%). There are no prerequisites, the purchase includes a 12-month eligibility window, and the certification is valid for two years.
Sample Prometheus Certified Associate Practice Questions
Try these sample questions to test your Prometheus Certified Associate exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1In the context of observability, what are the three primary signal types (often called the 'three pillars') that systems emit to describe their internal state?
2Which statement best describes why Prometheus uses a pull-based model for collecting metrics rather than a push-based model?
3A team defines a target of '99.9% of HTTP requests succeed over a rolling 30-day window'. In SRE terminology, what is this statement an example of?
4What is the relationship between an SLO and an error budget?
5In distributed tracing, what is the relationship between a trace and a span?
6Which of the following workloads is the Prometheus Pushgateway specifically designed to support, given that Prometheus normally pulls metrics?
7Which signal type is BEST suited for efficiently answering 'how many requests per second is this service handling, aggregated across all instances?' at low storage cost?
8A monitoring team wants Prometheus to automatically find new pods to scrape as they are created and destroyed in a Kubernetes cluster. Which Prometheus mechanism provides this capability?
9What is the key difference between monitoring and observability as the terms are typically used?
10When Prometheus scrapes a target and the scrape succeeds, what value does the synthetic up metric for that target receive?
About the Prometheus Certified Associate Exam
The Prometheus Certified Associate (PCA) is a pre-professional certification from the Cloud Native Computing Foundation and the Linux Foundation that demonstrates foundational knowledge of observability and practical skills with Prometheus, the open source systems monitoring and alerting toolkit. The exam is online, proctored, and multiple-choice, runs for 90 minutes, and costs $250 with one free retake included. Its blueprint spans five domains: Observability Concepts (18%), Prometheus Fundamentals (20%), PromQL (28%), Instrumentation and Exporters (16%), and Alerting and Dashboarding (18%). Candidates are tested on metrics, the pull model and service discovery, the data model and exposition format, writing PromQL (rate, aggregation, histogram_quantile), instrumenting code with client libraries and exporters, and configuring alerting rules with Alertmanager grouping, inhibition, and silences. The credential is valid for two years.
Assessment
Question count not published by the exam provider
Time Limit
90 minutes
Passing Score
Not officially published (commonly estimated around 66%)
Exam Fee
$250 (includes one free retake) (CNCF / The Linux Foundation)
Prometheus Certified Associate Exam Content Outline
Observability Concepts
Understand metrics, logs and events, tracing and spans, the push vs pull collection model, service discovery sources such as Kubernetes and Consul, and the definitions of SLOs, SLAs, SLIs, and error budgets.
Prometheus Fundamentals
Know the Prometheus server and TSDB architecture, scrape configuration (job_name, scrape_interval, relabeling, the up metric), the label-based data model, the text exposition format with HELP and TYPE, and Prometheus's design limitations around accuracy and long-term storage.
PromQL
Write queries that select data with label matchers, compute counter rates with rate, irate, and increase, derive gauge change with deriv and delta, aggregate over time and over dimensions with by and without, apply binary and set operators, estimate quantiles with histogram_quantile, and work with timestamp metrics.
Instrumentation and Exporters
Use client libraries (Go, Java, Python, Ruby) to instrument code, choose between counter, gauge, histogram, and summary, deploy exporters such as node_exporter and blackbox_exporter, and follow naming conventions including base units and the _total suffix while avoiding high-cardinality labels.
Alerting and Dashboarding
Build dashboards in Grafana with PromQL, define recording and alerting rules with the for clause and pending/firing states, and operate Alertmanager for grouping, inhibition, silences, receivers, and routing trees.
How to Pass the Prometheus Certified Associate Exam
What You Need to Know
- Passing score: Not officially published (commonly estimated around 66%)
- Assessment: Question count not published by the exam provider
- Time limit: 90 minutes
- Exam fee: $250 (includes one free retake)
Keys to Passing
- Work through all 100 available questions
- Review every answer and explanation
- Track weak areas and revisit them
- Use our AI tutor for tough concepts
Prometheus Certified Associate Study Tips from Top Performers
Frequently Asked Questions
What are the current exam facts for the PCA?
The Prometheus Certified Associate is an online, proctored, multiple-choice exam from CNCF and the Linux Foundation. It lasts 90 minutes, costs $250 with one free retake, has no prerequisites, includes a 12-month eligibility window, and the resulting certification is valid for two years.
What is the passing score for the PCA exam?
The Linux Foundation does not officially publish the PCA passing score. Community study guides commonly estimate it at roughly 66%, but treat this as an unofficial figure and aim to comfortably exceed it across all five domains.
Which domain carries the most weight on the PCA?
PromQL is the largest domain at 28%, covering data selection, rate and irate, aggregation over time and dimensions, binary operators, and histogram_quantile. Prometheus Fundamentals (20%) is the next largest, so prioritize query writing and core architecture.
Do I need to know Kubernetes to pass the PCA?
Kubernetes is not strictly required, but it helps, because Kubernetes service discovery and relabeling are common in the observability domain. CNCF suggests PCA candidates may already hold KCNA, CKA, or CKAD, though none are prerequisites.
How long is the PCA certification valid?
The PCA certification is valid for two years from the date you pass. After that period you would need to recertify to keep an active credential, in line with the Linux Foundation's certification policy for the PCA.
What is the best way to prepare for the PCA?
Get hands-on with a real Prometheus and Alertmanager setup: scrape exporters, write PromQL with rate and histogram_quantile, and configure alerting rules and routing. Spend the most time on PromQL since it is 28% of the exam, then drill instrumentation and Alertmanager behavior.