최신 PL-400日本語 무료덤프 - Microsoft Power Platform Developer (PL-400日本語版)

アプリを使用して顧客レコードを検索するときに、Azure Active Directory から顧客情報を取得する Power Apps アプリを作成しています。
JSON コードを使用して Azure 関数を作成し、顧客情報を取得します。
アプリケーションを機能させる必要があります。
どの 2 つのアクションを実行する必要がありますか? それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。

정답: A,B
설명: (DumpTOP 회원만 볼 수 있음)
会社はファイルからデータをインポートします。
ファイルをインポートするために次のコードが作成されます。(行番号は参考のためにのみ記載されています。)

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

Explanation:
Box 1: No
Need to set ContinueOnError=True. ContinueOnError: When true, continue processing the next request in the collection even if a fault has been returned from processing the current request in the collection. When false, do not continue processing the next request.
Box 2: No
ContinueOnError = true must be added before Requests = new OrganizationRequestCollection() on line 3.
Example:
// Create an ExecuteMultipleRequest object.
requestWithResults = new ExecuteMultipleRequest()
{
// Assign settings that define execution behavior: continue on error, return responses.
Settings = new ExecuteMultipleSettings()
{
ContinueOnError = false,
ReturnResponses = true
},
// Create an empty organization request collection.
Requests = new OrganizationRequestCollection()
};
Box 3: Yes
You can use the ExecuteMultipleRequest message to support higher throughput bulk message passing scenarios in Common Data Service. ExecuteMultipleRequest accepts an input collection of message Requests, executes each of the message requests in the order they appear in the input collection, and optionally returns a collection of Responses containing each message's response or the error that occurred.
Box 4: No
This is just for displaying the result.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/execute-multiple-reque
ある企業は、モデル駆動型アプリを使用して臨床検査の詳細を記録しています。
モバイル デバイス上のラボ テスト結果から複数の値を簡単に取得できるようにするカスタム コンポーネントを作成するように求められます。
モバイル デバイスがネットワークへの接続を失った場合に備えて、データセットのインターフェイスを作成する必要があります。
どの方法を使用する必要がありますか?

정답: C
설명: (DumpTOP 회원만 볼 수 있음)
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
組織には、Dynamics 365 Sales からのデータと毎日同期する必要がある Azure SQL Database インスタンスがあります。日によっては、大量のデータを同期する必要がある場合があります。
データの同期に必要な時間を短縮する必要があります。
解決:
同期されるエンティティの変更追跡を有効にします。
変更をクエリするコンソール アプリケーションを実装します。
解決策は目標を達成できますか?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
あなたはモデル駆動型アプリを開発しています。アプリは 2 つのカスタム テーブルのデータを使用します。テーブルには親子関係があります。親レコード フォームには、子レコードを表示するサブグリッドが含まれています。
親フォームから新しい子レコードを作成する場合、データ入力エラーを減らすために、子レコード フォームにデータが自動的に入力される必要があります。
ソリューションを実装する必要があります。
あなたは何をするべきか?

정답: D
설명: (DumpTOP 회원만 볼 수 있음)
あなたは、Power Platform カスタム エンティティを使用してビジネス プロセスを管理する非営利機関で働いています。
ボランティアの登録とオンボーディングは、複数の関連エンティティを含む手動プロセスです。
手動プロセスを置き換えるポータル ソリューションを実装する必要があります。
どのモジュールを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

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

Box 1: Customer self-service portal
Customer self-service portal: A customer self-service portal enables customers to access self-service knowledge, support resources, view the progress of their cases, and provide feedback.
Box 2: Entity form metadata
The Advanced Form Metadata contains additional behavior modification logic to augment or override the functionality of form fields that is otherwise not possible with native basic form editing capabilities.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/portal-templates
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-web-form-metadata
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正解がある場合もありますが、他の質問セットには正解がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Common Data Service から別のシステムへの一方向の統合を設計しています。
他のシステムを更新するには、Azure 関数を使用する必要があります。統合では、新しく作成されたレコードのみを他のシステムに送信する必要があります。ソリューションは、データ損失を避けるために、統合のコンポーネントが数秒以上使用できないシナリオをサポートする必要があります。
統合ソリューションを設計する必要があります。
解決策: Azure Service Bus キューに接続するサービス エンドポイントを Common Data Service に登録します。
レコードの Create メッセージと portoperation ステージで非同期に実行されるステップをエンドポイントに登録します。
レコードがキューに追加されるときにレコードを処理するように Azure 関数を構成します。
解決策は目標を達成できますか?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)
新しいキャンバス アプリを作成します。
テスト ケースを更新し、別のブラウザーでアプリをテストする必要があります。
テスト スタジオを使用してアプリをテストする必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
정답:

Explanation:

https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio
適切なユーザーに最小限の環境セキュリティの役割を割り当てる必要があります。
どのセキュリティ ロールを使用する必要がありますか? 回答するには、適切なセキュリティ ロールを正しいユーザーにドラッグします。各セキュリティ ロールは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:
Graphical user interface, application Description automatically generated

Box 1: Environment Maker
UserA must be able to create and publish Power Apps apps.
The Environment Maker role can create resources within an environment including apps, connections, custom connectors, gateways, and flows using Power Automate.
Box 2: System Administrator
UserB must be the owner of all the systems and be able to provide permissions and create all new environments.
The System Administrator has full permission to customize the system. Can view all data in the system.
Box 3: System Customizer
UserC must be able to create apps connected to the systems and update the security roles and entities.
The System Customizer has full permission to customize the system. Can only view rows for system tables that they create.
The difference between the System Administrator and System Customizer security roles is that a system administrator has read privileges on most rows in the system and can see everything. Assign the System Customizer role to someone who needs to perform customization tasks but shouldn't see any data in the system tables.
Box 4: Common Data Service User
To stay consistent with our product rebranding effort, the security role Common Data Service User is being changed to Basic User.
The Basic User security role primarily contains Basic privileges for core entities where the user can write, update, and delete records that they created or owned.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/environments-overview
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/privileges-required-customization - system-administrator-and-system-customizer-security-roles
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/privileges-required-customization#system
https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/data-platform/common-data-service-u
https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/data-platform/common-data-service-u
パラメータ化された Dataverse クエリをカプセル化するには、再利用可能なソリューションを実装する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
정답:
あなたは Power Platform ソリューションを開発しています。フォームに 3 つのボタンを追加する予定です。ボタンには次の要件があります。

各ボタンのアクションを完了する必要があります。
どのコマンドを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:
Box 1: Now() only.
The Now function returns the current date and time as a date/time value.
Box 2: Switch() or IF()
If and Switch functions in Power Apps determines whether any condition in a set is true (If) or the result of a formula matches any value in a set (Switch) and then returns a result or executes an action.
Box 3: isMatch( TextInput1.Text,"emergency",Contains & IgnoreCase )
Example: IsMatch( TextInput1.Text, "hello", Contains & IgnoreCase )
Tests whether the user's input contains the word "hello" (case insensitive).
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-if
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
企業は、ユーザーが同期プラグインを使用するフォーム レコードを保存するときにカスタム検証を必要とします。
検証が失敗した場合は、問題の解決方法を説明するメッセージをフォーム上にユーザーに表示する必要があります。
カスタム検証を実装する必要があります。
解決策: メッセージとともに InvalidPluginExecutionException をスローします。
解決策は目標を達成できますか?

정답: B

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기