オンラインPL-400日本語テストブレーン問題集とテストエンジン [Q136-Q160]

Share

オンラインPL-400日本語テストブレーン問題集とテストエンジン

リアルMicrosoft PL-400日本語試験問題集には正解289問題と解答があります

質問 # 136
ある企業は 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


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

正解:

解説:

1 - Export the business process flow and the Lead form as two seperate solutions.
2 - Copy all control description FormXML ...
3 - Add a control to the Lead form by using the form designer.
4 - Import the solution into the system and publish.


質問 # 138
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


質問 # 139
Microsoft Dataverse へのデータのインポートを実行するコンソール アプリケーション用に次のコードを開発します。

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

正解:

解説:

Explanation


質問 # 140
ある企業は Common Data Service に基づいて新しいシステムを作成しています。
企業の要件を満たす機能を選択する必要があります。
どのオプションを使用する必要がありますか? 回答するには、適切なオプションを正しい要件にドラッグします。各オプションは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-entity-relationships


質問 # 141
オンライン ストアには、顧客がカスタム製品を使用する Microsoft Dataverse データベースに対して注文できるカスタム Web ページがあります。カスタム Web ページは、Web API パターンを使用してレコードを作成および更新します。
顧客からは、在庫切れの商品でも注文できるとの報告がありました。
注文を確定する前に、ページ コードを更新して在庫が利用可能であることを確認する必要があります。
各ステップでどのパターンを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/optimistic-concurrency
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-using-web-api
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-using-web-api


質問 # 142
ある会社は Dynamics 365 Sales を使用しています。
販売手数料はご注文時に計算していただきます。計算を実行するための Azure 関数を作成します。Azure 関数には HTTP トリガーがあります。
注文時にデータを Azure 関数に送信するようにプラグイン登録ツールを構成する必要があります。プラグイン登録ツールを開き、Dynamics 365 Sales に接続します。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1:SelectRegister New Web Hook.
Configure Dynamics 365 Sales to Call Your Webhook in Azure Functions
1. Open the Plug-in Registration Tool and connect to your organization.
2. Select Register->Register New Web Hook

Step 2: Enter the endpoint URL

Step 3: Register a New Step for Create of SalesOrder.
Register a new webhook, and then tie that webhook to an event in Dynamics 365 Sales. Select your newly registered webhook, right-click it, and then choose "Register New Step." Note that the webhook here is set to execute whenever a change to an account record is detected within Dynamics 365 Sales.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in


質問 # 143
ある企業は、仮想テーブルを使用して外部システムとのデータ統合を設計します。
仮想テーブルを実装する必要があります。
解決策: 仮想テーブルに計算列を作成します。
解決策は目標を達成できますか?

  • A. いいえ
  • B. はい

正解:A


質問 # 144
Dynamics 365 Sales と Stack の間に Power Apps コネクタを作成しています。新しい製品が Dynamics 365 Sales に追加されるたびに、Slack 通知を生成する必要があります。通知を生成するために Dynamics 365 Sales に直接サインインする必要はありません。これを実現するために、Slack の Dynamics 365 Sales 間に Power Apps コネクタを作成しました。
各シナリオに適切なセキュリティを構成する必要がありますか?
どのセキュリティ コンポーネントを構成する必要がありますか?
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation


質問 # 145
ある企業は、入学希望者からの応募を取り込むモデル駆動型アプリを持っています。
Power Apps コンポーネント フレームワーク (PCF) を使用して、新しい再利用可能なカスタム コンポーネントを作成するように求められます。
カスタム コンポーネントでは、生年月日の入力を許可し、申請者が未成年者ではないことを検証する必要があります。
TypeScript ファイル Index.ts とスタイル シート DatePicker.css にクラス AuditDatePicker を作成します。
コンポーネントをフォームで使用する場合、関連するフィールドとそのプロパティに対してのみ使用できるように定義する必要があります。
マニフェストをどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: AuditDatePicker
Constructor: Constructor of the code component.
Box 2:DateandTime.DateOnly
Box 3: bound
usage: Has two properties, bound and input. Bound properties are bound only to the value of the field. Input properties are either bound to a field or allow a static value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/manif
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-type


質問 # 146
Microsoft Dataverse の Account テーブルで変更追跡を有効にします。C# を使用して組織サービスを使用してデルタ データを取得する予定です。
どのメッセージを使用するかを決定する必要があります。何を使えばいいのでしょうか?

  • A. 属性取得リクエスト
  • B. UpdateEntityRequest
  • C. EntityChangesRequest の取得
  • D. odata.track-changes
  • E. アップデートリクエスト

正解:D


質問 # 147
マネージド ID には Microsoft Dataverse データに対してどのアクセス許可がありますか?

  • A. 対応するアプリケーションユーザーに割り当てられた権限
  • B. Azure リソースをトリガーするユーザーに割り当てられたアクセス許可
  • C. 環境管理者ロールと同等の権限
  • D. システム管理者ロールと同等の権限

正解:A


質問 # 148
会社はファイルからデータをインポートします。
ファイルをインポートするために次のコードが作成されます。(行番号は参考のためにのみ記載されています。)

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

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/execute-multiple-requests


