Microsoft Architecting Microsoft Azure Solutions (070-535日本語版) - 070-535日本語 Exam Practice Test
Question 1

Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 2

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 3

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4


Correct Answer:

Explanation

References:
http://www.almguide.com/2014/01/deploying-an-azure-website-from-a-local-git-repo/
Question 5

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 6


Correct Answer:

Explanation

Box 1: Azure IoT Edge
Azure IoT Edge is made up of three components:
IoT Edge modules are containers that run Azure services, 3rd party services, or your own code. They are deployed to IoT Edge devices and execute locally on those devices.
The IoT Edge runtime runs on each IoT Edge device and manages the modules deployed to each device.
A cloud-based interface enables you to remotely monitor and manage IoT Edge devices.
Box 2: Azure Stream Analytics
Azure Stream Analytics on IoT Edge empowers developers to deploy near-real-time analytical intelligence closer to IoT devices so that they can unlock the full value of device-generated data.
With Azure Streaming Analytics (ASA) on IoT Edge, enterprises benefit from running Complex Event Processing (CEP) closer to where the data is produced. For example, manufacturing safety systems are required to respond to operational data with ultra-low latency. With ASA on IoT Edge, you can analyze sensor data in near real time and issue commands when you detect anomalies to stop a machine or trigger alerts.
Box 3: Azure IoT Hub
IoT Hub is a managed service, hosted in the cloud, that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to IoT Hub.
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/about-iot-edge
https://azure.microsoft.com/en-us/blog/azure-stream-analytics-now-available-on-iot-edge/
https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub
Question 7


Correct Answer:

Explanation

workflow Use-WorkflowCheckpointSample
{
# An exception occurs if 'HasBeenSuspended' does not already exist.
# Exceptions that are not caught with a try/catch will cause the runbook to suspend.
Set-AutomationVariable -Name 'HasBeenSuspended' -Value $False
# This line occurs before the checkpoint. When the runbook is resumed after
# suspension, 'Before Checkpoint' will not be output a second time.
Write-Output "Before Checkpoint"
# A checkpoint is created.
Checkpoint-Workflow
# This line occurs after the checkpoint. The runbook will start here on resume.
Write-Output "After Checkpoint"
$HasBeenSuspended = Get-AutomationVariable -Name 'HasBeenSuspended'
# If branch only executes if the runbook has not previously suspended.
if (!$HasBeenSuspended) {
Set-AutomationVariable -Name 'HasBeenSuspended' -Value $True
# This will cause a runtime exception. Any runtime exception in a runbook
# will cause the runbook to suspend.
1 + "abc"
}
Write-Output "Runbook Complete"
}
References: https://gallery.technet.microsoft.com/scriptcenter/How-to-use-workflow-cd57324f
Question 8

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 9

Correct Answer: C
Question 10

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 11

Correct Answer: B
Question 12

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 13

Correct Answer: A,C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 14


Correct Answer:

Explanation

Question 15

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).

