Question 41

Your company is concerned that when developers introduce open source Libraries, it creates licensing compliance issues.
You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base.
What should you use?
  • Question 42

    You need to recommend a solution for deploying charts by using Helm and Title to Azure Kubemets Service (AKS) in an RBAC-enabled cluster.
    Which three commands should you recommend be run m sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

    Question 43

    You have GitHub repository named repo1 that stores the code of named App1.
    You need deploy workflow for repo1 by using GitHub Actions. The solution must meet the following requirements:
    * Scan on pushes to the main branch.
    * Scan on pull requests to the main branch.
    * Scan on pull requests to any branch that has a prefix of releases/.
    * Scan all the files in subdirectories of the src directory.
    * Exclude scanning of markdown files

    Question 44

    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 Azure DevOps project.
    Your build process creates several artifacts.
    You need to deploy the artifacts to on-premises servers.
    Solution: You deploy an Octopus Deploy server. You deploy a polled Tentacle agent to an on-premises server.
    You add an Octopus task to the deployment pipeline.
    Does this meet the goal?
  • Question 45

    You store source code in a Git repository in Azure repos. You use a third-party continuous integration (CI) tool to control builds.
    What will Azure DevOps use to authenticate with the tool?