Question 16

This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure DevOps project.
Your build process creates several artifacts.
You need to deploy the artifacts to on-premises servers.
Solution: You deploy an Azure self-hosted agent to an on-premises server. You add a Copy and Publish Build Artifacts task to the deployment pipeline.
Does this meet the goal?
  • Question 17

    You have an Azure DevOps project that uses many package feeds.
    You need to simplify the project by using a single feed that stores packages produced by your company and packages consumed from remote feeds. The solution must support public feeds and authenticated feeds.
    What should you enable in DevOps?
  • Question 18

    Your company is building a new web application.
    You plan to collect feedback from pilot users on the features being delivered.
    All the pilot users have a corporate computer that has Google Chrome and the Microsoft Test & Feedback extension installed. The pilot users will test the application by using Chrome.
    You need to identify which access levels are required to ensure that developers can request and gather feedback from the pilot users. The solution must use the principle of least privilege.
    Which access levels m Azure DevOps should you identify? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

    Question 19

    You need to find and isolate shared code. The shared code will be maintained in a series of packages.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    Question 20

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.
    You have a policy stating that approvals must occur within eight hours.
    You discover that deployment fail if the approvals take longer than two hours.
    You need to ensure that the deployments only fail if the approvals take longer than eight hours.
    Solution: From Post-deployment conditions, you modify the Timeout setting for post-deployment approvals.
    Does this meet the goal?