[2024年更新]無料AZ-220日本語試験問題集は試験を合格するには超簡単 [Q40-Q58]

Share

[2024年更新]無料AZ-220日本語試験問題集はパス試験は超簡単

AZ-220日本語試験問題集でAZ-220日本語練習テスト問題

質問 # 40
複数のIoTEdgeデバイスを含むAzureIoTEdgeソリューションを展開しています。
モジュール間ルーティングを構成する必要があります。
デプロイメントマニフェストのどのセクションにルートを追加する必要がありますか?

  • A. systemModules
  • B. modules
  • C. $edgeHub
  • D. storeAndForwardConfiguration

正解:C

解説:
Explanation
Routes are declared in the $edgeHub desired properties.
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/module-composition


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

  • A. いいえ
  • B. はい

正解:A

解説:
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


質問 # 42
パイロット要件を満たすには、ソリューションに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


質問 # 43
Azure IoT ハブがある
4 つの Azure 10T Edge デバイスがあり、. 次の表に示すデバイス ツイン コード。

3 つのデプロイと、次の表に示すデプロイ コードがあります。

次の各ステートメントについて、該当する場合は [はい] を選択します。それ以外の場合は、[いいえ] を選択します。 注: 正しい選択はそれぞれ 1 ポイントの価値があります。

正解:

解説:


質問 # 44
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


質問 # 45
Hub1 という名前の Azure IoT Hub と Edge1 という名前の Azure IoT Edge デバイスを含む Azure IoT ソリューションがあります。Edge1 は Hub1 に接続します。
温度モジュールを Edge1 にデプロイする必要があります。あなたは何をするべきか?

  • A. 温度モジュールとルートを指定する IoT Edge 配置マニフェストを作成します。
    $上流。Bush プロンプトから次のコマンドを実行します。az iot edge set-modules -device-id Edge1 -hub-name Hub1 -content C
  • B. Azure portal から Hub1 に移動し、IoT Edge を選択します。Edge1 を選択し、[子デバイスの管理] を選択します。Bash プロンプトから、次のコマンドを実行します。
    az iot edge set-modules -device-id Edge1 -hub-name Hub1 -content C:
    \deploymentMan1.json
  • C. Azure portal から Hub1 に移動し、IoT Edge を選択します。Edge1 を選択し、Device Twin を選択して、配置マニフェストを目的のプロパティとして設定します。Bash プロンプトから、次のコマンド az iot hub monitor-events-device-id Edge1 -hub-name Hub1 を実行します。
  • D. 温度モジュールとルートを指定する IoT Edge 配置マニフェストを作成します。
    $上流。Bush プロンプトから、次のコマンドを実行します。
    az iot hub monitor-events-device-id Edge1 -hub-name Hub1

正解:A

解説:
\deploymentMan1.json
Explanation:
You deploy modules to your device by applying the deployment manifest that you configured with the module information.
Change directories into the folder where your deployment manifest is saved. If you used one of the VS Code IoT Edge templates, use the deployment.json file in the config folder of your solution directory and not the deployment.template.json file.
Use the following command to apply the configuration to an IoT Edge device:
az iot edge set-modules --device-id [device id] --hub-name [hub name] --content [file path] Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-cli


質問 # 46
Windows 10 IoTEnterpriseを実行する新しいデバイスにAzureIoTEdgeランタイムをインストールする必要があります。
アクションを実行する順序はどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

1 - From Azure IoT hub, create an IoT Edge device
2 - From an elevated PowerShell prompt, run the Deploy-IoTEdge cmdlet.
3 - From an elevated PowerShell prompt, run the Initialize-IoTEdge cmdlet
4 - Enter the IoT Edge device connection string.
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/quickstart


質問 # 47
地理的に異なる場所にある複数のAzureIoTハブと単一のデバイスプロビジョニングサービスインスタンスを含むAzureIoTソリューションがあります。
次の要件に基づいて、デバイスを適切なIoTハブに割り当てるようにデバイス登録を構成する必要があります。
デバイスの登録ID
デバイスの地理的位置
同じ地理的位置にあるIoTハブ間の負荷のバランスをとる必要があります。
デバイスをIoTハブに割り当てるために何を使用する必要がありますか?

  • A. 静的構成(登録リスト経由のみ)
  • B. 最小のレイテンシ
  • C. カスタム(Azure関数を使用)
  • D. 均等に重み付けされた分布

正解:C

解説:
Set the Device Provisioning Service allocation policy
The allocation policy is a Device Provisioning Service setting that determines how devices are assigned to an IoT hub. There are three supported allocation policies:
Lowest latency: Devices are provisioned to an IoT hub based on the hub with the lowest latency to the device.
Evenly weighted distribution (default): Linked IoT hubs are equally likely to have devices provisioned to them. This is the default setting. If you are provisioning devices to only one IoT hub, you can keep this setting.
Static configuration via the enrollment list: Specification of the desired IoT hub in the enrollment list takes priority over the Device Provisioning Service-level allocation policy.
Reference:
https://docs.microsoft.com/en-us/azure/iot-dps/tutorial-provision-multiple-hubs


