[2025年04月最新リリース]PL-200日本語試験問題はあなたをパスさせる [Q139-Q154]

Share

[2025年04月最新リリース]PL-200日本語試験問題はあなたをパスさせる

Microsoft PL-200日本語試験基本問題とアンサー

質問 # 139
会社には、Microsoft Dataverse を使用するモデル駆動型アプリがあります。
ユーザーは、アカウント情報を入力する際に​​別の電話番号を追加する必要があります。ユーザーは、別の電話番号を持っていない顧客を表示するリストも必要とします。
必要な機能を有効にする必要があります。
どの機能を使用する必要がありますか? 答えるには、適切な機能を正しい要件にドラッグします。各機能は、1 回以上使用することも、まったく使用しないこともできます。ペイン間の分割バーをドラッグするか、コンテンツを表示するためにスクロールする必要がある場合があります。

正解:

解説:

Explanation


質問 # 140
キャンバスアプリを作成しています。
ユーザーは、Power Appsアプリの各画面のボタンをクリックして、次の画面に進みます。
ユーザーに表示される次の画面を選択するアクションを実装する必要があります。
どのイベントを処理する必要がありますか?

  • A. OnSelect
  • B. OnCheck
  • C. ScreenTransition
  • D. OnLoad

正解:A

解説:
Explanation
Add navigation
1. With the Source screen selected, open the Insert tab, select Icons, and then select Next arrow.
2. With the arrow still selected, select the Action tab, and then select Navigate.
3. The OnSelect property for the arrow is automatically set to a Navigate function.

4. When a user selects the arrow, the Target screen fades in.
5. On the Target screen, add a Back arrow, and set its OnSelect property to this formula:
6. Navigate(Source, ScreenTransition.Fade)
7. While holding down the Alt key, toggle between screens by selecting the arrow on each screen.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-screen-context-variables


質問 # 141
企業はキャンバス アプリを使用して、特定の地域の生産リソースを管理します。アプリを使用するには、従業員が会社の場所にいる必要があります。
従業員がリモートで作業することが突然要求されたため、従業員は仕事を行うために特定の場所に通勤しなくなり、キャンバス アプリにアクセスできなくなりました。
従業員が限られた数の場所からのみアプリにアクセスできるように、アプリを再構成する必要があります。
アプリへのアクセスを制限する必要があります。
どのコンポーネントを構成する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。

正解:

解説:

Explanation:
Graphical user interface, text, application, email Description automatically generated

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/restrict-access-online-trusted-ip-rules


質問 # 142
ゲストチェックインソリューションを設計する必要があります。
どのテクノロジーを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
Canvas app,
Power Apps mobile app
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/offline-apps


質問 # 143
キャンバスアプリを作成しています。
ユーザーは、Power Appsアプリの各画面のボタンをクリックして、次の画面に進みます。
ユーザーに表示される次の画面を選択するアクションを実装する必要があります。
どのイベントを処理する必要がありますか?

  • A. OnCheck
  • B. OnLoad
  • C. OnSelect
  • D. ScreenTransition

正解:B


質問 # 144
会社はCommonDataServiceを使用してアカウントと連絡先情報を管理します。
同社は、AlBuilderモデルを使用して重要なビジネス上の意思決定を行うことを計画しています。
ビルド済みのAlBuilderモデルをPowerAutomateと統合する必要があります。
どのモデルを使用する必要がありますか?回答するには、回答エリアの適切なオプションを選択してください。
注正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation

Reference:
https://docs.microsoft.com/en-us/ai-builder/prebuilt-sentiment-analysis
https://docs.microsoft.com/en-us/ai-builder/prebuilt-key-phrase
https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognition


質問 # 145
FAQbotをコミュニケーションソリューションに組み込む必要があります。
どのアクションを実行する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation


質問 # 146
会社は、Sen/ices と Equipment という名前の 2 つのテーブルを含む Power Apps ソリューションを更新しています。この会社は、次の要件に合わせて現在のソリューションを更新する新しいソリューションを作成しています。
* サービス テーブルを更新して、変更の追跡を含める必要があります。
* Equipment テーブルを更新して、4 つの新しい列を含める必要があります。
* ソリューションは、追加または変更が必要なコンポーネントのみを更新する必要があります。
ソリューションを作成する必要があります。
どのテーブル オプションを使用する必要がありますか? 答えるには、適切なオプションを正しい表にドラッグします。各オプションは、1 回以上使用することも、まったく使用しないこともできます。ペイン間の分割バーをドラッグするか、コンテンツを表示するためにスクロールする必要がある場合があります。

