PCA Study Plan
How to prepare for the Prometheus Certified Associate exam — a structured study plan covering all domains in priority order.
Prerequisites before you start
Basic observability concepts (metrics, logs, traces). Familiarity with Kubernetes helps. No prior Prometheus experience required.
4-week PCA study schedule
This schedule works whether you have 4 weeks or 4 months — compress or expand each week based on your available time. Engineers with relevant background can often move faster through early weeks.
-
Week 1PromQL (28%) & Prometheus Fundamentals (20%)
PromQL (28%): metric types (counter, gauge, histogram, summary), selector syntax, label matchers, instant vs range vectors, aggregation operators (sum, rate, avg, topk). Prometheus Fundamentals (20%): architecture, scrape config, service discovery, storage (TSDB), federation.
-
Week 2Observability Concepts & Alerting
Observability Concepts (18%): the three pillars (metrics, logs, traces), RED method, USE method, SLOs, SLIs, SLAs, error budgets. Alerting & Dashboarding (18%): Alertmanager architecture, routing tree, inhibitions, silences, Grafana dashboard design, alert fatigue.
-
Week 3Instrumentation & Exporters
Instrumentation and Exporters (16%): client libraries (Go, Python, Java), exposition format, node_exporter, blackbox_exporter, kube-state-metrics, pushgateway. Writing and exposing custom metrics. Pushgateway vs scraping tradeoffs.
-
Week 4Mock Exams & PromQL Practice
Run timed mocks targeting 85%+. PromQL is 28% of the exam and the most technically precise domain — practice writing and reading queries. For every wrong PromQL question, rewrite the correct query by hand.
Study tips for PCA
- PromQL (28%) is the highest-weight domain and the most technically demanding. Practice reading and writing queries, not just understanding concepts.
- Know the four metric types cold: counter (always increases), gauge (up and down), histogram (samples + buckets), summary (pre-calculated quantiles). The exam tests the differences.
- Understand rate() vs irate() vs increase() and when to use each. Counter reset handling is frequently tested.
- Alertmanager routing is heavily tested — understand the route tree, receivers, grouping, inhibition, and silence semantics.
Mock exam strategy
Mock exams are the most important study tool for associate-level CNCF certs. Here is how to use them effectively:
- Take your first mock without studying — use the results as a diagnostic to see your baseline and find your weakest domains.
- Study the domains you missed most, not the ones you already know.
- Always do mocks under real conditions: no notes, 90-minute timer, no pausing.
- Review every wrong answer after each mock. Understanding why wrong answers are wrong is as valuable as knowing the right answer.
- Target 85%+ consistently before booking the real exam. The extra buffer protects against nerves on exam day.
Recommended PCA resources
- Official CNCF PCA curriculum — the authoritative list of topics. Use it as your checklist.
- The PCA exam is closed-book — read official documentation now, not on exam day.
- Community Slack channels (CNCF Slack #certifications) have real candidates discussing recent exam experiences.