質問 # 48
Azure Time Series Insightsのデプロイを計画しています。
Time Series Insightsを展開する前に、iothub1で何を作成する必要がありますか?

  • A. IPフィルター規則
  • B. 新しい共有アクセスポリシー
  • C. 新しい消費者グループ
  • D. 新しいメッセージルート

正解:C

解説:
Create a dedicated consumer group in the IoT hub for the Time Series Insights environment to consume from. Each Time Series Insights event source must have its own dedicated consumer group that isn't shared with any other consumer. If multiple readers consume events from the same consumer group, all readers are likely to exhibit failures.
Reference:
https://docs.microsoft.com/en-us/azure/time-series-insights/time-series-insights-how-to-add-an-event-source- iothub
Topic 2, A Datum
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 Next 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 Question button to return to the question.
Requirements. Planned Changes
ADatum is developing an Azure IoT solution to monitor environmental conditions. The IoT solution consists of hardware devices and cloud services. All the devices will communicate directly to Azure IoT Hub.
The hardware devices will be deployed to the branch offices and will collect data about various environmental conditions such as temperature, humidity, air quality, and noise level. The devices will be wired by using Power over Ethernet (PoE) connections.
ADatum is developing the solution in the following three phases: proof of value (POV), pilot, and production.
Requirements. POV Requirements
The POV phase will demonstrate that a technical solution is viable. During this phase, 100 devices will be deployed to the main office and Azure Stream Analytics will be connected to an IoT hub to generate real-time alerts. Stream Analytics will perform the following processing:
* Calculate the median rate of the telemetry across the entire devices that exceed the median rate by a factor of 4.
* Compare the current telemetry to the specified thresholds and issue alerts when telemetry values are out of range.
* Ensure that all message content during this phase is human readable to simplify debugging.
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.
Requirements. Production Requirements
The production phase will include all the offices.
The production deployment will have one IoT hub in each Azure region. Devices must connect to the IoT hub in their region.
The production phase must meet the following requirements:
Ensure that the IoT solution can support performance and scale targets.
Ensure that the IoT solution support up to 1,000 devices per office.
Minimize operating costs of the IoT solution.
Requirements. Technical Requirements
Datum identifies the following requirements for the planned IoT solution:
* The solution must generate real-time alerts when a fire condition is detected in an office. All the devices in that office must trigger an audible alarm siren within 10 seconds of the alert.
* A dashboard UI must display alerts and the system status in real time and must allow device operators to make adjustments to the system.
* Each device will send hourly updates to IoT Hub. Condition alerts will be sent immediately.
* Multiple types of devices will collect telemetry that has different schemas.
* IoT Hub must perform message routing based on the message body.
* Direct methods must be used for cloud-to-device communication.
* Reports must be provided monthly, quarterly, and annually.
* Stored data queries must be as efficient as possible.
* The device message size will be under 4 KB.
* Development effort must be minimized.
Requirements. Throttle and Quotas
The relevant throttles and quotas for various IoT Hub tiers are shown in the following table.

Requirements. IoT Hub Routing
You plan to implement IoT Hub routing during the POV phase as shown in the following exhibit.


質問 # 49
POV フェーズでは、デバイスを IoT Hub に接続し、テレメトリ メッセージの送信を開始します。
POV フェーズ中に IoT Hub によって受信されたメッセージの内容を確認する必要があります。
何を使うべきですか?

  • A. the Monitoring settings of loT Hub or a Postman call to the loT Hub REST API
  • B. Splunk or Grafana
  • C. Microsoft Visual Studio Code that uses the loT Hub Toolkit or Azure CLI that uses the loT Hub extension
  • D. Azure Monitor or Azure Log Analytics

正解:D

解説:
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-use-metrics-and-diags
Topic 2, Contoso
To start the case study
To display the first question on this case study, click the Next 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 Question 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.


質問 # 50
注: この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正解がある場合もあれば、正解がない場合もあります。
このセクションの質問に答えた後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
建物の 2 階に 20 台の IoT デバイスがデプロイされています。 1 階のデバイスは 60 度に設定する必要があります。 2 階のデバイスは 80 度に設定する必要があります。
デバイス ツインは、ツインが配置されているフロアを識別するタグを使用するように構成されています。
1 階のデバイスに対して次の自動構成を作成します。

2 階のデバイスに次の自動構成を作成します。

1 階の IoT デバイスは、温度が 80 度に設定されていることを報告します。
1 階のデバイスが正しい温度に設定されていることを確認する必要があります。
解決策: 2 階のデバイスの自動構成では、targetCondition を「tags.floor='second'」に設定します。
これは目標を達成していますか?

  • A. いいえ
  • B. はい

正解:B

解説:
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/module-deployment-monitoring?view=iotedge-2020-11
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-automatic-device-management-cli


