[2025年最新] 完璧PL-400日本語問題集問題と解答で一年無料最速更新
更新されたのは2025年リアルな無敵PL-400日本語問題集で100% 無料PL-400日本語試験問題集
質問 # 17
Web サービスのカスタム コネクタを構成しています。Web サービスは 2 つの異なるリージョンでホストされています。
Web サービス URL には、共通のドメイン名と各地域の一意のサブドメインが含まれます。
カスタム コネクタでは、接続の作成時に追加のリージョンを入力できるようにする必要があります。
ポリシー テンプレートを作成する必要があります。
どのタイプのテンプレートを使用する必要がありますか?
- A. ホスト URL を設定します
- B. クエリ文字列パラメータを設定します
- C. HTTPヘッダーの設定
- D. ルートリクエスト
正解:A
質問 # 18
Account テーブルの Create メッセージを処理するプラグインの一部として、次のコードを開発します。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
質問 # 19
金融サービス会社は Common Data Service (CDS) を使用してソリューションを開発しています。同社は開発インスタンスと運用インスタンスを使用しています。
ソリューションを開発インスタンスから実稼働インスタンスに移動する必要があります。
この目標を達成するために考えられる 2 つの方法は何ですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. 開発インスタンスで、変更するソリューションを強調表示し、「パッチの複製」を選択して変更を加え、ソリューションをエクスポートして、実稼働インスタンスにソリューションをインポートします。
- B. すべてのマネージド ソリューションを開発インスタンスからエクスポートし、ソリューションを運用インスタンスにインポートします。
- C. 開発インスタンスで、運用インスタンスにデプロイされているソリューションに変更を加え、ソリューションをマネージド ソリューションとしてエクスポートし、マネージド ソリューションを運用インスタンスにインポートします。
- D. 運用インスタンスでは、ソリューションを更新するときに、同じバージョン番号以上のソリューションをインポートします。
正解:A、C
解説:
A: When you import a managed solution, all component changes will be brought into the environment in a published state.
B: You can apply patches to either managed or unmanaged solutions and include only changes to entities and related entity assets. Patches do not contain any non-customized system components or relationships that it dependents upon because these components already exist in the deployed-to organization. At some point in your development cycle, you can roll up all the patches into a new solution version to replace the original solution that the patches were created from.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions
https://docs.microsoft.com/en-us/power-platform/alm/create-patches-simplify-solution-updates
質問 # 20
ある企業は、Common Data Service (CDS) に基づいて新しいシステムを作成しています。
企業の要件を満たす CDS 機能を選択する必要があります。
どの機能を選択する必要がありますか? 答えるには、適切な機能を正しい要件にドラッグします。各機能は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
質問 # 21
アドレス検証 API を構成する必要があります。
どの値を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
質問 # 22
あなたは会社のために Power Apps アプリを開発しています。このアプリは、会社のエンタープライズ リソース プランニング (ERP) システムと対話します。このアプリを使用すると、ユーザーは顧客向けの見積書を作成できます。アプリのプラグインを作成しています。
ソリューションは次の要件を満たす必要があります。
* 見積に関連付けられたアカウントがない場合はエラー メッセージを表示し、見積の変更を防ぎます。
* 見積を外部 ERP システムと同期します。
プラグイン実行パイプラインを構成する必要があります。
どのパイプライン ステージを使用する必要がありますか? 答えるには、適切なパイプライン ステージを正しい要件にドラッグします。各パイプライン ステージは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります
正解:
解説:
質問 # 23
5 つの高校が AppSource のカスタム アプリをテストします。彼らは、コースクレジットエンティティに学校が共有する情報をカバーする追加フィールドを含めるべきであるというフィードバックを提供しています。
各高校組織へのアクセスはできません。
各高校管理者は、コース単位エンティティに更新を適用できる必要があります。
追加フィールドを作成するカスタム プログラムを提供する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation
Step 1: Call the login logic.
Step 2: Retrieve the Course credit entity metadata by using RetrieveEntityRequest with EntityFilters = Attributes and LogicalName The RetrieveEntityRequest.EntityFilters property gets or sets a filter to control how much data for the entity is retrieved.
Step 3: Define the AttributeMetaData for each new field.
Step 4: Call the RetrieveAttributeRequest with LogicalName for each new field.
The RetrieveAttributeRequest contains the data that is needed to retrieve attribute metadata.
Reference:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveentityrequest.entityfilters?view=
質問 # 24
ある企業は Dynamics 365Sales ソリューションの稼働を準備していますが、まずレガシー システムからデータを移行する必要があります。同社はアカウントを 1,000 単位で移行しています。
データを Dynamics 365 Sales に保存するとき、新しいアカウントの ID をログ ファイルに出力する必要があります。
次のコードがあります。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
正解:
解説:
Explanation
Box 1: No
Box 2: Yes
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.
ReturnResponses: When true, return responses from each message request processed. When false, do not return responses.
When false, the Responses collection will not be empty if errors are returned. If errors are returned, there will be one response item in the collection for each processed request that returned a fault and Fault will be set to the actual fault that occurred.
Box 3: No
Box 4: Yes
For example, in a request collection that contains six requests where the third and fifth request return faults, the following table indicates what the Responses collection would contain.
ContinueOnError=true, ReturnResponses=false: 2 response items: 2 have Fault set to a value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/execute-multiple-reque
質問 # 25
ある企業には Common Data Service (CDS) 環境があります。
顧客セットの関係タイプを持つシステム内のすべてのアカウントには、アカウント番号が必要です。プラグインが開発されました。
顧客が関係タイプで更新されると、ユーザーが指定しない場合、プラグインはアカウント番号を設定します。
プラグインを登録する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation
Timeline Description automatically generated with medium confidence
Step 1: In the Plug-in Registration tool, select Register New Assembly.
You use the Plug-in Registration tool (PRT) to register your plug-in assemblies and steps.
Registering an assembly is the process of uploading the assembly to the Dataverse database.
Step 2: In the Plug-in Registration tool, Select Register New Step,..PreOperation PreOperation occurs before the main system operation and within the database transaction.
If you want to change any values for an entity included in the message, you should do it here.
Step 3: In the Plug-in Registration tool, Select Register New Image, change the Image type to be a PreImage, and..
If your plug-in step is registered in the PreValidation or PreOperation stages of the execution pipeline, you could use the Organization service to retrieve the current value of the property, but this is not a good practice for performance. A better practice is to define a pre-entity image with your plug-in step registration.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/register-plug-in
質問 # 26
あなたは、米国 (UTC-7) と日本 (UTC+9) に Azure および Common Data Service 環境を備えた多国籍企業で働いています。
主要なデータを更新するには、場所ごとに Azure Functions を作成します。
各場所で平日の午前 4:00 に機能が実行されるように構成する必要があります。
どのスケジュール形式を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?
質問 # 27
Adventure Works Cycle が自転車フェアへの訪問者からの情報を追跡できるようにする必要があります。
何を作成する必要がありますか?
- A. SharePoint で新しい顧客レコードを生成する Microsoft フロー
- B. 能力リード向けの Dynamics 365 Sales Engagement のワークフロー
- C. バイク フェア Power Apps と接続して Dynamic 365 Sales でリードを創出するフロー
- D. SharePoint の自転車フェア Power Apps から顧客データを取得し、Microsoft Teams でリードを作成するフロー。
正解:C
解説:
Explanation
By using a Dynamics 365 connector, you can create flows that initiate when an event occurs in Dynamics 365, or some other service, which then performs an action in Dynamics 365, or some other service.
Reference:
https://docs.microsoft.com/en-us/power-automate/connection-dynamics365
質問 # 28
ある企業には Common Data Service (CDS) 環境があります。
アカウントを再割り当てする場合は、次の条件が適用される必要があります。
アカウントに関連付けられている完了したタスクの所有権を変更してはなりません。
未解決のタスクは、アカウントの新しい所有者に再割り当てする必要があります。
要件を満たすように関係を構成する必要があります。
どの設定を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/configure-entity-relationship-cascading-behavior
質問 # 29
あなたは学校用の Power Platform アプリを開発しています。同校はこのアプリを授業や生徒に関する情報収集に活用する予定だ。
アプリのプラグインを設計する必要があります。学生に関するデータを連絡先テーブルに保存し、クラスに関するデータをカスタム テーブルに保存する必要があります。
関数ごとにイベント パイプラインのステージを選択する必要があります。
どのステージを使用するべきですか? 答えるには、適切なプラグイン ステージを正しい関数にドラッグします。各プラグイン ステージは、1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/event-framework
質問 # 30
学区は、生徒の情報と生徒の成績記録を標準化したいと考えています。学区内の生徒は特定の学校に割り当てられます。学生は授業記録を使って評価されます。
生徒が学年の途中で学校間を移動する場合、生徒の現在の授業履歴を新しい学校の管理者が利用できるようにする必要があります。
クラス履歴レコードをそれぞれのクラス レコードに接続するには、Microsoft Dataverse テーブルを構成する必要があります。
テーブルをどのように構成すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Graphical user interface, text, application, email Description automatically generated
Box 1: Team
'the student's current class history must be available to the administrators at the new school.' Box 2: Many-to-one Box 3: Parental The N:1 (many-to-one) relationship type exists in the user interface because the designer shows you a view grouped by tables. 1:N relationships actually exist between tables and refer to each table as either a Primary/Current table or Related table. The related table, sometimes called the child table, has a lookup column that allows storing a reference to a row from the primary table, sometimes called the parent table. A N:1 relationship is just a 1:N relationship viewed from the related table.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/user-team-entities
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships#types-of-table-
質問 # 31
Common Data Service エンティティとモデル駆動型アプリがあります。モデル駆動型アプリは外部システムと統合されます。
モデル駆動型アプリがレコードを作成するたびにビジネス ロジックを実行することを計画しています。ビジネス ロジックの実行がモデル駆動型アプリのユーザーに悪影響を及ぼしてはなりません。
ビジネス ロジックを実装する必要があります。
何を使えばいいのでしょうか?
- A. 同期ワークフロー
- B. PreOperationステージに登録された同期プラグイン
- C. PostOperationステージに登録された非同期プラグイン
正解:C
解説:
Explanation
The asynchronous service executes long-running operations independent of the main Microsoft Dataverse core operation. This results in improved overall system performance and improved scalability.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/asynchronous-service
質問 # 32
月末の決算プロセスの一環として、企業はバッチ ジョブを使用して、すべての注文をステージング データベースにコピーします。
ステージング データベースは、クライアントが支払う未払い金額を計算するために使用され、すべての履歴データを処理する必要があります。
その月に影響を受けるデータのみが統合プロセスに含まれるようにする必要があります。
この目標を達成するために考えられる 2 つの方法は何ですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. 先月の「変更日」フィールドを持つ注文明細行を含むシステム ビューを作成し、このサブセットで統合を実行します。
- B. 注文明細行で変更追跡を使用し、統合を毎週実行して、先月に作成または削除された注文明細のみを取得します。
- C. 注文の変更追跡を使用し、統合を実行して、新しい注文と、先月に合計金額が変更された注文を取得します。
- D. 先月の「変更日」フィールドを持つ注文を含むシステム ビューを作成し、このサブセットに対して統合を実行します。
正解:A、B
解説:
Explanation
C: 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.
Deletions and creations are tracked.
D: On modified Order Lines, not on Modified Orders.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-change-tracking-synchronize-data-exte
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/behavior-format-date-time-attribute
質問 # 33
組織には、エージェントのアクションをガイドするカスタムの割り当てエンティティがあります。各割り当てグループのチーム リーダーは、エージェントによって割り当てデータに加えられた変更を確認できる必要があります。
次の JSON セグメントがあります。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/graph/api/user-delta
質問 # 34
Microsoft Power Automate フローを作成しました。
フローはユーザーに何らかの入力を促し、ユーザーの入力に基づいてアプリのフィールドに入力する必要があります。ユーザーからの入力が High の場合に User1 を返す式を追加する必要があります。それ以外の場合、式は User2 を返す必要があります。
どのように式を完成させればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:
解説:
質問 # 35
ポータルのクエリの問題を修正する必要があります。
どのコードを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
質問 # 36
......
PL-400日本語問題集PDFとテストエンジン試験問題:https://jp.fast2test.com/PL-400J-premium-file.html