正解:

解説:

Explanation
Select components Option for Services Table
Select components Option for Equipment Table
The "Select components" table option allows you to update specific components of a table, such as adding new columns or change tracking, while keeping the existing data and relationships in the table intact. This meets the requirement that the solution must update only the components that need to be added or changed.
You can use the Power Apps maker portal and navigate to the Environment, then click on the Data tab, select the table you want to update and click on the settings icon and then select "Select components" from the options. Then you can select only the columns you want to add or update for each table.
This way, you can ensure that the solution will update only the necessary components for each table, including change tracking for the Services table and four new columns for the Equipment table, without affecting the existing data and relationships in the tables.


質問 # 147
あなたの組織は、ソリューションのカスタム コードの使用を許可していません。
組織内のすべてのユーザーが表示できるビューを作成する必要があります。
ビューはどこに作成する必要がありますか?

  • A. Microsoft Visual Studio
  • B. メーカーポータル
  • C. システム設定
  • D. 高度な検索

正解:D

解説:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-views-app-designer


質問 # 148
FAQbotをコミュニケーションソリューションに組み込む必要があります。
どのアクションを実行する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation


質問 # 149
Dynamics365ヘルプデスク管理者を食べました
毎週処理されたヘルプデスクケースに関する情報を表示するダッシュボードを作成する必要があります。
どのダッシュボードコンポーネントを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
System
Personal
Personal
Personal
System
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/basics/add-edit-power-bi-visualizations-da


質問 # 150
あなたはDynamics365カスタマーサービスシステム管理者です。営業チーム向けのアプリを作成します。
営業チームのメンバーはアプリにアクセスできません。
営業チームのメンバーがアプリにアクセスできることを確認する必要があります。
アプリの権限はどこで構成する必要がありますか?

  • A. セキュリティの役割
  • B. ダイナミクス管理センター
  • C. 役割を管理する
  • D. Dynamics365ホーム

正解:C

解説:
References:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/manage-access-apps-security-ro Manage access to apps by using security roles.
You can choose what users see and access from the My Apps page or the Customer Engagement home page by giving app access to specific security roles. Users will have access to apps based on the security roles they're assigned to.
1. Go to Settings > My Apps.
2. In the lower-right corner of the app tile you want to manage access for, select More options (...), and then select Manage Roles.
3. Enter the following in the Manage Roles dialog box:
a) App URL Suffix
b) Roles
c) Select Save.
4. Refresh the My Apps page.
5. Go to the Apps Being Edited view, and publish the app again.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/manage-access-app


質問 # 151
Power Bl Desktopを使用してレポートを作成し、そのレポートをPowerBlサービスに公開します。モデル駆動型アプリにPowerBl視覚化埋め込みを有効にします。
PowerBiタイルを表示するようにモデル駆動型アプリを構成する必要があります
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:


質問 # 152
組織用の新しいPowerVirtualAgentsチャットボットを作成します。
チャットボットのテストと本番展開は完了していません。
適切なユーザーがチャットボットにアクセスできるようにする必要があります。どの方法を使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/publication-connect-bot-to-web-channels
https://docs.microsoft.com/en-us/power-virtual-agents/requirements-licensing


質問 # 153
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、[is] に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
ある企業は Dataverse 環境を使用しています。この環境には、キャンバス アプリとモデル駆動型アプリからアクセスします。
Dataverse 環境には、次の列を含むテーブルが含まれています。
* 名前
* 会社
* 連絡日
同社は、ユーザーが環境内でデータを作成するときに、テーブルに重複する行が含まれていないことを要求しています。
要件を満たすソリューションを実装する必要があります。
解決策: 列の Microsoft Power Fx 式を作成します。
解決策は目標を達成できますか?

  • A. いいえ
  • B. はい

正解:A


質問 # 154
......

2025年最新のリアルな無料Microsoft PL-200日本語試験問題集問題と解答:https://jp.fast2test.com/PL-200J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어