Demo Microsoft AZ-400 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 5 Questions
Demo Practice
Question 1

HOTSPOT
How should 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

Correct Answer: A
Explanation:
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 App Delete class in the
didFinishLaunchingWithOptions method.
MSAppCenter.start("{Your App Secret}", withServices: [MSAnalytics.self, MSCrashes.self])
Reference:https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/ios
Question 2

To resolve the current technical issue, what should you do to theRegister-
AzureRmAutomationDscNodecommand?

Correct 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 AutomationState Configuration fails to correct the configurations.
Azure Automation State Configuration nodes are registered by using the following command.


Question 3

To resolve the current technical issue, what should you do to theRegister-
AzureRmAutomationDscNodecommand?

Correct Answer: A
Explanation:


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.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM