Microsoft AZ-400 Microsoft Azure DevOps Solutions Exam Questions and Answers 100% correct
uld you complete the code to initialize App Center in the mobile application? To answer, select
the appropriate options in the a
...
Microsoft AZ-400 Microsoft Azure DevOps Solutions Exam Questions and Answers 100% correct
uld you complete the code to initialize App Center in the mobile application? To answer, select
the appropriate options in the answer area.
NOTE: Each correct selection a worth one point.
Answer:
Visit us atExplanation:
Scenario: Visual Studio App Center must be used to centralize the reporting of mobile application
crashes and device types in use.
In order to use App Center, you need to opt in to the service(s) that you want to use, meaning by default
no services are started and you will have to explicitly call each of them when starting the SDK.
Insert the following line to start the SDK in your app's AppDelegate class in the
didFinishLaunchingWithOptions method.
MSAppCenter.start("{Your App Secret}", withServices: [MSAnalytics.self, MSCrashes.self])
References: https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/ios
Question: 2
How should you confrere the release retention policy for the investment planning depletions suite? To
answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Visit us atExplanation:
Every request made against a storage service must be authorized, unless the request is for a blob or
container resource that has been made available for public or signed access. One option for authorizing
a request is by using Shared Key.
Scenario: The mobile applications must be able to call the share pricing service of the existing retirement
fund management system. Until the system is upgraded, the service will only support basic
authentication over HTTPS.
The investment planning applications suite will include one multi-tier web application and two iOS
mobile application. One mobile application will be used by employees; the other will be used by
customers.
References: https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key
Question: 3
You need to configure a cloud service to store the secrets required by the mobile applications to call the
share.
What should you include in the solution? To answer, select the appropriate options m the answer ate»,
NOTE: Each correct selection is worth one point.
Answer:
Visit us atExplanation:
Every request made against a storage service must be authorized, unless the request is for a blob or
container resource that has been made available for public or signed access. One option for authorizing
a request is by using Shared Key.
Scenario: The mobile applications must be able to call the share pricing service of the existing retirement
fund management system. Until the system is upgraded, the service will only support basic
authentication over HTTPS.
The investment planning applications suite will include one multi-tier web application and two iOS
mobile application. One mobile application will be used by employees; the other will be used by
customers.
References: https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key
Question: 4
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-AzureRmAutomationScheduledRunbook
C. Add the AllowModuleOverwrite parameter.
D. Add the DefaultProfile parameter.
Answer: A
Explanation:
Change the ConfigurationMode parameter from ApplyOnly to ApplyAndAutocorrect.
The Register-AzureRmAutomationDscNode cmdlet registers an Azure virtual machine as an APS Desired
State Configuration (DSC) node in an Azure Automation account.
Scenario: Current Technical Issue
The test servers are configured correctly when first deployed, but they experience configuration drift
over time. Azure Automation State Configuration fails to correct the configurations.
Azure Automation State Configuration nodes are registered by using the following command.
Visit us atReferences: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/registerazurermautomationdscnode?view=azurermps-6.13.0
Question: 5
What should you use to implement the code quality restriction on the release pipeline for the
investment planning applications suite?
A. a trigger
B. a pre deployment approval
C. a post-deployment approval
D. a deployment gate
Answer: D
Question: 6
How should you configure the release retention policy for the investment planning applications suite?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Visit us atExplanation:
Scenario: By default, all releases must remain available for 30 days, except for production releases,
which must be kept for 60 days.
Box 1: Set the default retention policy to 30 days
The Global default retention policy sets the default retention values for all the build pipelines. Authors
of build pipelines can override these values.
Box 2: Set the stage retention policy to 60 days
You may want to retain more releases that have been deployed to specific stages.
References: https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/retention
Question: 7
Where should the build and release agents for the investment planning application suite run? To
answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Visit us atExplanation:
Box 1: A source control system
A source control system, also called a version control system, allows developers to collaborate on code
and track changes. Source control is an essential tool for multi-developer projects.
Box 2: A hosted service
To build and deploy Xcode apps or Xamarin.iOS projects, you'll need at least one macOS agent. If your
pipelines are in Azure Pipelines and a Microsoft-hosted agent meets your needs, you can skip setting up
a self-hosted macOS agent.
Scenario: The investment planning applications suite will include one multi-tier web application and two
iOS mobile applications. One mobile application will be used by employees; the other will be used by
customers.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-osx?view=azure-devops
Question: 8
Which branching strategy should you recommend for the investment planning applications suite?
A. release isolation
B. main only
C. development isolation
D. feature isolation
[Show More]