Question Title

* 1. In which model you can update the definition of work item types, the process configuration, categories.

Question Title

* 2. Pick the two types of source control supported by the Azure DevOps

Question Title

* 3. In Git how does the developer work with source code?

Question Title

* 4. In which source control system Developers have only one version of each file on their dev machines. Historical data is maintained only on the server. 

Question Title

* 5. Identity the services that are available as part of the Azure Devops

Question Title

* 6. Which are the 2 services used by Azure DevOps to store metadata and customer data.

Question Title

* 7. Which are the Repository type supported with Azure Pipelines (YAML)

Question Title

* 8. Select the artifact types supported in Azure Pipelines.

Question Title

* 9. Which of the following process that restricts developers from merging a broken code into the source control system.

Question Title

* 10. az ad sp create-for-rbac
--name "myAppDeployAuth" --role contributor \
--scopes /subscriptions/<subscription-id>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name> \
--sdk-auth

For security, grant the minimum required access to the service principal. In the above example - identity the level of permission is granted.

Question Title

* 11. In your build process, you need a specific piece of software - what type of feature you will use to accomplish that

Question Title

* 12. Identify the most common built-in security groups with Azure DevOps Services 

Question Title

* 13. which of the merge type will create  semi-linear history

Question Title

* 14. which of the merge type will create a linear history

Question Title

* 15. which of the merge type will create a non-linear history

Question Title

* 16. Identity type of platforms supported for hosting self-hosted agents

Question Title

* 17. Your projects require you to preserve the environment between each run of your builds. What type of build agent you need to address the requirement.

Question Title

* 18. Your projects need to have the ability to choose  VM between different builds - what type of agent you need to achieve that.

Question Title

* 19. Which of the following agents runs as an administrator user on the Windows platform and as a passwordless sudo user on the Linux platform by default.

Question Title

* 20. In your YAML file, you need to define multi-line keys, which of the following special character you need to use.

Question Title

* 21. What  YAML users to separate directives from document content and to identify the start of a document.

Question Title

* 22. If you want to delay the time required for all bugs to be lodged against the artifacts being deployed. Which of the following gates you need to configure.

T