What are two ways to integrate into the Azure DevOps release pipeline?
Your company has a project in Azure DevOps for a new web application. The company uses Service Now for change management. You need to ensure that a change request is processed before any components can be deployed to the production environment. What are two ways to integrate into the Azure...
Which type of security tool should you recommend for each stage of the development process?
DRAG DROP You need to increase the security of your team’s development process. Which type of security tool should you recommend for each stage of the development process? To answer, drag the appropriate security tools to the correct stages. Each security tool may be used once, more than once, or...
To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?
To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?A . Change the value of the ConfigurationMode parameter.B . Replace the Register-AzureRmAutomationDscNode cmdlet with Register-AzureRmAutomationScheduledRunbookC . Add the AllowModuleOverwrite parameter.D . Add the DefaultProfile parameter.View AnswerAnswer: A Explanation: Change the ConfigurationMode parameter from ApplyOnly to ApplyAndAutocorrect....
Which two actions should you include in the recommendation?
Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java based projects. You need to recommend a strategy for managing technical debt. Which two actions should you include in the recommendation? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one...
Which line should you modify in the file?
You plan to create an image that will contain a .NET Core application. You have a Dockerfile file that contains the following code. (Line numbers are included for reference only.) You need to ensure that the image is as small as possible when the image is built. Which line should...
Which branching strategy should you recommend for the investment planning applications suite?
Which branching strategy should you recommend for the investment planning applications suite?A . release isolationB . main onlyC . development isolationD . feature isolationView AnswerAnswer: C Explanation: Scenario: A branching strategy that supports developing new functionality in isolation must be used. Feature isolation is a special derivation of the development...
Which three actions should you perform in sequence?
DRAG DROP You need to configure Azure Automation for the computers in Pool7. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them m the correct order. View AnswerAnswer:
What should you configure?
Your company deploys applications m Docket containers. You want to detect known exploits in the Docket images used to provision the Docker containers. You need to integrate image scanning into the application lifecycle. The solution must expose the exploits as early as possible during the application lifecycle. What should you...
Which feature should you use?
You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. The application will use Azure functions to write some data to Azure Storage. You need to send the Azure DevOps team an...
What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?
What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?A . a triggerB . a pre deployment approvalC . a post-deployment approvalD . a deployment gateView AnswerAnswer: D