質問 # 51
Azure IoTハブに接続する100台のデバイスがあります。
デバイスのサブネットへのローカルログインの失敗について通知を受ける必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step 1: Enable Azure Security Center for IoT
Security alerts, such as failed local IoT hub logins, are stored in AzureSecurityOfThings.SecurityAlert table in the Log Analytics workspace configured for the Azure Security Center for IoT solution.
Step 2: Select a device security group
Update a device security group..
Step 3: Create a custom alert rule
by creating a custom alert rule
Reference:
https://docs.microsoft.com/bs-latn-ba/azure/asc-for-iot/how-to-security-data-access
https://docs.microsoft.com/en-us/rest/api/securitycenter/devicesecuritygroups/createorupdate


質問 # 52
Azure IoTハブ、100個のAzure IoT Edgeデバイス、500個のリーフデバイスを含むAzure IoTソリューションがあります。
デバイス間でキーローテーションを実行する必要があります。
どの3種類のエンティティを更新する必要がありますか?各回答はソリューションの一部を示しています。
注:それぞれの正しい選択は1ポイントの価値があります。

  • A. the IoT Edge device identities
  • B. the leaf module identities
  • C. the leaf device identities
  • D. the iothubowner policy credentials
  • E. the $edgeAgent module identity
  • F. the $edgeHub module identity

正解:A、C、F

解説:
To get authorization to connect to IoT Hub, devices and services must send security tokens signed with either a shared access or symmetric key. These keys are stored with a device identity in the identity registry.
An IoT Hub identity registry can be accessed like a dictionary, by using the deviceId or moduleId as the key. Reference:
https://docs.microsoft.com/bs-latn-ba/azure/iot-dps/how-to-control-access
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-identity-registry


質問 # 53
AzureIoTソリューションがあります。
IoT Hubが地域の停止の影響を受けた場合でも、ソリューションが機能し続けることをテストする必要があります。
あなたは何をするべきか?

  • A. loTハブから、[パブリックネットワークアクセスを許可する]を[無効]に設定します。
  • B. loTハブから、手動フェイルオーバーを開始します。
  • C. デバイスプロビジョニングサービス(DPS)から、loTハブのリンクを解除します。
  • D. loTハブから、[フォールバックルートを無効にする]を選択します。

正解:B

解説:
Explanation
Manual failover is a feature of the IoT Hub service that allows customers to failover their hub's operations from a primary region to the corresponding Azure geo-paired region. Manual failover can be done in the event of a regional disaster or an extended service outage. You can also perform a planned failover to test your disaster recovery capabilities, although we recommend using a test IoT hub rather than one running in production.
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-manual-failover


質問 # 54
IoT ハブからのデバイス テレメトリ データを受け入れるようにデジタル ツインを構成する必要があります。m シーケンスで実行する必要がある 4 つのアクションはどれですか? 答えるには、アクションのリストから適切なアクションを回答エリアに移動し、正しい順序で並べます。

正解:

解説:

1 - Deploy an Azure Digital Twins instance.
2 - Create a digital twin.
3 - Upload the digital twin model.
4 - Configuration a system-assigned managed identity for Azure Digital Twins.


質問 # 55
Windows 10 IoT Enterpriseを実行する新しいデバイスにAzure IoT Edgeランタイムをインストールする必要があります。
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation:
Step 1: From Azure IoT Hub, create an IoT Edge Device
Step 2: Deploy-IoTEdge
The Deploy-IoTEdge command checks that your Windows machine is on a supported version, turns on the containers feature, and then downloads the moby runtime and the IoT Edge runtime. The command defaults to using Windows containers.
{Invoke-WebRequest -useb https://aka.ms/iotedge-win} | Invoke-Expression; ` Deploy-IoTEdge Step 3: Initialize-IoTEdge The Initialize-IoTEdge command configures the IoT Edge runtime on your machine. The command defaults to manual provisioning with Windows containers.
{Invoke-WebRequest -useb https://aka.ms/iotedge
Step 4: Enter the IoT Edge device connection string.
When prompted, provide the device connection string that you retrieved in step 1. The device connection string associates the physical device with a device ID in IoT Hub.
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/module-composition


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

正解:

解説:

Explanation


質問 # 57
AzureIoTハブと100台のAzureIoTEdgeデバイスを含むAzureIoTソリューションがあります。
IoTEdgeデバイスを外部ネットワークに展開することを計画しています。外部ネットワークのファイアウォールは、ポート80とポート443のトラフィックのみを許可します。
デバイスがIoTハブに接続できることを確認する必要があります。ソリューションはコストを最小限に抑える必要があります。
あなたは何をするべきか?

  • A. AMQP overWebSocketを使用するようにデバイスのアップストリームプロトコルを構成します。
  • B. MQTT overTCPを使用するようにデバイスのアップストリームプロトコルを構成します。
  • C. ExpressRouteを使用して、外部ネットワークをloTソリューションに接続します。
  • D. セルラー通信ハードウェアをデバイスに統合し、外部ネットワークの使用を回避します。

正解:A

解説:
AMQP over WebSockets uses port 443.
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols


質問 # 58
......

AZ-220日本語試験問題集でAZ-220日本語練習テスト問題:https://jp.fast2test.com/AZ-220J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어