wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AZ-400 | Mod-1 & 2

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which of the following choices best describes DevOps?

a)

DevOps is the role of who manages source control, pipelines, and monitor environments to continue delivering value to the software project.

b)

DevOps is the new process of creating continuous delivery and continuous integration for software projects.

c)

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

2.

Which of the following choices drives the ongoing merging and testing of code that leads to finding defects early?

a)

Continuous Integration

b)

Continuous Delivery

c)

Continuous Feedback.

3.

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

a)

Greenfield project

b)

Brownfield project

c)

Bluefield project.

4.

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

a)

Infrastructure as a Service (IaaS).

b)

Software as a Service (SaaS)

c)

Infrastructure as Code (IaC)

5.

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

a)

Azure Boards.

b)

Azure Monitor

c)

Azure Repos

6.

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

a)

Make small changes.

b)

Commit personal and secure files

c)

Link code changes to work items.

7.

Which of the following choices is the exact number of days of history you can import Team Foundation Version Control (TFVC) to Git using the "Import repository" feature in Azure DevOps?

a)

90 days

b)

180 days

c)

365 days

8.

Which of the following statements best describe a pull request?

a)

Pull requests are commonly used by teams and organizations collaborating, where everyone shares a single repository, and topic branches are used to develop features and isolate changes.

b)

Pull requests are used to publish new changes from feature branches into production branches and update the environments with the latest code version

c)

Pull request creates reports from the latest branch updates and generates remediation summary for resolving issues during development

9.

Which of the following choices is the most effective way to avoid direct updates from feature branches into main?

a)

Branch Policies

b)

Branch Security

c)

Branch Lock

10.

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

a)

A fork is a copy of a repository

b)

A fork is a branch for future development.

c)

A fork is a branching strategy when working with centralized version control.

11.

Which of the following choices are the correct-forking workflow steps?

a)

Create a fork, make your changes locally and push them to a branch, create and complete a PR to the upstream

b)

Create a fork, clone it locally, make your changes locally, push them to a branch, create and complete a PR to the upstream, and sync your fork to the latest from upstream.

c)

Create a fork, clone it locally, make your changes locally, create and complete a PR to the upstream, push the changes to a branch

12.

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

a)

Package Management

b)

Git LFS

c)

Git

13.

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

a)

Monorepo

b)

Multiple Repo

c)

Feature Repo