2024年最新のPL-400日本語試験解答最新版PL-400日本語のPDF問題集をダウンロードせよ(325問題と解答) [Q66-Q82]

Share

2024年最新のPL-400日本語試験解答最新版Fast2test PL-400日本語のPDF問題集をダウンロードせよ(325問題と解答)

無料2024年最新のMicrosoft Certified: Power Platform Developer Associate PL-400日本語問題集を提供しております!Fast2test

質問 # 66
フィールドを適切なタイプで構成する必要があります。
どのタイプを使用すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Lookup
Fields for the doctor's name and phone number must be displayed in the customer record.
Lookup: A field that allows setting a reference to a single record of a specific type of entity.
Box 2: Calculated
Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
Calculated field: Contains calculations that use fields from the current entity or related parent entities.
Box 3: Text
Field data type: Single Line of Text:
This field can contain up to 4,000 text characters. You can set the maximum length to be less than this. This field has several format options that will change the presentation of the text. These options are Email, Text, Text Area, URL, Ticker Symbol, and Phone.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields


質問 # 67
ある企業にはモデル駆動型のアプリ フォームがあります。多くのユーザーがこのフォームを使用しています。
ユーザーは、フォームを完全に読み込むのに時間がかかりすぎると述べています。
読み込みパフォーマンスを向上させるには、フォームの設計を評価する必要があります。
使用できるコントロール タイプは 3 つありますか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. iFrame
  • B. ルックアップ
  • C. タイムライン
  • D. クイックビューフォーム
  • E. サブグリッド

正解:B、C、D


質問 # 68
ある会社には、2 つの開発インスタンス、2 つのテスト インスタンス、2 つのステージング インスタンス、および 1 つの運用インスタンスがあります。
テスト チームは、テスト インスタンスとステージング インスタンスとの接続の問題を報告します。
テスト チームが現在アクセスできるインスタンスを特定する必要があります。
使用できる 2 つの URL はどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. https://myorg.api.crm.dynamics.com/api/data/v9.1/
  • B. https://dev.crm.dynamics.com/api/discovery/v9.1/instances
  • C. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/instances
  • D. https://dev.crm.dynamics.com/api/discovery/v9.1/instances(UniqueName='myorg')
  • E. https://disco.crm.dynamics.com/api/discovery/v9.1/

正解:B、D

解説:
Explanation
Organization information is stored in the Instance entity of the Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
GET https://dev.{servername}/api/discovery/v9.0/Instances(UniqueName='myorg') Example: Get the details of a specific instance. If you leave out the GUID, all instances that the authenticated user has access to are returned.
GET https://dev.{servername}/api/discovery/v9.0/Instances(<guid>)
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webapi/discoverurl-


質問 # 69
企業は Dynamics 365 Sales と Microsoft Online Services ポータルを使用しています。
複数選択の OptionSet フィールドのデータ型は、ポータルではサポートされていません。
選択したフィールド値をテキスト フィールドにコピーする必要があります。
組織サービスリクエストはどのように構成すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Yes
If you are creating an attribute editor you will need to retrieve entity data that has been saved but not published. For other scenarios you will want to only retrieve published metadata.
Set this value to true to include unpublished changes, as it would look if you called publish.
Set this value to false to include only the currently published changes, ignoring the changes that haven't yet been published.
Box 2: AttributeMetadata
AttributeMetadata class is returned in the RetrieveAttributeResponse.
Reference:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveattributerequest.retrieveasifpubl
https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.metadata.attributemetadata?view=dynamics-gene


質問 # 70
フォームにイベント データを入力するにはスクリプトを追加する必要があります。
どのコードセグメントを使用する必要がありますか?

  • A. addOnPreProcessStatusChange
  • B. formContext.data.entity.addOnSave(myFunction)
  • C. formContext.data.addOnLoad(myFunction)
  • D. formContext.data.removeOnLoad(myFunction)
  • E. formContext.data.isValid()

正解:C


質問 # 71
薬局名を同期し、Dynamics 365 Sales データが Cerner システムに正しく伝播されることを確認する必要があります。
あなたは何をするべきか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/data-integrator


質問 # 72
ある企業は、モデル駆動型アプリを使用して臨床検査の詳細を記録しています。
モバイル デバイス上のラボ テスト結果から複数の値を簡単に取得できるようにするカスタム コンポーネントを作成するように求められます。
モバイル デバイスがネットワークへの接続を失った場合に備えて、データセットのインターフェイスを作成する必要があります。
どの方法を使用する必要がありますか?

  • A. 初期化
  • B. updateView
  • C. getClient
  • D. セーブデータ

