CAPA Study Plan
How to prepare for the Certified Argo Project Associate exam — a structured study plan covering all domains in priority order.
Prerequisites before you start
Kubernetes fundamentals (KCNA or equivalent) and basic CI/CD concepts. CGOA cert knowledge helps for Argo CD topics.
4-week CAPA 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 1Argo Workflows (36%)
The heaviest domain: Workflow spec structure, template types (container, script, dag, steps, suspend), artifact passing, inputs/outputs, loops (withItems, withParam), conditions, retries, timeouts, workflow templates vs cluster workflow templates.
-
Week 2Argo CD (34%)
Second-heaviest domain: App architecture (Application, AppProject), sync phases (sync waves, hooks), health checks, resource customizations, Helm/Kustomize integration, RBAC model, App-of-Apps pattern, ApplicationSet for multi-cluster GitOps.
-
Week 3Argo Rollouts (18%) & Argo Events (12%)
Argo Rollouts (18%): Rollout spec vs Deployment, canary strategy (steps, analysis), blue-green strategy, AnalysisRun/AnalysisTemplate, integration with metrics providers. Argo Events (12%): EventSource, Sensor, EventBus, trigger types, at-least-once delivery.
-
Week 4Mock Exams & Targeted Review
Run timed mocks targeting 85%+. Argo Workflows and Argo CD together are 70% of the exam — these are your primary review targets. For each wrong answer, trace back to the spec structure or concept involved.
Study tips for CAPA
- Argo Workflows (36%) and Argo CD (34%) together are 70% of the exam. Master these two before spending time on Rollouts and Events.
- Argo Workflows template types are heavily tested — know DAG vs steps templates, when to use each, and how templates reference each other.
- Argo CD sync waves and resource hooks (PreSync, Sync, PostSync, SyncFail) are frequently tested operational details.
- Argo Rollouts strategy differences: canary (gradual traffic shift with analysis) vs blue-green (full cutover). Know the spec structure for both.
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 CAPA resources
- Official CNCF CAPA curriculum — the authoritative list of topics. Use it as your checklist.
- The CAPA 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.