Question 211

You have a GrtHub organization that contains three users named User 1. User2. and User3. You have a project that contains a repository named repo1. You need to configure permissions for repo1. The solution must meet the following requirements:
* Ensure that User 1 can actively push to repo1.
* Ensure that Usef2 can manage issues and pull requests for repo1.
* Ensure that User3 can manage repo1.
* Prevent User3 from accessing sensitive data in repo1.
Which role should you assign to each use?

Question 212

You need to execute inline testing of an Azure DevOps pipeline that uses a Docker deployment model. The solution must prevent the results from being published to the pipeline.
What should you use for the inline testing?
  • Question 213

    You need to deploy Azure Kubernetes Service (AKS) to host an application. The solution must meet the following requirements:
    * Containers must only be published internally.
    * AKS clusters must be able to create and manage containers in Azure.
    What should you use for each requirement? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 214

    You have an Azure Kubernetes Service (AKS) pod.
    You need to configure a probe to perform the following actions:
    * Confirm that the pod is responding to service requests.
    * Check the status of the pod four times a minute.
    * Initiate a shutdown if the pod is unresponsive.
    How should you complete the YAML configuration file? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 215

    You have a project in Azure DevOps named Project1 that references an Azure Artifacts feed named Feed1.
    You have a package named Package1 that has the versions shown in the following table.

    You need to perform a build of Project1. Which version of Package1 will be used?