正解:D

解説:
Explanation
Use LoadData and SaveData for basic data storage while offline.
Note:
When building mobile apps, one of the most common scenarios app makers face is how to enable their users be productive in situations where there is limited or no connectivity at all. This has been one of the most requested features for PowerApps to allow running apps while being disconnected and to provide some support for offline data caching. In this release of PowerApps, we are delivering the first set of improvements for app makers to achieve that by enabling:
Launching the PowerApps mobile player app offline
Running apps while being offline
Determine when your app is online or offline or in a metered connection by using the Connection signal object.
Leverage existing formulas such as LoadData and SaveData for basic data storage while offline.
Reference:
https://powerapps.microsoft.com/sv-se/blog/build-offline-apps-with-new-powerapps-capabilities/


質問 # 73
Account エンティティの優先度フィールドのトリガーを構成する必要があります。
どの表現を使用すればよいでしょうか?

  • A. DIFFINDAYS(作成日、現在())
  • B. DIFFINWEEKS(現在、1)
  • C. ADDDAYS(10, CreatedOn)
  • D. SUBTRACTDAYS(10, Now())
  • E. ADDWEEKS(1, CreatedOn)

正解:E

解説:
Explanation
A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.
Note:
Date.AddWeeks returns the date, datetime, or datetimezone result from adding numberOfWeeks weeks to the datetime value dateTime.
CreatedOn gets the value to store in the history table indicating when this entry was created.
Reference:
https://docs.microsoft.com/en-us/powerquery-m/date-addweeks
https://docs.microsoft.com/en-us/dotnet/api/system.data.entity.migrations.model.inserthistoryoperation.createdon
https://docs.microsoft.com/en-us/dotnet/api/system.data.entity.migrations.model.inserthistoryoperation.createdon


質問 # 74
組織は Dynamics 365 Sales を使用しています。アプリのリボンにカスタム ボタンを追加する予定です。
ビジネス ルールで指定された条件が満たされた場合にのみボタンが表示されるようにする必要があります。
使用できる 2 つのコード セグメントはどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. formContext.ui.refreshRibbon(refreshAll);
  • B. formContext.getControl(arg).refresh();
  • C. formContext.ui.refreshRibbon();
  • D. formContext.data.refresh(save).then(successCallback, errorCallback);
  • E. gridContext.refresh();

正解:A、C

解説:
Explanation
B: formContext.ui.refreshRibbon(refreshAll);
Causes the ribbon to re-evaluate data that controls what is displayed in it.
Indicates whether all the ribbon command bars on the current page are refreshed. If you specify false, only the page-level ribbon command bar is refreshed. If you do not specify this parameter, by default false is passed.
Remarks: This function is typicaly used when a ribbon (RibbonDiffXml) depends on a value in the form. After your code changes a value that is used by a rule, use this method to force the ribbon to re-evaluate the data in the form so that the rule can be applied.
D: If role is there - just refresh the ribbon to see the button
if (isButtonEnabled) {
formContext.ui.refreshRibbon();
}
},
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/formcontext-ui/ref
https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/302049/show-hide-button-bases-on-diffe


質問 # 75
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
組織には、Dynamics 365 Sales からのデータと毎日同期する必要がある Azure SQL Database インスタンスがあります。日によっては、大量のデータを同期する必要がある場合があります。
データの同期に必要な時間を短縮する必要があります。
解決:
ソースとターゲットに接続するための SSIS パッケージを作成します。
SSIS パッケージを開発して、[変更日] フィールドでレコードを検索します。
結果に基づいてデータベース インスタンス内のレコードを作成または更新します。
解決策は目標を達成できますか?

  • A. いいえ
  • B. はい

正解:A

解説:
Instead enable change tracking for entities that will be synchronized, and use the Data Export Service to sync data between the database and Dynamics 365 Sales.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/enable-change-tracking-control-data-synchronization
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sql-database


