CBA Mock Exam Simulator

Free Certified Backstage Associate practice questions with full explanations on every option. Internal developer portals with Backstage.

Format
multi-choice
Duration
90 min
Pass mark
75%
Study time
1–6 wks
Mocks here
2

CBA exam domains

Free CBA sample questions

Backstage Catalog

Q1. What does spec.owner mean on a Backstage catalog entity?

Reveal answer and explanations
  1. A It defines the entity API version used by the catalog parser

    Incorrect. API version is declared separately in apiVersion.

  2. B It determines where the descriptor file sits on disk

    Incorrect. File location is tracked by catalog locations, not spec.owner.

  3. C It grants database permissions to the owning team automatically

    Incorrect. The owner field is not a database authorization control.

  4. D It declares the responsible user or group and ownership relations

    Correct. spec.owner declares accountability and is processed into ownership relationships in the catalog.

Customizing Backstage

Q2. A production Backstage deployment has different auth, integration, database, and plugin settings per environment. What does app-config.yaml control?

Reveal answer and explanations
  1. A React component auth flow compiled into the frontend bundle

    Incorrect. Component rendering logic lives in application and plugin code.

  2. B TypeScript compiler settings for each workspace package

    Incorrect. TypeScript compiler settings are defined in tsconfig files.

  3. C Runtime feature, auth, database, and integration config

    Correct. Backstage configuration files supply runtime settings for installed features, auth providers, integrations, and services.

  4. D Database schema definitions generated by plugin migrations

    Incorrect. Plugin database schemas are managed by backend code and migrations, not by app-config.yaml.

Backstage Development Workflow

Q3. A release pipeline needs deployable Backstage artifacts rather than a local dev server. What does yarn build do in a Backstage monorepo?

Reveal answer and explanations
  1. A Compiles and bundles Backstage packages for production

    Correct. Build commands compile and bundle Backstage packages into production-ready artifacts.

  2. B Applies Kubernetes manifests to the target cluster

    Incorrect. Kubernetes deployment is a separate pipeline step.

  3. C Installs workspace dependencies

    Incorrect. Dependency installation is handled by yarn install.

  4. D Starts the local development app with live reload

    Incorrect. Development servers are started by yarn start, not by the production build command.

Backstage Infrastructure

Q4. Backstage relies on PostgreSQL for persistent production storage. Which operational concern is critical before engineering teams rely on the service?

Reveal answer and explanations
  1. A Disabling database authentication so plugins can connect more easily

    Incorrect. Disabling authentication is unsafe for production data stores.

  2. B Using default credentials from an example container image

    Incorrect. Default credentials are not acceptable for production systems.

  3. C Running PostgreSQL only on a developer laptop

    Incorrect. A developer laptop is not a production database platform.

  4. D Backups, capacity, protected credentials, and secure connections

    Correct. Production databases need backup/restore planning, capacity, protected credentials, and secure connectivity.

Start the full CBA mock exam90-min timer · paid plan required

Prerequisites and background knowledge

Familiarity with internal developer portals and platform engineering concepts. Basic TypeScript knowledge helps for plugin questions.

Official reference: cncf.io/training/certification/cba.

More CBA practice resources

Where to go after CBA

Once you pass CBA, these certs are natural next steps on the Golden Kubestronaut path:

Frequently asked questions about CBA

What is the passing score for CBA?

75%.

How long is the CBA exam?

90 minutes, multi-choice format. See the official CNCF page for the current question count.

How difficult is the CBA exam?

Rated intermediate. Plan 1–6 weeks depending on your background.

How much does the CBA exam cost?

Pricing changes periodically — check the official CNCF CBA page at https://www.cncf.io/training/certification/cba/.

Are these CBA mock exams free?

Sample questions on this page are free with no account. Full timed CBA mocks require a paid plan.

How is this mock exam different from the real CBA exam?

Original questions written against the official CNCF curriculum — not scraped dumps. Format mirrors the real exam; the real one is proctored, these are self-paced.

What is the best way to study for CBA?

Work through the official curriculum in order of domain weight (heaviest first), then run full timed mocks until you hit 85%+ consistently.