AZ-400 Exam Question 196

You manage code by using GitHub.
You plan to use Dependabot to scan for code dependencies.
You need to identify when scanning will be triggered automatically.
Which two actions will trigger a scan? Each correct answer presents a complete solution.
NOTE: Each correct solution is worth one point
  • AZ-400 Exam Question 197

    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 buildof Project1. Which version of Package1 will be used?
  • AZ-400 Exam Question 198

    You have an Azure DevOps subscription that contains the projects shown in the following table

    You build apps for the projects by using Azure Pipelines.
    Which two projects meet the criteria for granting free paralleljobs? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 199

    You have a project in Azure DevOps named Project that contains a Kanban board named Board1.
    You create a Microsoft Teams channel and add the Azure Boards app to the channel.
    You need to ensure that users can create work items in Board1 from Microsoft Teams.
    Which command should you run?
  • AZ-400 Exam Question 200

    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?