AZ-400 Exam Question 141

Your team uses an agile development approach.
You need to recommend a branching strategy for the team's Git repository. The strategy must meet the following requirements.
- Provide the ability to work on multiple independent tasks in
parallel.
- Ensure that checked-in code remains in a releasable state always.
- Ensure that new features can be abandoned at any time.
- Encourage experimentation.
What should you recommend?
  • AZ-400 Exam Question 142

    Note: The question is included in a number of questions that depicts the identical set-up.
    However, every question has a distinctive result. Establish if the solution satisfies the requirements.
    You run the Register-AzureRmAutomationDscNode command in your company's environment.
    You need to make sure that your company's test servers remain correctly configured, regardless of configuration drift.
    Solution: You set the -ConfigurationMode parameter to ApplyAndAutocorrect.
    Does the solution meet the goal?
  • AZ-400 Exam Question 143

    Hotspot Question
    You deploy multiple apps by using Azure Pipelines.
    You need to recommend a solution to manage the configuration of the apps. The solution must meet the following requirements:
    - Support sharing a set of feature flags across multiple apps.
    - Support deploying configurations to different deployment slots.
    What should you use 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 144

    You have an Azure App Service app named App1.
    You need to identify when App1 was offline. The solution must minimize administrative effort.
    Which troubleshooting category in App Service diagnostics should you use?
  • AZ-400 Exam Question 145

    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.
    Your company has a project in Azure DevOps for a new web application.
    You need to ensure that when code is checked in, a build runs automatically.
    Solution: From the Triggers tab of the build pipeline, you selected Batch changes while a build is in progress.
    Does this meet the goal?