Azure DevOps Flashcards
This is a collection of files or packages published by a run.
Artifact
A process by which code is built, tested, and deployed to one or more test and production stages.
Continuous delivery
The practice used by development teams to simplify the testing and building of code.
Helps catch bugs or problems early in the development cycle.
Continuous integration
Automated tests and builds are run as a part of this process.
Continuous integration
What is an environment?
A collection of resources, where you deploy your application.
This is a way to store files and share them across pipelines.
Secure files
Use this to store values and secrets that you might want to be passed into a YAML pipeline or make available across multiple pipelines.
Variable group
At what level can the number of parallel jobs be configured?
Organizational level
All feature development should take place in a dedicated branch and not the main branch. Makes it easier for developers to work on a particular feature without disturbing the main codebase. Means the main branch should never have broken code. This describes what type of development workflow
Trunk-based development
In a forking workflow how many and what types of repos do developers have?
- One private local and one public server-side one.
Github workflows support a maximum of how many secrets?
100
Use this type of process when your team wants the simplest model that uses Issues, Tasks, and Epics to track work. Tasks support tracking Remaining Work
Basic
This process works great if you want to track user stories and (optionally) bugs on the Kanban board, or track bugs and tasks on the taskboard. Tasks support tracking Original Estimate, Remaining Work, and Completed Work.
Agile
This process works great for tracking product backlog items (PBIs) and bugs on the Kanban board. Also, break down PBIs and bugs into tasks on the taskboard. Tasks support tracking remaining work only.
Scrum
Choose this when your team follows more formal project methods that require a framework for process improvement and an auditable record of decisions. With this process, track requirements, change requests, risks, and reviews. asks support tracking Original Estimate, Remaining Work, and Completed Work.
CMMI - Capability maturity model integration