Cloud Native Platform Engineering Associate (CNPA)¶
Platform engineering as a discipline: building an internal platform as a product, with golden paths, self-service APIs, conformance guardrails, and measurement that tells you whether any of it is working.
CNPA is not an operations exam. It assumes Kubernetes knowledge and tests the layer above: what to build, for whom, how to expose it, and how to know if it succeeded.
Exam Details¶
- Exam Code: CNPA
- Duration: 120 minutes (longer than other CNCF associate exams)
- Questions: 60, multiple choice and multiple select
- Passing Score: 75%
- Cost: USD 250, includes one free retake
- Validity: 2 years
- Prerequisites: None formal; cloud native fundamentals assumed
- Format: Knowledge-based, not hands-on
Full detail in the fact sheet.
Domains and notes¶
| Notes | Domains covered | Combined weight |
|---|---|---|
| 01 Platform fundamentals | Core Fundamentals (36%) | 36% |
| 02 Observability, security, conformance | Observability, Security, Conformance (20%) | 20% |
| 03 Delivery, APIs, provisioning | Continuous Delivery (16%), Platform APIs (12%) | 28% |
| 04 Developer experience and measurement | IDPs and DX (8%), Measuring (8%) | 16% |
The idea the exam is built on¶
A platform is a product, and its users are engineers who can choose not to use it.
That single framing generates most of the correct answers:
- If nobody adopts it voluntarily, it has failed, regardless of technical quality. Mandating adoption hides the failure rather than fixing it.
- The value is reduced cognitive load, not more capability. A platform that adds concepts developers must learn has made things worse.
- Golden paths are opinionated defaults that are the easiest route, not the only route. A platform that forbids alternatives is a gate, not a paved road.
- Requirements come from user research and feedback, not from what the platform team finds interesting to build.
- The thinnest viable platform is the goal: build the least that delivers value, and prefer a managed service over building your own.
Whenever an option describes mandating, gating, or building something a managed service already provides, it is usually the wrong answer.
Study sequence¶
- Read the CNCF Platforms White Paper. It is the syllabus, and it is short.
- Read the Platform Engineering Maturity Model. The attributes and levels are directly testable.
- Core fundamentals, which is 36% of the exam.
- Observability, multi-tenancy, and conformance.
- Delivery, platform APIs, and provisioning.
- Developer experience and measurement.
Schedule in the practice plan.
Study resources¶
- π CNCF Platforms White Paper - the primary source
- π CNCF Platform Engineering Maturity Model - levels and attributes
- π CNPA curriculum - published domains
- π Backstage documentation - the reference portal implementation
- π Crossplane documentation - the reference control plane implementation
- π Team Topologies - the team-shape vocabulary the white paper uses
- Practice questions - question bank in this repo
Related¶
- Platform Engineer roadmap
- CGOA - GitOps, the delivery model platforms usually adopt
- OTCA - observability, a platform capability
- CKA - the Kubernetes layer assumed
- CAPA - Argo tooling many platforms build on