NEW
Font size
WorksheetsFrom Code to Cloud Workshop
Total questions: 20
Worksheet time: 10mins
Which Azure DevOps service provides code review functionality for repositories?
Azure Boards
Azure Repos
Azure Pipelines
Azure Artifacts
What type of version control system does Azure Repos primarily support?
DVCS
CVCS
CVS
SVN
What does the term "commit" mean in Git?
To merge changes from one branch into another
To discard changes made to a file
To record changes to the repository
To revert to a previous version of a file
What feature in Azure Repos allows developers to track changes made to a codebase over time?
Work items
Branch policies
Pull requests
Commits history
What is a "pull request" in Azure Repos?
A request to merge changes from one branch into another
A request to revert a previous commit
A request to create a new branch from an existing one
A request to delete a branch
What is a VCS primarily used for?
Managing software licenses
Tracking changes to files over time
Optimizing database queries
Generating code documentation
Which type of agent in Azure Pipelines runs jobs directly on the host machine?
Microsoft-hosted agent
Self-hosted agent
Shared agent
Dedicated agent
What is the purpose of a "deployment job" in an Azure Pipeline?
To compile source code into executable binaries
To run automated tests against the application
To deploy application artifacts to a target environment
To trigger the pipeline based on changes in source control
Which protocols are supported for accessing Azure Repos?
HTTPS and SSH
FTP and SFTP
SCP and Rsync
Telnet and SNMP
What is the purpose of a stage in an Azure Pipeline?
To define variables and parameters
To trigger automated tests
To group related jobs together
To deploy artifacts to production
Which feature of Azure Repos allows you to enforce certain rules and quality gates before allowing code changes to be merged?
Branch policies
Work item tracking
Code search
Repository settings
Which trigger type in Azure Pipelines is used to start a pipeline on a scheduled basis?
Manual trigger
Continuous integration trigger
Pull request trigger
Scheduled trigger
Which programming languages can be used to define pipelines in Azure Pipelines?
YAML and JSON
Python and Ruby
C# and Java
PowerShell and Bash
Which Azure service can be used as a deployment target in Azure Pipelines?
Azure Storage
Azure SQL Database
Azure Kubernetes Service (AKS)
All of the above
Which command is used to apply changes from one branch onto another in Git?
git checkout
git commit
git merge
git rebase
Which Azure DevOps service can be integrated with Azure Pipelines to track work items and associate them with pipeline runs?
Azure Boards
Azure Repos
Azure Artifacts
Azure Functions
Which of the following is a distributed version control system?
SVN
CVS
Git
Perforce
What happened in CI in CI/CD?
Build
Devlopment
Input
Installation
Which of the following branching strategies is commonly used in Azure Repos for collaborative development?
Feature branching
Centralized branching
Trunk-based development
Release branching
What is the primary purpose of Azure Pipelines?
Tracking project tasks and bugs
Automating build and release pipelines
Managing Git repositories
Monitoring application performance
