Backstage Development Workflow Questions
Practice questions for Backstage Development Workflow topic in Certified Backstage Associate. 48 questions covering this domain.
Which file is described as the main configuration file for a Backstage app?
Which generated folder structure correctly matches a standard Backstage app?
When using RepoUrlPicker, what should allowedHosts correspond to?
Which command does the official Backstage getting-started guide use to create a new app?
When a scaffolder step uses each to repeat execution, how are that step's outputs returned?
Why do the Backstage docs recommend camelCase action IDs for custom scaffolder actions?
According to the frontend system docs, how do you create a new frontend plugin in an existing Backstage project?
What are template output links and text primarily used for?
In a newly created Backstage app, what does yarn start do?
What is the main purpose of the Scaffolder Template Editor?
Inside template.yaml itself, which expression directly references a user form input named name?
In a Backstage software template, what does spec.parameters define?
Which built-in scaffolder action fetches a templated skeleton from a directory or remote URL and renders it with the user's parameters into the worksp...
A user submits a Software Template form and the scaffolder fails partway through with `Failed to fetch template`. The skeleton path uses `./skeleton` ...
What kind of monorepo structure does a freshly created Backstage app use to organize the frontend and backend packages?
After a successful Software Template execution, the user is shown links such as a repository URL and a catalog entity link. Where in the template are ...
A platform team writes a custom scaffolder action and wants the user to be able to discover and pick it from the Template Editor while authoring a new...
Inside a Software Template skeleton file, which templating engine does the Scaffolder use to render placeholders such as `${{ values.componentName }}`...
Which Backstage CLI command does the official documentation recommend for creating a new plugin scaffold inside an existing app?
Which command, run from a Backstage app's repository root, starts both the frontend and backend together for local development?
Sign in to see all 48 questions
Create a free account to browse all questions — completely free during our launch phase.