Microsoft Power Platform Developer (PL-400日本語版) - PL-400日本語 Exam Practice Test

Microsoft Power Platform を使用してモデル駆動型アプリを開発しています。アプリは次の機能を実行する必要があります。
* 発注書システムから更新を自動的に受信します。
* 新しい発注書のみを追加します。
アプリを実装する必要があります。
どのコンポーネントを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります
Correct Answer:

Explanation:
あなたは、チェックイン アプリケーションに関する顧客 B の問題を解決する必要があります。
どの 2 つのオプションを使用できますか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer: A,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
あなたは企業向けにモデル駆動型アプリを開発しています。
アプリは子レコードを親レコードにマップする必要があります。
アプリを構成するには、列マッピング機能を使用する必要があります。
あなたが実行できる 2 つのアクションはどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer: A,C
Power Apps コンポーネント フレームワーク (PCF) コントロールを完了する必要があります。
マニフェストで順序をどのように定義すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer:

Explanation:

The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container.
Reference:
https://www.w3schools.com/jsref/ prop_style_order.asp
フォーム上に 2 つのコマンド ボタンを構成しています。
フォームには、条件が事前定義された基準を満たす場合にのみボタンが表示される必要があります。
フォームのルールを作成する必要があります。
どのタイプのルールを使用する必要がありますか?
回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer:

Explanation:
会社データを SQL Server ベースの .NET アプリケーションから Common Data Service (CDS) 環境に同期しています。
データは SQL Server と CDS システムの両方に入力されます。
次のコードを含むプログラムがあります。

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer:

Explanation:

Box 1: No.
An alternate key is needed, not a new field for the record identifier.
Box 2: Yes
The specified key attributes are not a defined key for the account entity.
Name: EntityKeyNotDefined
Message: The specified key attributes are not a defined key for the {0} entity Box 3: Yes One way to create an entity is by using the UpsertRequest class. An upsert will create a new entity when there is no existing record that has the unique identifiers included in the entity passed with the request.
Box 4: No
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/or g-service/web-service-error-codes
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/entity-operations-update-del ete#use-upsert
あなたはモデル駆動型アプリを開発しています。アプリは 2 つのカスタム テーブルのデータを使用します。テーブルには親子関係があります。親レコード フォームには、子レコードを表示するサブグリッドが含まれています。
親フォームから新しい子レコードを作成する場合、データ入力エラーを減らすために、子レコード フォームにデータが自動的に入力される必要があります。
ソリューションを実装する必要があります。
あなたは何をするべきか?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
User5 によって報告された ISV ソリューションに使用されている実行モードを特定する必要があります。
どのタイプの実行モードが使用されていますか?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Power Platform ソリューションを作成して、部品表 (BOM) とそのサブコンポーネントの購入要件を追跡します。
ソリューションは次の要件を満たす必要があります。
BOM が有効になっていて、必要なサブコンポーネントが含まれていることを確認します。
エンジニアによって行われた BOM またはそのサブコンポーネントへの変更を報告します。
ソリューションを構成する必要があります。
それぞれの要件を満たすには何をすべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer:

Explanation:

Box 1: Configure entity relationship
Box 2: Configure entity change tracking
The change tracking feature in Microsoft Dataverse provides a way to keep the data synchronized in an efficient manner by detecting what data has changed since the data was initially extracted or last synchronized. Previously, without this new feature, it was difficult to build a reliable and efficient mechanism to determine what records had changed in Dataverse.
Reference:
https://docs.microsoft.com/en-us/powerapps/deve loper/data-platform/use-change-tra cking-synchronize-data-external-systems
カスタム テーブルに行を作成するプラグインを作成します。
カスタム テーブルに行を作成する権限を持つのは一部のユーザーのみです。
最小権限の原則を使用して、すべてのユーザーに対してプラグインの実行を許可する必要があります。
何をすべきでしょうか?
Correct Answer: B