What should you use?
You have an Azure Resource Manager template that deploys a multi-tier application. You need to prevent the user who performs the deployment from viewing the account credentials and connection strings used by the application. What should you use?A . an Azure Resource Manager parameter fileB . an Azure Storage tableC...
What should you do?
You have 50 Node.js-based projects that you scan by using WhiteSource. Each project includes Package.json, Package-lock.json, and Npm-shrinkwrap.json files. You need to minimize the number of libraries reports by WhiteSource to only the libraries that you explicitly reference. What should you do?A . Configure the File System Agent plug in.B...
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....
How should you complete the command?
HOTSPOT You are using PowerShell to administer Azure Log Analytics workspaces. You need to list the available workspaces and their properties. How should you complete the command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1:...
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...
What should you use?
HOTSPOT Your company is creating a suite of three mobile applications. You need to control access to the application builds. The solution must be managed at the organization level What should you use? To answer, select the appropriate options m the answer area. NOTE: Each correct selection is worth one...
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 toots to the correct stages. Each security tool may be used once, more than once, or...
Which authentication method should you use?
You need to configure Azure Pipelines to control App2 builds. Which authentication method should you use?A . Windows NTLMB . certificateC . SAMLD . personal access token (PAT)View AnswerAnswer: D Explanation: Scenario: Deploy App2 to an Azure virtual machine named VM1. A personal access token (PAT) is used as an...
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: D Explanation: Scenario: A branching strategy that supports developing new functionality in isolation must be used. Feature isolation is a special derivation of the development...
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...