A straightforward breakdown of what to expect, how to prepare, and what actually helped me pass.
Why This Certification?
The Certified Backstage Associate exam, offered by the CNCF, validates your understanding of Backstage — the open-source framework that has become the de facto standard for building Internal Developer Platforms (IDPs). If you’re working in platform engineering or building developer portals, this certification puts a formal stamp on skills that are increasingly in demand.
I recently passed the exam, and I want to share exactly how I prepared — no fluff, just what worked.
My Background Going In
I had roughly 4 years of hands-on experience working with Backstage and the surrounding ecosystem of tools — software catalogs, TechDocs, scaffolding via templates, plugins, and integrating Backstage into real-world platform engineering workflows.
That experience was a massive advantage. If you’ve been actively building or maintaining a Backstage instance, you already have a strong foundation. But experience alone isn’t enough — the exam tests specific concepts, terminology, and details that you might gloss over in day-to-day work.
Exam Overview
Before diving into preparation, here’s what you’re dealing with:
| Detail | Info |
|---|---|
| Format | Multiple choice |
| Duration | 90 minutes |
| Passing Score | 75% |
| Delivery | Online, proctored |
| Cost | $250 (includes one free retake) For discounts check this page |
| Validity | 2 years |
Domain Breakdown
The exam covers the following domains:
- Backstage Architecture & Terminology — Core concepts, the app structure, frontend/backend separation
- Software Catalog — Entity kinds,
catalog-info.yaml, entity relationships, processors, providers - Software Templates (Scaffolder) — Template syntax, actions, custom actions, parameters
- TechDocs — The docs-like-code approach, MkDocs integration, generation and publishing strategies
- Plugins — Plugin architecture, frontend and backend plugins, extension points
- Security & Authentication — Auth providers, identity resolution, permissions framework
- Deployment & Configuration —
app-config.yaml, database setup, deployment strategies
My Preparation Strategy
1. Lean Into Your Hands-On Experience
If you’ve been working with Backstage, don’t underestimate what you already know. Much of the exam felt like recalling things I’d already debugged, configured, or built.
That said, there were areas where my daily work didn’t go deep enough. I rarely thought about the exact lifecycle of entity processing or the specifics of the permissions framework beyond what I needed. The exam does go there.
Action item: Identify the domains above where your hands-on experience is thin. Focus your study time there.
2. The Udemy Practice Test — My Secret Weapon
The single most impactful resource for my preparation was this Udemy practice test:
Certified Backstage Associate – Practice Exam
Here’s why it was so effective:
- It mirrors the real exam’s style. The phrasing, the depth of questions, and the way options are structured felt very close to the actual test.
- It exposes your blind spots. I was confident going in, but the practice test humbled me in areas like the permissions framework and some catalog internals I hadn’t thought about deeply.
- The explanations are useful. Don’t just check if you got the answer right — read the explanation for every question, even the ones you nailed. Sometimes your reasoning was right for the wrong reasons.
How I used it:
- Took the practice test cold (no prep) to get a baseline
- Noted every topic where I got questions wrong or guessed
- Studied those specific areas using the official docs
- Retook the practice test to confirm I’d closed the gaps
- Repeated until I was consistently scoring above 85%
3. Official Backstage Documentation
The official Backstage docs are the primary source of truth for this exam. Key sections to study thoroughly:
- The Software Catalog — Entity descriptor format, well-known entity kinds, relations, substitutions
- Software Templates — Template YAML structure, built-in and custom actions, parameter schemas
- TechDocs — Architecture, recommended vs basic setup, MkDocs configuration
- Plugins — How the plugin system works, frontend vs backend plugins, the new backend system
- Auth & Permissions — Sign-in resolvers, the permission policy, resource rules
- Architecture Decision Records (ADRs) — Skim through the key ADRs to understand why certain design decisions were made
4. Know the YAML Inside Out
A significant portion of the exam revolves around YAML configurations — catalog-info.yaml, template definitions, app-config.yaml. Make sure you can:
- Write a
catalog-info.yamlfrom memory for different entity kinds (Component, API, System, Domain, Resource, Group, User) - Understand template parameter schemas and how steps/actions work
- Know the key configuration options in
app-config.yaml
5. Understand the “Why” Behind IDPs
The exam doesn’t just test Backstage mechanics — it also touches on the philosophy of Internal Developer Platforms. Understand:
- Why organizations adopt IDPs
- The role of a software catalog in reducing cognitive load
- Golden paths and how templates enable self-service
- How Backstage fits into the broader platform engineering landscape
Exam Day Tips
- Time is generous. 90 minutes for the number of questions is comfortable. Don’t rush — read each question twice.
- Watch for “most correct” answers. Some questions have multiple plausible answers, but one is more correct. Pay attention to qualifiers like “best,” “primary,” “most likely.”
- Flag and move on. If a question stumps you, flag it and come back. Often a later question will jog your memory.
- Eliminate wrong answers first. On tricky questions, narrowing down from 4 options to 2 makes your odds much better.
- Check your environment. Since it’s a proctored exam, make sure your workspace is clean, your webcam works, your ID is ready, and you’ve tested the proctoring software beforehand. Don’t let logistics steal your mental energy.
Study Timeline
Here’s a rough guide depending on your experience level:
| Experience Level | Suggested Prep Time |
|---|---|
| Heavy hands-on (3+ years) | 1–2 weeks, focused on gaps + practice test |
| Moderate experience (1–2 years) | 3–4 weeks, docs review + practice test + hands-on lab |
| Beginner / conceptual only | 6–8 weeks, full docs study + build a local Backstage instance + practice test |
Resources at a Glance
| Resource | Purpose |
|---|---|
| Udemy Practice Test | Closest thing to the real exam — essential |
| Official Backstage Docs | Primary source of truth |
| CNCF Exam Page | Exam logistics, curriculum, registration |
| Backstage GitHub Repo | Useful for understanding plugin architecture and real-world examples |
| A local Backstage instance | Nothing beats hands-on experimentation |
Final Thoughts
The Certified Backstage Associate exam is a well-designed certification that tests practical knowledge, not trivia. If you’ve been in the IDP space and have real experience with Backstage, you’re already most of the way there. The gap between “I use this daily” and “I can pass the exam” is mostly about being precise with terminology and knowing the corners of the platform you don’t touch every day.
The Udemy practice test was the highest-ROI resource for me. Combine that with a targeted read-through of the official docs, and you’ll be in great shape.
Good luck — and welcome to the growing community of platform engineers shaping how developers build software.