質問 # 149
旅行代理店には Dynamics 365 Customer Engagement があります。
顧客はウェブサイトから旅行希望に最大 3 か国/地域を追加できます。ユーザーの設定は連絡先エンティティに保存する必要があります。
要件を満たすためにプラグインを登録する必要があります。
各パラメータにはどの値を適用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in


質問 # 150
ある企業は、Common Data Service から外部システムへの一方向の統合を作成しています。データは Webhook から Azure Function に送信されます。
Webhook からのデータを処理するには、Azure Function を構成する必要があります。
Azure Function で処理する必要があるクラスとデータ型はどれですか?

  • A. XML 形式の IPIuginExecutionContext
  • B. .NET バイナリ形式の RemoteExecutionContext
  • C. XML 形式の RemoteExecutionContext
  • D. JSON 形式の IPIuginExecutionContext
  • E. JSON 形式の RemoteExecutionContext

正解:E

解説:
The body will contain string that represents the JSON value of an instance of the RemoteExecutionContext class.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks


質問 # 151
ある会社は Dynamics 365 Sales を使用しています。
販売手数料はご注文時に計算していただきます。計算を実行するための Azure 関数を作成します。Azure 関数には HTTP トリガーがあります。
注文時にデータを Azure 関数に送信するようにプラグイン登録ツールを構成する必要があります。プラグイン登録ツールを開き、Dynamics 365 Sales に接続します。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

1 - SelectRegister New Web Hook.
2 - Enter the endpoint URL
3 - Register a New Step for Create of SalesOrder.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in


質問 # 152
あなたは、営業チームが連絡先の詳細を Common Data Service (CDS) データベースに記録するためのアプリを開発しています。
アプリはネットワークの切断を処理し、再接続時にデータを CDS に保存する必要があります。
アプリのメイン画面には、連絡先データを収集するためのフォームとボタンがあります。ボタンの OnSelect プロパティには次の式があります。

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

正解:

解説:

Explanation

Box 1: Yes
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
Box 2: No
Box 3: No
Box 4: Yes
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps


質問 # 153
あなたは、人事部門の履歴書を処理するためのカスタム アプリケーションを Azure で構築しています。
アプリは履歴書の提出を監視する必要があります。
履歴書を解析し、連絡先とスキルの情報を Common Data Service に保存する必要があります。
どのメカニズムを使用する必要がありますか?

  • A. パワーオートメーション
  • B. Common Data Service プラグイン
  • C. Web API
  • D. カスタム ワークフロー アクティビティ

正解:A

解説:
Improve operational efficiency with a unified view of business data by creating flows that use Dataverse (Common Data Service has been renamed to Microsoft Dataverse as of November 2020).
For example, you can use Dataverse within Power Automate in these key ways:
Create a flow to import data, export data, or take action (such as sending a notification) when data changes.
Instead of creating an approval loop through email, create a flow that stores approval state in an entity, and then build a custom app in which users can approve or reject items.
Reference:
https://docs.microsoft.com/en-us/power-automate/common-data-model-intro


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

  • A. データをインポートする Power Automate フローを作成します。
  • B. JSON コードをアプリにコピーします。
  • C. JSON コードを使用するカスタム コネクタを作成します。
  • D. Azure 関数の API 定義を作成します。
  • E. Azure Function API を使用するカスタム コネクタを作成します。

正解:D、E

解説:
E: Before exporting an API, you must describe the API using an OpenAPI definition.
B: This OpenAPI definition contains information about what operations are available in an API and how the request and response data for the API should be structured. PowerApps and Microsoft Flow can create custom connectors for any OpenAPI 2.0 definition.
Reference:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-functions/app-service-export-api-topowerapps-and-flow.md


質問 # 155
組織はプラグインを使用して、新しい注文が送信されるたびにレガシー データ ストアから特定の情報を取得します。
Common Data Service 分析ページを確認します。プラグインの平均実行時間は増加しています。
現在のプラグイン コードをできるだけ再利用して、プラグインを別のコンポーネントに置き換える必要があります。
どの 5 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: Create an Azure Function app
Azure Functions provide an excellent way to deliver a solution using WebHooks.
Step 2: Refactor the plug-in logic in the app.
Step 3: Publish the app
You can publish your function app to Azure directly from Visual Studio.
Step 4: Register a webhook for the app in the Plug-in Registration tool Use the Plug-in Registration tool to register a WebHook.
Step 5: Register a step in the webhook.
Registering a step for a WebHook is like registering a step for a plug-in.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/register-web-hook


質問 # 156
ユーザーのグループにセキュリティ ロールを割り当てる必要があります。
どのセキュリティ ロールを使用する必要がありますか? 回答するには、適切なセキュリティ タイプを正しいロールにドラッグします。各セキュリティ タイプは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:


質問 # 157
次のコードは、従業員数列の値が 100 より大きい場合に、Account テーブルの顧客サイズ コード選択列を更新します。行番号は情報提供のみを目的としています。

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。

正解:

解説:


質問 # 158
Web API から返されたデータが正しい環境に対応していることを確認する必要があります。何を使用する必要がありますか?

  • A. 環境変数
  • B. 新しい構成テーブルのレコード
  • C. システム設定
  • D. プラグインの安全な構成

正解:A


質問 # 159
あなたは 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


質問 # 160
......

有効なPL-400日本語テスト解答とMicrosoft PL-400日本語試験PDF:https://jp.fast2test.com/PL-400J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어