NEW
Font size
WorksheetsModule 1 : AZ-400
Total questions: 10
Worksheet time: 5mins
When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure DevOps service.
No adjustment required
Repos
Release pipelines
Boards
You need to display the commit status of the repository on Azure Boards. What should you do first?
Configure multi-factor authentication (MFA) for your GitHub account.
Add the Azure Pipelines app to the GitHub repository.
Add the Azure Boards app to the repository.
Create a GitHub action in GitHub.
Which Azure DevOps service provides version control for source code?
Boards
Pipelines
Repos
Artifacts
You want to manage packages like NuGet, npm, and Maven in Azure DevOps. Which service should you use?
Boards
Repos
Pipelines
Artifacts
You need to automate builds and deployments in Azure DevOps. Which service should you use?
Artifacts
Repos
Pipelines
Boards
You want to enforce branch policies in Azure Repos. What should you configure?
Pull requests
Work items
Release pipelines
YAML templates
You want to copy an existing GitHub repository to your local machine. Which command should you use?
git pull
git push
git fetch
git clone
What is the difference between git fetch and git pull?
git fetch downloads changes and merges automatically; git pull only downloads changes.
git fetch only downloads changes; git pull downloads and merges changes.
Both commands are identical.
git pull deletes local changes, while git fetch keeps them.
You want to restrict who can create new branches in an Azure Repo. What should you configure?
Repo-level permissions
Branch security
Branch policies
Service connections
A development team wants to enforce code reviews before merging into the main branch in Azure Repos. What should you configure?
Branch policies
Release pipelines
Work item linking
Service hooks
