AZ-400 Exam Question 31

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 need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
* The builds must access an on-premises dependency management system.
* The build outputs must be stored as Server artifacts in Azure DevOps.
* The source code must be stored in a Git repository in Azure DevOps.
Solution: Install and configure a self-hosted build agent on an on-premises machine. Configure the build pipeline to use the Default agent pool. Include the Java Tool Installer task in the build pipeline.
Does this meet the goal?
  • AZ-400 Exam Question 32

    You have a project in Azure DevOps.
    You plan to deploy a self-hosted agent by using an unattended configuration script.
    Which two values should you define in the configuration script? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 33

    You plan to deploy a new database environment. The solution must meet the technical requirements. You need to prepare the database for the deployment. How should you format the export?
  • AZ-400 Exam Question 34

    Your company a 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?
  • AZ-400 Exam Question 35

    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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment.
    You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos.
    Solution: You create a service hook subscription that uses the build completed event Does this meet the goal?