AZ-220日本語試験をパスするなら弊社のMicrosoft Certified: Azure IoT Developer Specialty試験パッケージを今すぐゲットして合格せよ [Q102-Q120]

Share

AZ-220日本語試験をパスするなら弊社のMicrosoft Certified: Azure IoT Developer Specialty試験パッケージを今すぐゲットして合格せよ

完全版最新の2024年最新のAZ-220日本語試験問題集テストガイド、専門トレーニングFast2test

質問 # 102
POV フェーズの間、IoT Hub からのテレメトリはホット パスへのフローを停止します。コールド パスは機能し続けます。
ホット パスを復元するにはどうすればよいですか?

  • A. [すべてのルートをテスト] アクションを実行します。
  • B. ホット パスの明示的なルートを作成します。
  • C. コールド ルートを変更して、一部のテレメトリ データのみをコールド パスに送信します。
  • D. フォールバック ルートを無効にします。

正解:B


質問 # 103
Azure IoT ハブに接続する 10 個のデバイスがあります。各デバイスには、一意のパブリック IP アドレスがあります。デバイスは DPS を介してプロビジョニングされません。
2 つのデバイスからのメッセージに異常があることを発見しました。
他のデバイスに影響を与えずに、両方のデバイスからのすべてのメッセージを停止する必要があります。
解決策: IoT ハブのカスタム エンドポイントを作成し、メッセージ ルーティング クエリを構成して、疑わしいデバイスからイベントをリダイレクトします。
これは目標を満たしていますか?

  • A. はい
  • B. いいえ

正解:B


質問 # 104
Azure IoT ハブと Azure 仮想ネットワークがあります。
IoT ハブのプライベート エンドポイントを構成します。
IoT ハブがダウンストリーム サービスにデータを送信できることを確認する必要がある 最初に何を作成する必要がありますか?

  • A. IP フィルター規則
  • B. 消費者グループ
  • C. マネージド ID
  • D. メッセージ経路

正解:A


