What is DevOps?
DevOps is the union of people, process, and products to enable continuous delivery of value to end users
Which of the following is a correct statement about Azure DevOps?
Azure DevOps and GitHub provide options to work on-premises and in the cloud
Which of the following choices isn't a repository strategy?
Feature Repo.
Which of the following is a correct statement about Azure Pipelines?
Azure Pipelines work with any language or platform.
Which of the following choices is a practice that enables the creation automation of the environments?
Infrastructure as Code (IaC).
Which of the following choices isn't a source control best practice?
Commit personal and secure files.
Which of the following choices isn't a branch workflow type?
SmartFlow workflow.
Which of the following choices are the two types of agents being used in pipelines?
Self-Hosted and Microsoft-Hosted.
In which of the following choices would you find large amounts of technical debt?
Brownfield project.
Which of the following choices correctly describes what is source control?
Source control is the practice of tracking and managing changes to code
Which of the following is a correct statement about a fork?
A fork is a copy of a repository.
Which of the following is a correct statement about Agent Pools?
Agent pools are scoped to the entire organization and can be shared across projects.
Which of the following choices isn't an Agile/Project management tool?
Camtasia.
Which of the following choices isn't a benefit of using distributed version control?
Allows exclusive file locking.
Which of the following choices is for working with large files in repositories?
Git LFS.
Which of the following choices isn't used to create and configure an Azure Pipeline?
XML.
Which of the following choices isn't an Azure DevOps service/feature?
Azure Monitor.
Which of the following choices isn't a benefit of using centralized version control?
An open-source friendly code review model via pull requests.
Which of the following choices aren't characteristic of a pipeline?
Immutable.
Which of the following choices is a benefit of using YAML?
The pipeline is versioned with your code and follows the same branching structure.