Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

You need to recommend the format of telemetry messages to meet the POV requirements.

What should you recommend?

A.

XML

B.

Avro

C.

JSON

Full Access
Question # 5

You have 100 devices that connect to an Azure IoT hub.

You plan to use Azure functions to process all the telemetry messages from the devices before storing the messages.

You need to configure the functions binding for the IoT hub.

Which two configuration details should you use to configure the binding? Each Answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

the name of the resource group that contains the IoT hub

B.

the IoT hub's connection string shared access key that has Service connect permissions

C.

the connection string of the Azure Event Hub-compatible endpoint from the IoT Hub built-in endpoints

D.

the Azure Event-Hub compatible name

Full Access
Question # 6

You need to use message enrichment to add additional device information to messages sent from the IoT gateway devices when the reported temperature exceeds a critical threshold.

How should you configure the enrich message values? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 7

You have an loT device that has the following configurations:

• Hardware: Raspberry Pi

• Operating system: Raspberry Pi OS

You need to deploy Azure loT Edge to the device.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Install the loT Edge runtime.

B.

Create a module twin configuration.

C.

Run the az iot hub module-identity update command.

D.

Install the container runtime.

Full Access
Question # 8

You have 1,000 devices that connect to an Azure IoT hub.

You are performing a scheduled check of deployed IoT devices. You plan to run the following command from the Azure CLI prompt.

az iot hub query --hub-name hub1 --query-command "SELECT * FROM devices WHERE connectionState = 'Disconnected'"

What does the command return?

A.

the Device Disconnected events

B.

the device twins

C.

the Connections logs

D.

the device credentials

Full Access
Question # 9

You have four physical loT devices that connect to an Azure loT hub named iothub1. The devices are configured as shown in the following table.

For each of the following statements, select yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Full Access
Question # 10

You have an Azure Stream Analytics job named Asjob1 that uses the following query.

Asjob1 receives the events shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Full Access
Question # 11

You have an Azure IoT hub that uses a Device Provisioning Service instance to automate the deployment of Azure IoT Edge devices.

The IoT Edge devices have a Trusted Platform Module (TPM) 2.0 chip.

From the Azure portal, you plan to add an individual enrollment to the Device Provisioning Service that will use the TPM of the IoT Edge devices as the attestation mechanism.

Which detail should you obtain before you can create the enrollment.

A.

the scope ID and the Device Provisioning Service endpoint

B.

the primary key of the Device Provisioning Service shared access policy and the global device endpoint

C.

the X.509 device certificate and the certificate chain

D.

the endorsement key and the registration ID

Full Access
Question # 12

During the POV phase, telemetry from IoT Hub stops flowing to the hot path. The cold path continues to work.

What should you do to restore the hot path?

A.

Disable the fallback route.

B.

Run the Test all routes action.

C.

Create an explicit route for the hot path.

D.

Modify cold-route to send only some telemetry data to the cold path.

Full Access
Question # 13

You need to configure loT module routing to meet the device requirements.

How should you complete the route? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 14

During the POV phase, you connect a device to IoT Hub and start sending telemetry messages.

You need to verify the content of the messages received by IoT Hub during the POV phase.

What should you use?

A.

the Monitoring settings of loT Hub or a Postman call to the loT Hub REST API

B.

Azure Monitor or Azure Log Analytics

C.

Microsoft Visual Studio Code that uses the loT Hub Toolkit or Azure CLI that uses the loT Hub extension

D.

Splunk or Grafana

Full Access
Question # 15

You need to add Time Series Insights to the solution to meet the pilot requirements.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Full Access
Question # 16

You need to recommend a solution to keep device properties synced to IoT Hub. The solution must minimize data loss caused by the connectivity issues.

What should you include in the recommendation?

A.

Azure Event Grid

B.

a cloud-to-device message

C.

loT Hub device twins

D.

the loT Hub direct method

Full Access
Question # 17

How should you complete the GROUP BY clause to meet the Streaming Analytics requirements?

A.

GROUP BY HoppingWindow(Second, 60, 30)

B.

GROUP BY TumblingWindow(Second, 30)

C.

GROUP BY SlidingWindow(Second, 30)

D.

GROUP BY SessionWindow(Second, 30, 60)

Full Access
Question # 18

You plan to deploy Azure Time Series Insights.

What should you create on iothub1 before you deploy Time Series Insights?

A.

a new message route

B.

a new consumer group

C.

a new shared access policy

D.

an IP filter rule

Full Access
Question # 19

You need to enable telemetry message tracing through the entire IoT solution.

What should you do?

A.

Monitor device lifecycle events.

B.

Upload IoT device logs by using the File upload feature.

C.

Enable the DeviceTelemetry diagnostic log and stream the log data to an Azure event hub.

D.

Implement distributed tracing.

Full Access
Question # 20

You create a new IoT device named device1 on iothub1. Device1 has a primary key of Uihuih76hbHb.

How should you complete the device connection string? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 21

What should you do to identify the cause of the connectivity issues?

A.

Send cloud-to-device messages to the IoT devices.

B.

Use the heartbeat pattern to send messages from the IoT devices to iothub1.

C.

Monitor the connection status of the device twin by using an Azure function.

D.

Enable the collection of the Connections diagnostics logs and set up alerts for the connected devices count metric.

Full Access