AZ-400 Exam Question 16

Your company has a project in Azure DevOps for a new application. The application will be deployed to several Azure virtual machines that run Windows Server 2016.
You need to recommend a deployment strategy for the virtual machines. The strategy must meet the following requirements:
* Ensure that the virtual machines maintain a consistent configuration.
* Minimize administrative effort to configure the virtual machines
What should you include in the recommendation?
  • AZ-400 Exam Question 17

    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 build 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: Configure the build pipeline to use a Microsoft-hosted agent pool running the Windows Server 2019 with Visual Studio 2019 image. Include the Java Tool Installer task in the build pipeline.
    Does this meet the goal?
  • AZ-400 Exam Question 18

    You use WhiteSource Bolt to scan a Node.js application.
    The WhiteSource Bolt scan identifies numerous libraries that have invalid licenses. The libraries are used only during development and are not part of a production deployment.
    You need to ensure that WhiteSource Bolt only scans production dependencies.
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 19

    You have a pipeline named Pipeline1 in Azure Pipelines.
    You need to create a service connection to enable Pipeline1 to download a public container image.
    Which type of service connection should you create?
  • AZ-400 Exam Question 20

    You use Azure Pipelines to build and release application code, The pipelines include validation tests that must be completed successfully before deployment proceeds from the test stage to production.
    You discover inconsistent test outcomes for the same source code.
    You need to validate the test logic.
    What should you do?