AZ-400 Exam Question 286

A company is currently planning on setting up Jenkins on an Azure virtual machine. Code will be build using the Jenkins server and then deployed to a Kubernetes cluster in Azure. The code will be picked up from the Azure container registry.
Which of the following needs to be implemented to ensure traffic can flow into the Jenkins instance on the Azure virtual machine
  • AZ-400 Exam Question 287

    Hotspot Question
    You have an Azure web app named webapp1 that uses the .NET Core runtime stack. You have an Azure Application Insights resource named AppInsights1 that collects telemetry data generated by webapp1.
    You plan to deploy webapp1 by using an Azure DevOps pipeline.
    You need to modify the sampling rate of the telemetry data processed by AppInsights1 without having to redeploy webapp1 after each modification.
    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 288

    Hotspot Question
    You are using an Azure Pipelines pipeline to build and deploy a web app.
    You need to implement a testing strategy that meets the following requirements:
    - Validates the scalability of the app
    - Tests a code module without testing the module's dependencies
    - Validates the interactions and dependencies between the app and its
    dependent services
    Which type of test should you implement for each requirement? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 289

    Drag and Drop Question
    You are configuring the settings of a new Git repository in Azure Repos.
    You need to ensure that pull requests in a branch meet the following criteria before they are merged:
    - Committed code must compile successfully.
    - Pull requests must have a Quality Gate status of Passed in
    SonarCloud.
    Which policy type should you configure for each requirement? To answer, drag the appropriate policy types to the correct requirements. Each policy type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 290

    SIMULATION
    Initialize the default main branch, if it does not exist already.
    In the User1-12345678 Azure DevOps project, you need to implement an approval process for the default main branch.
    The process must use the four-eyes principle and have at least one approval on every iteration.