wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Module 1 : AZ-400

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure DevOps service.

a)

No adjustment required

b)

Repos

c)

Release pipelines

d)

Boards

2.

You need to display the commit status of the repository on Azure Boards. What should you do first?

a)

Configure multi-factor authentication (MFA) for your GitHub account.

b)

Add the Azure Pipelines app to the GitHub repository.

c)

Add the Azure Boards app to the repository.

d)

Create a GitHub action in GitHub.

3.

Which Azure DevOps service provides version control for source code?

a)

Boards

b)

Pipelines

c)

Repos

d)

Artifacts

4.

You want to manage packages like NuGet, npm, and Maven in Azure DevOps. Which service should you use?

a)

Boards

b)

Repos

c)

Pipelines

d)

Artifacts

5.

You need to automate builds and deployments in Azure DevOps. Which service should you use?

a)

Artifacts

b)

Repos

c)

Pipelines

d)

Boards

6.

You want to enforce branch policies in Azure Repos. What should you configure?

a)

Pull requests

b)

Work items

c)

Release pipelines

d)

YAML templates

7.

You want to copy an existing GitHub repository to your local machine. Which command should you use?

a)

git pull

b)

git push

c)

git fetch

d)

git clone

8.

What is the difference between git fetch and git pull?

a)

git fetch downloads changes and merges automatically; git pull only downloads changes.

b)

git fetch only downloads changes; git pull downloads and merges changes.

c)

Both commands are identical.

d)

git pull deletes local changes, while git fetch keeps them.

9.

You want to restrict who can create new branches in an Azure Repo. What should you configure?

a)

Repo-level permissions

b)

Branch security

c)

Branch policies

d)

Service connections

10.

A development team wants to enforce code reviews before merging into the main branch in Azure Repos. What should you configure?

a)

Branch policies

b)

Release pipelines

c)

Work item linking

d)

Service hooks