質問 # 105
iothub1にdevice1という名前の新しいIoTデバイスを作成します。 Device1の主キーはUihuih76hbHbです。
デバイス接続文字列をどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: iothub1
The Azure IoT hub is named iothub1.
Box 2: azure-devices.net
The format of the device connection string looks like:
HostName={YourIoTHubName}.azure-devices.net;DeviceId=MyNodeDevice;SharedAccessKey={YourSharedA Box 1: device1 Device1 has a primary key of Uihuih76hbHb.
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/quickstart-control-device-dotnet


質問 # 106
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
標準層のAzureIoTハブとIoTデバイスのフリートがあります。
デバイスは、Message Queuing Telemetry Transport(MQTT)またはAdvanced Message Queuing Protocol(AMQP)のいずれかを使用してIoTハブに接続します。
IoTデバイスにデータを送信する必要があり、各デバイスが応答する必要があります。各デバイスは、データを処理して応答するのに3分かかります。
解決策:必要なツインプロパティを更新し、対応するレポートされたプロパティを確認します。
これは目標を達成していますか?

  • A. はい
  • B. いいえ

正解:A

解説:
Explanation
IoT Hub provides three options for device apps to expose functionality to a back-end app:
* Twin's desired properties for long-running commands intended to put the device into a certain desired
* state. For example, set the telemetry send interval to 30 minutes.
* Direct methods for communications that require immediate confirmation of the result.
* Direct methods are often used for interactive control of devices such as turning on a fan.
* Cloud-to-device messages for one-way notifications to the device app.
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-c2d-guidance


質問 # 107
Streaming Analyticsの要件を満たすには、GROUP BY句をどのように完了する必要がありますか?

  • A. GROUP BY SessionWindow(Second, 30, 60)
  • B. GROUP BY SlidingWindow(Second, 30)
  • C. GROUP BY TumblingWindow(Second, 30)
  • D. GROUP BY HoppingWindow(Second, 60, 30)

正解:C

解説:
Scenario: You plan to use a 30-second period to calculate the average temperature reading of the sensors.
Tumbling window functions are used to segment a data stream into distinct time segments and perform a function against them, such as the example below. The key differentiators of a Tumbling window are that they repeat, do not overlap, and an event cannot belong to more than one tumbling window.
InAnswers:
A: Hopping window functions hop forward in time by a fixed period. It may be easy to think of them as Tumbling windows that can overlap, so events can belong to more than one Hopping window result set.
Reference:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-window-functions


質問 # 108
AzureIoTハブがあります。
自動デバイス管理を使用して、1,000台のIoTデバイスを展開することを計画しています。
デバイスツインを以下に示します。

展開用に自動デバイス管理を構成する必要があります。
どのターゲット条件とデバイスツインパスを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: tags.engine.warpDriveType='VM105a'
Use tags to target twins. Before you create a configuration, you must specify which devices or modules you want to affect. Azure IoT Hub identifies devices and using tags in the device twin, and identifies modules using tags in the module twin.
Box 2: properties.desired.warpOperating
The twin path, which is the path to the JSON section within the twin desired properties that will be set.
For example, you could set the twin path to properties.desired.chiller-water and then provide the following JSON content:
{
"temperature": 66,
"pressure": 28
}
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-automatic-device-management


質問 # 109
パイロット要件を満たすには、ソリューションにTime Series Insightsを追加する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step 1: Provision Time Series Insights
Select Provision new IoT Hub to create a new IoT hub.
Step 2: Route telemetry from IoT Hub to a custom event.
Step 3: Add a data access policy to Time Series Insights for the dashboard web app Scenario: Requirements. Pilot Requirements During the pilot phase, devices will be deployed to 10 offices. Each office will have up to 1,000 devices.
During this phase, you will add Azure Time Series Insights in parallel to Stream Analytics to support real-time graphs and queries in a dashboard web app.
The pilot deployment must minimize operating costs.
Reference:
https://docs.microsoft.com/en-us/azure/time-series-insights/time-series-insights-update-create-environment


質問 # 110
Hub1 という名前の Azure IoT ハブと tsi1 という名前の Azure Time Series Insights 環境があります。 Tsi1 は Hub1 に接続します。このソリューションは 6 か月間稼働しています。
Tsi1 は、次の図のように構成されています。

Hub1 は 1 日あたり 100 万件のメッセージを受信します。各メッセージは最大 1 KB で、JSON 形式です。
Hub1 には、7 日間のテレメトリが保持されています。
次の各ステートメントについて、ステートメントが true の場合は [はい] を選択します。それ以外の場合は、[いいえ] を選択します。
注: 正しい選択ごとに 1 ポイントの価値があります。

正解:

解説:

Explanation
Text, letter Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/time-series-insights/time-series-insights-overview


質問 # 111
Azure IoT ハブと 100 台の IoT デバイスを含む Azure サブスクリプションがあります。
デバイスは、Advanced Message Queuing Protocol (AMQP) プロトコルを使用して IoT ハブに接続し、対称キーを使用して IoT ハブに対して認証します。
AMQP 接続用に SASL PLAIN ユーザー名を構成する必要があります。
ユーザー名をどのように構成する必要がありますか? 答えるには、適切なオプションを正しいターゲットにドラッグします。各オプションは、1 回以上使用することも、まったく使用しないこともできます。ペイン間の分割バーをドラッグするか、コンテンツを表示するためにスクロールする必要がある場合があります。
注: それぞれの正しい選択は 1 ポイントの価値があります。

正解:

解説:


質問 # 112
Azure IoT ハブがあります。
自動デバイス管理を使用して、1,000 台の IoT デバイスを展開する予定です。
デバイス ツインを以下に示します。
展開のために自動デバイス管理を構成する必要があります。
どのターゲット条件とデバイス ツイン パスを使用する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-automatic-device-management


質問 # 113
AzureIoTソリューションがあります。
デジタルツインモデルを作成する必要があります。
どの言語を使うべきですか?

  • A. YAML
  • B. XML
  • C. XHTML
  • D. DTDL

正解:D

解説:
Explanation
Azure Digital Twins models are represented in the JSON-LD-based Digital Twin Definition Language (DTDL).
Reference:
https://docs.microsoft.com/en-us/azure/digital-twins/concepts-models
Topic 2, Contoso
Case Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other question on this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next sections of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question on this case study, click the button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the button to return to the question.
Existing Environment. Current State of Development
Contoso produces a set of Bluetooth sensors that read the temperature and humidity. The sensors connect to IoT gateway devices that relay the data.
All the IoT gateway devices connect to an Azure IoT hub named iothub1.
Existing Environment. Device Twin
You plan to implement device twins by using the following JSON sample.

Existing Environment. Azure Stream Analytics
Each room will have between three to five sensors that will generate readings that are sent to a single IoT gateway device. The IoT gateway device will forward all the readings to iothub1 at intervals of between 10 and 60 seconds.
You plan to use a gateway pattern so that each IoT gateway device will have its own IoT Hub device identity.
You draft the following query, which is missing the GROUP BY clause.
SELECT
AVG(temperature),
System.TimeStamp() AS AsaTime
FROM
Iothub
You plan to use a 30-second period to calculate the average temperature reading of the sensors.
You plan to minimize latency between the condition reported by the sensors and the corresponding alert issued by the Stream Analytics job.
Existing Environment. Device Messages
The IoT gateway devices will send messages that contain the following JSON data whenever the temperature exceeds a specified threshold.

The level property will be used to route the messages to an Azure Service Bus queue endpoint named criticalep.
Existing Environment. Issues
You discover connectivity issues between the IoT gateway devices and iothub1, which cause IoT devices to lose connectivity and messages.
Requirements. Planning Changes
Contoso plans to make the following changes:
* Use Stream Analytics to process and view data.
* Use Azure Time Series Insights to visualize data.
* Implement a system to sync device statuses and required settings.
* Add extra information to messages by using message enrichment.
* Create a notification system to send an alert if a condition exceeds a specified threshold.
* Implement a system to identify what causes the intermittent connection issues and lost messages.
Requirements. Technical Requirements
Contoso must meet the following requirements:
* Use the built-in functions of IoT Hub whenever possible.
* Minimize hardware and software costs whenever possible.
* Minimize administrative effort to provision devices at scale.
* Implement a system to trace message flow to and from iothub1.
* Minimize the amount of custom coding required to implement the planned changes.
* Prevent read operations from being negatively affected when you implement additional services.


質問 # 114
既存のAzure IoTハブがあります。
接続されたデバイスで長時間実行されるタスクをスケジュールするには、IoT Hubジョブを使用します。
IoT Hubジョブが直接サポートする3つの操作はどれですか?それぞれの正解は完全なソリューションを示します。
注:それぞれの正しい選択は1ポイントの価値があります。

  • A. Azure関数をトリガーします。
  • B. 必要なプロパティを更新します。
  • C. IoTデバイスのレジストリエントリを無効にします。
  • D. タグを更新します。
  • E. クラウドからデバイスへのメッセージを送信します。
  • F. 直接メソッドを呼び出します。

正解:B、D、F

解説:
Explanation
Consider using jobs when you need to schedule and track progress any of the following activities on a set of devices:
* Invoke direct methods
* Update desired properties
* Update tags
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-jobs


質問 # 115
Model という名前のデジタル ツイン モデルと、Twin! という名前のデジタル ツインがあります。Twinl はモデルを使用します。
新しいデジタル ツインがモデルを使用できないようにする必要があります。ソリューションでは、Twinl のプロパティを編集できるようにする必要があります。
あなたは何をするべきか?

  • A. モデルのバージョンを更新します。
  • B. モデルを削除します。
  • C. 廃止措置モデル。
  • D. モデル 1 のスキーマを更新します。

正解:C


質問 # 116
あなたの会社は、Azure IoT Hubを使用する新しいカメラセキュリティシステムを作成しています。
Ubuntu Server 18.04を実行するAzure IoT Edgeデバイスを使用する予定です。
IoT Edgeデバイスを構成する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step 1: Run the following commands
Install the container runtime.
Azure IoT Edge relies on an OCI-compatible container runtime. For production scenarios, we recommended that you use the Moby-based engine provided below. The Moby engine is the only container engine officially supported with Azure IoT Edge. Docker CE/EE container images are compatible with the Moby runtime.
Install the Moby engine.
sudo apt-get install moby-engine
Install the Moby command-line interface (CLI). The CLI is useful for development but optional for production deployments.
sudo apt-get install moby-cli
Install the security daemon. The package is installed at /etc/iotedge/.
sudo apt-get install iotedge
Step 2: From Iot Hub,create an IoT Edge device registry entry.
Note: In your IoT Hub in the Azure portal, IoT Edge devices are created and managed separately from IOT devices that are not edge enabled.
* Sign in to the Azure portal and navigate to your IoT hub.
* In the left pane, select IoT Edge from the menu.
* Select Add an IoT Edge device.
* Provide a descriptive device ID. Use the default settings to auto-generate authentication keys and connect the new device to your hub.
* Select Save.
Retrieve the connection string in the Azure portal
1. When you're ready to set up your device, you need the connection string that links your physical device with its identity in the IoT hub.
2. From the IoT Edge page in the portal, click on the device ID from the list of IoT Edge devices.
3. Copy the value of either Primary Connection String or Secondary Connection String.
Step 3: Add the connection string to..
To manually provision a device, you need to provide it with a device connection string that you can create by registering a new device in your IoT hub.
Open the configuration file.
sudo nano /etc/iotedge/config.yaml
Find the provisioning configurations of the file and uncomment the Manual provisioning configuration section. Update the value of device_connection_string with the connection string from your IoT Edge device.
Save and close the file.
After entering the provisioning information in the configuration file, restart the daemon:
sudo systemctl restart iotedge
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux


質問 # 117
Azure Time SeriesInsights環境を含むAzureサブスクリプションがあります。環境には、次の表に示すプロパティがあります。

Dを作成する必要があります。
クエリの一部として正しく使用できる2つの時系列式はどれですか?それぞれの正解は完全な解決策を提示します。
注:正しい選択はそれぞれ1ポイントの価値があります。

  • A. $ event.p2 = 'abc'
  • B. $ event.p1.String = 'abc'
  • C. $ event.p4.p5 = 0.0
  • D. $ event ['p1']!= NULL

正解:B、D

解説:
Explanation
Example: $event['p1'] != NULL
['p1'] is the only token used. Interpreted as $event['p1'].Double != NULL Reference:
https://docs.microsoft.com/en-us/rest/api/time-series-insights/reference-time-series-expression-syntax


質問 # 118
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
AzureIoTハブから入力を受信して​​出力をAzureBlobストレージに送信するAzureStreamAnalyticsジョブがあります。このジョブには、互換性レベル1.1と6つのストリーミングユニットがあります。
ジョブに対して次のクエリがあります。

ストリーミングユニット数を12に増やす予定です。
追加のストリーミングユニットを利用してスループットを向上させるには、ジョブを最適化する必要があります。
解決策:ジョブの互換性レベルを1.2に変更します。
これは目標を達成していますか?

  • A. はい
  • B. いいえ

正解:B

解説:
Max number of Streaming Units with one step and with no partitions is 6.
Reference:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization


質問 # 119
AzureIoTハブがあります。
IoTハブでAzureDefender forIoTを有効にする必要があります。
あなたは何をするべきか?

  • A. loTハブのセキュリティ設定から、[loTソリューションを保護する]を選択します。
  • B. loTハブの診断設定から、診断設定の追加を選択します。
  • C. Defenderから、セキュリティアラートを設定します。
  • D. Defenderから、セキュリティポリシーを追加します。

正解:A

解説:
Reference:
https://docs.microsoft.com/en-us/azure/defender-for-iot/device-builders/quickstart-onboard-iot-hub


質問 # 120
......

2024年最新の問題Microsoft Certified: Azure IoT Developer Specialty合格目指してAZ-220日本語リアル試験をマスターせよ!:https://jp.fast2test.com/AZ-220J-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어