Category A
Category B
Category C
Category D
100

What is DevOps?

DevOps is the union of people, process, and products to enable continuous delivery of value to end users

100

Which of the following is a correct statement about Azure DevOps?

  • Azure DevOps only works in on-premises environments. If you want to use a cloud service, you need to choose GitHub.
  • Azure DevOps and GitHub are only available in the cloud.
  • Azure DevOps and GitHub provide options to work on-premises and in the cloud.

Azure DevOps and GitHub provide options to work on-premises and in the cloud

100

Which of the following choices isn't a repository strategy?

  • Monorepo.
  • Multiple Repo.
  • Feature Repo.

Feature Repo.

100

Which of the following is a correct statement about Azure Pipelines?

  • Azure Pipelines works exclusively with Azure and Microsoft Technology. For open-source, GitHub is recommended.
  • Azure Pipelines work with any language or platform.
  • Azure Pipelines only deploys in cloud environments.

Azure Pipelines work with any language or platform.

200

Which of the following choices is a practice that enables the creation automation of the environments?

  • Infrastructure as a Service (IaaS).
  • Infrastructure as Code (IaC).
  • Software as a Service (SaaS).

Infrastructure as Code (IaC).

200

Which of the following choices isn't a source control best practice?

  • Make small changes.
  • Commit personal and secure files.
  • Link code changes to work items.

Commit personal and secure files.

200

Which of the following choices isn't a branch workflow type?

  • Forking workflow.
  • GitFlow workflow.
  • SmartFlow workflow.

SmartFlow workflow.

200

Which of the following choices are the two types of agents being used in pipelines?

  • Client-Hosted and Server-Hosted.
  • Self-Hosted and Microsoft-Hosted.
  • Windows-Hosted and Linux-Hosted.

Self-Hosted and Microsoft-Hosted.

300

In which of the following choices would you find large amounts of technical debt?

  • Greenfield project.
  • Brownfield project.
  • Bluefield project.

Brownfield project.

300

Which of the following choices correctly describes what is source control?

  • Source control is the practice of controlling what is deployed to test and production environments.
  • Source control is the practice of controlling security through code files.
  • Source control is the practice of tracking and managing changes to code.

Source control is the practice of tracking and managing changes to code

300

Which of the following is a correct statement about a fork?

  • A fork is a copy of a repository.
  • A fork is a branch for future development.
  • A fork is a branching strategy when working with centralized version control.

A fork is a copy of a repository.

300

Which of the following is a correct statement about Agent Pools?

  • Agent pools are scoped to the entire project and can be shared across pipelines.
  • Agent pools are scoped to the entire repository and can be shared across pipelines.
  • Agent pools are scoped to the entire organization and can be shared across projects.

Agent pools are scoped to the entire organization and can be shared across projects.

400

Which of the following choices isn't an Agile/Project management tool?

  • Azure DevOps.
  • GitHub.
  • Camtasia.

Camtasia.

400

Which of the following choices isn't a benefit of using distributed version control?

  • Complete offline support
  • Allows exclusive file locking.
  • Portable history.

Allows exclusive file locking.

400

Which of the following choices is for working with large files in repositories?

  • Package Management.
  • Git LFS.
  • Git.

Git LFS.

400

Which of the following choices isn't used to create and configure an Azure Pipeline?

  • XML.
  • YAML.
  • Visual Designer.

XML.

500

Which of the following choices isn't an Azure DevOps service/feature?

  • Azure Boards.
  • Azure Monitor.
  • Azure Repos.

Azure Monitor.

500

Which of the following choices isn't a benefit of using centralized version control?

  • Easily scales for large codebases.
  • An open-source friendly code review model via pull requests.
  • Allows exclusive file locking.

An open-source friendly code review model via pull requests.

500

Which of the following choices aren't characteristic of a pipeline?

  • Reliable.
  • Repeatable.
  • Immutable.

Immutable.

500

Which of the following choices is a benefit of using YAML?

  • The pipeline is versioned with your code and follows the same branching structure.
  • The YAML representation of the pipelines makes it easier to get started.
  • The YAML is in the same hub as the build results.

The pipeline is versioned with your code and follows the same branching structure.

M
e
n
u