exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 6 question 51 discussion

Actual exam question from Microsoft's DP-200
Question #: 51
Topic #: 6
[All DP-200 Questions]

You need to deploy a Microsoft Azure Stream Analytics job for an IoT based solution. The solution must minimize latency. The solution must also minimize the bandwidth usage between the job and the IoT device.
Which of the following actions must you perform for this requirement? (Choose four.)

  • A. Ensure to configure routes
  • B. Create an Azure Blob storage container
  • C. Configure Streaming Units
  • D. Create an IoT Hub and add the Azure Stream Analytics modules to the IoT Hub namespace
  • E. Create an Azure Stream Analytics edge job and configure job definition save location
  • F. Create an Azure Stream Analytics cloud job and configure job definition save location
Show Suggested Answer Hide Answer
Suggested Answer: ABDF 🗳️
There is an article in the Microsoft documentation on configuring Azure Stream Analytics on IoT Edge devices.
You need to have a storage container for the job definition:

Installation instructions -
The high-level steps are described in the following table. More details are given in the following sections.

You also need to create a cloud part job definition:

You also need to set the modules for your IoT edge device:
Deployment ASA on your IoT Edge device(s)

Add ASA to your deployment -
ג€¢ In the Azure portal, open IoT Hub, navigate to IoT Edge and click on the device you want to target for this deployment.
ג€¢ Select Set modules, then select + Add and choose Azure Stream Analytics Module.
ג€¢ Select the subscription and the ASA Edge job that you created. Click Save.

You also need to configure the Routes:

Configure routes -
IoT Edge provides a way to declaratively route messages between modules, and between modules and IoT Hub. The full syntax is described here. Names of the inputs and outputs created in the ASA job can be used as endpoints for routing.
Since this is clear from the Microsoft documentation, all other options are incorrect.
Reference:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-edge

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
elimey
Highly Voted 3 years, 10 months ago
The Correct Answer is : 1) storage 2) Edge 3) IOT 4) route https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-edge
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...