Question 6 of 493

DRAG DROP -

You have an on-premises Bitbucket Server with a firewall configured to block inbound Internet traffic. The server is used for Git-based source control.

You intend to manage the build and release processes using Azure DevOps. This plan requires you to integrate Azure DevOps and Bitbucket.

Which of the following will allow for this integration? Answer by dragging the correct options from the list to the answer area.

Select and Place:

    Correct Answer:

    Reference:

    https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for-git

Question 7 of 493

You are currently developing a project for a client that will be managing work items via Azure DevOps.

You want to make sure that the work item process you use for the client allows for requirements, change requests, risks, and reviews to be tracked.

Which of the following is the option you would choose?

    Correct Answer: D

    CMMI is the appropriate process for managing work items in Azure DevOps when you need to track requirements, change requests, risks, and reviews. This process provides a comprehensive framework for process improvement and maintaining an auditable record of decisions. CMMI includes work item types specifically designed for these purposes, making it the best fit for formal project methods that require such detailed tracking.

Question 8 of 493

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 ApplyOnly.

Does the solution meet the goal?

    Correct Answer: B

    B

    Reference:

    https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/register-azurermautomationdscnode?view=azurermps-6.13.0

Question 9 of 493

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 ApplyAndMonitor.

Does the solution meet the goal?

    Correct Answer: B

    Setting the -ConfigurationMode parameter to ApplyAndMonitor ensures that the Local Configuration Manager (LCM) applies any new configurations and logs any configuration drift if the node deviates from the desired state. However, it does not correct the configuration drift automatically. To ensure that test servers remain correctly configured regardless of configuration drift, the appropriate mode would be ApplyAndAutocorrect, which re-applies the configuration to correct any drift. Therefore, the provided solution does not meet the goal.

Question 10 of 493

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?

    Correct Answer: A

    Setting the -ConfigurationMode parameter to ApplyAndAutocorrect ensures that desired state configurations (DSC) are applied and any configuration drift is automatically corrected. This mode applies the configuration and regularly checks the nodes to verify compliance with the desired configuration. If a node drifts from its desired state, DSC logs the discrepancy and re-applies the configuration to bring the node back to its correct state. Therefore, it meets the goal of keeping test servers correctly configured regardless of configuration drift.