質問 # 76
製造会社はオンラインで注文を受けます。
会社は注文変更の自動検証を必要としています。要件は次のとおりです。
検証が成功すると、注文が送信されます。
例外が発生した場合は、顧客にメッセージを表示する必要があります。
ルールをカプセル化するプラグインを設定してデプロイする必要があります。
どのオプションを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: PreValidation
PreValidation: For the initial operation, this stage will occur before the main system operation.
This provides an opportunity to include logic to cancel the operation before the database transaction.
Box 2: Synchronous
Ideally, you should only cancel operations using synchronous plug-ins registered in the PreValidation stage.
Box 3: Pre Image
Box 4: throw ..
When you throw an InvalidPluginExecutionException exception within a synchronous plug-in an error dialog with your message will be displayed to the user.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/event-framework
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/handle-exceptions


質問 # 77
Power Platform プラグインを運用環境にデプロイします。プラグイン コードには、詳細なトレース情報が含まれています。あなたは、環境に対するEnvironment Makerセキュリティロールのメンバーです。
ユーザーがプラグインを使用して機密データを操作すると、予期しない結果が報告されます。開発環境でプラグインがエラーなく動作することを確認します。
プラグイン エラーの根本原因を調査する必要があります。
あなたは何をするべきか?

  • A. GET リクエストを送信して plugintracelogs レコードを取得します。
  • B. エラーを再現してキャプチャし、Visual Studio からデバッグします。
  • C. PUT リクエストを送信して、実稼働環境のプラグイン トレースを有効にします。
  • D. プラグイン登録ツールを使用して、プラグイン プロファイラーを本番環境にインストールします。

正解:D

解説:
Explanation
Plug-in profiler is a solution that you can install on your environment that enables you to capture the execution context of a plug-in and then use that data to re-play the event within Visual Studio while debugging.
There are two tools available from which to run the Plug-in Profiler:
the Plug-in Registration Tool and Power Platform Tools for Visual Studio.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-debug-plug-in


質問 # 78
ある企業には Common Data Service (CDS) 環境があります。同社は、さまざまなユーザー向けにモデル駆動型アプリを作成し、ユーザーがプロジェクトを管理および監視できるようにしています。
財務チームのユーザーは、現在のアプリには必要なエンティティがすべて含まれておらず、既存のプロジェクト フォームにコスト情報が欠落していると報告しています。コスト情報は財務チームのユーザーのみに表示される必要があります。
財務チームのユーザー用のセキュリティ ロールを作成します。
財務チームのユーザー用に新しいアプリを作成する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

1 - Edit the Project main form. Select Save as...
2 - Create a new model-driven app. Add the project entity, and select the Finance form.
3 - Enable security roles and select the Finance Security role on the Finance
4 - In the Maker portal, share the Finance app and select the Finance Security role.
Reference:
https://docs.microsoft.com/dynamics365/customer-engagement/admin/assign-security-roles-for


質問 # 79
紹介の自動化をサポートするようにシステムを構成する必要があります。
目標を達成するために考えられる 2 つの方法は何ですか? それぞれの正しい選択は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Power Automate フロー
  • B. リスナーを使用する Azure 関数
  • C. ワークフロー拡張
  • D. Discovery サービスを使用する Azure 関数

正解:A、B

解説:
https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher https://docs.microsoft.com/en-us/power-automate/


質問 # 80
企業は、Dynamics 365 Sales 内のエンティティの関係を示す必要があります。
このグラフィックを表示するには、適切なツールを選択する必要があります。
どのツールを選択すればよいでしょうか?

  • A. セールスインサイト
  • B. セキュリティモデル
  • C. メタデータ図
  • D. パワーオートメーション

正解:C

解説:
Explanation
Visual representation of metadata can be useful, especially when you are trying to describe the relationship between entities in the system. You can use the Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams.
You can create a diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-genera


質問 # 81
ユーザーがプロジェクトの予算を送信および管理するためのモデル駆動型アプリを作成しています。
予算が 10,000 ドルを超えるリードにはマネージャーの承認が必要となるように、ビジネス プロセス フローを作成する必要があります。ユーザーがプロジェクトの推定予算コストを選択できるようにするカスタム コントロールを追加する必要があります。
コントロールをビジネス プロセス フローに追加する必要があります。
どの順序でアクションを実行する必要がありますか? 回答するには、すべてのアクションをアクションのリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

1 - Export the business process flow and the ....
2 - Copy all control description FromXML from the....
3 - Add a control to the Lead form by using the...
4 - Import the solution into the system and..


質問 # 82
......

PL-400日本語試験解答問題集:https://jp.fast2test.com/PL-400J-premium-file.html(325問題と解答)


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어