AZ-400 Exam Question 1

You have an Azure DevOps project that contains a build pipeline. The build pipeline uses approximately 50 open source libraries.
You need to ensure that the project can be scanned for known security vulnerabilities in the open source libraries.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 2

You are designing the security validation strategy for a project in Azure DevOps.
You need to identify package dependencies that have known security issues and can be resolved by an update.
What should you use?
  • AZ-400 Exam Question 3

    You use Azure Artifacts to host NuGet packages that you create.
    You need to make one of the packages available to anonymous users outside your organization. The solution must minimize the number of publication points.
    What should you do?
  • AZ-400 Exam Question 4

    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 Pre-deployment conditions, you modify the Time between re-evaluation of gates option.
    Does this meet the goal?
  • AZ-400 Exam Question 5

    You plan to create an image that will contain a .NET Core application.
    You have a Dockerfile file that contains the following code. (Line numbers are included for reference only.)

    You need to ensure that the image is as small as possible when the image is built.
    Which line should you modify in the file?