2024年最新のMicrosoftテストPL-400日本語問題集豪華セット無料最新の問題集をゲット!
完全版PL-400日本語練習テスト289特別な問題と解答が待ってます!今すぐゲットせよ!
質問 # 31
ある企業は、入学希望者からの応募を取り込むモデル駆動型アプリを持っています。
Power Apps コンポーネント フレームワーク (PCF) を使用して、新しい再利用可能なカスタム コンポーネントを作成するように求められます。
カスタム コンポーネントでは、生年月日の入力を許可し、申請者が未成年者ではないことを検証する必要があります。
TypeScript ファイル Index.ts とスタイル シート DatePicker.css にクラス AuditDatePicker を作成します。
コンポーネントをフォームで使用する場合、関連するフィールドとそのプロパティに対してのみ使用できるように定義する必要があります。
マニフェストをどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/manifest
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-typescript
質問 # 32
あなたは、組織の購買部門向けにモデル駆動型アプリを開発しています。新しいテスト環境とセキュリティ ロールをプロビジョニングします。アプリをテストするユーザーを選択し、そのユーザーを TestSG という名前のセキュリティ グループに割り当てます。
テストが成功した場合、マネージャーは運用環境で追加のテストを実行し、組織の購買部門向けにアプリを公開します。
テスト環境と運用環境が正しく構成されていることを確認する必要があります。
あなたは何をするべきか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Set the test environment security group to TestSG and assign test users the app security role.
PowerApps apps use role-based security for sharing. The fundamental concept in role-based security is that a security role contains privileges that define a set of actions that can be performed within the app. All app users must be assigned to one or more predefined or custom roles.
Box 2: Assign the manager the app security role.
Box 3: Set the production environment security group to TestSG
Box 4: Add all users in the department to the TestSG security group.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/share-model-driven-app
質問 # 33
必須フィールドのデータ型を選択する必要があります。
どのデータ型を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Option Set
Box 2: Date only
When team members create tournament records they must enter the start date for a tournament. The end date of the tournament must be automatically calculated.
Box 3: Lookup
Customer information is stored in the Accounts entity. Each tournament record must list the associated sales representative as the tournament owner.
Note: When you create a new lookup column you are creating a new Many-to-One (N:1) table relationship between the table you're working with and the Target Row Type defined for the lookup. There are additional configuration options for this relationship that are described in Create and edit relationships between tables.
But all custom lookups can only allow for a reference to a single row for a single target row type.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields
質問 # 34
適切なユーザーに最小限の環境セキュリティ ロールを割り当てる必要があります。
どのセキュリティ ロールを使用する必要がありますか? 回答するには、適切なセキュリティ ロールを正しいユーザーにドラッグします。各セキュリティ ロールは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/environments-overview
https://crmbook.powerobjects.com/system-administration/business-administration/security-roles/
質問 # 35
あなたは Power Apps ソリューションのトラブルシューティングを行っています。
特定された問題の原因を特定する必要があります。
それぞれの問題の根本原因は何ですか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Box 1: A canvas app in the first solution has errors.
Failures that occur during background processing of the analysis will fail with 'Couldn't be completed' status and return an error message in the Power Apps portal as well as send email notification to the requestor.
Selecting the portal notification will link to this page of common issues for further troubleshooting. If one of the provided common issues does not resolve the problem, a reference number is also returned. Provide this reference number to Microsoft Support for further investigation.
Box 2: The code uses the following rule: web-use-strict-mode
web-use-strict-mode is able to throw a SyntaxError before the script is executing.
Example:
The reason is JavaScript lets you compare different variable types but this can have unexpected results, so by using the strict === it compares the same type and won't have unexpected results this gets a warning entity.field == "Line1" Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/common-issues-resolutions-solution-ch
質問 # 36
スコアリング コマンド ボタンの可用性を制御するには、リボン表示ルールを実装する必要があります。どのタイプのルールを使用する必要がありますか? 回答するには、回答内の適切な選択肢を選択してください。注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
質問 # 37
ユーザーのグループにセキュリティ ロールを割り当てる必要があります。
どのセキュリティ ロールを使用する必要がありますか? 回答するには、適切なセキュリティ タイプを正しいロールにドラッグします。各セキュリティ タイプは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Graphical user interface, text, application Description automatically generated
Scenario: The company identifies the following job roles:
You must grant users the minimum permissions required to perform their job tasks.
Intern: Environment Maker
Environment Maker: Can create new resources associated with an environment, including apps, connections, custom APIs, gateways, and flows using Microsoft Power Automate. However, this role doesn't have any privileges to access data within an environment.
Manager: System Administrator:
System Administrator: Has full permission to customize or administer the environment, including creating, modifying, and assigning security roles. Can view all data in the environment.
Sales representative: Common Data Service User
Basic User/ Common Data Service User: Read (self), Create (self), Write (self), Delete (self) Can run an app within the environment and perform common tasks for the records that they own.
質問 # 38
組織には、エージェントのアクションをガイドするカスタムの割り当てエンティティがあります。各割り当てグループのチーム リーダーは、エージェントによって割り当てデータに加えられた変更を確認できる必要があります。
次の JSON セグメントがあります。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/graph/api/user-delta
質問 # 39
Dynamics 365 Sales と Stack の間に Power Apps コネクタを作成しています。新しい製品が Dynamics 365 Sales に追加されるたびに、Slack 通知を生成する必要があります。通知を生成するために Dynamics 365 Sales に直接サインインする必要はありません。これを実現するために、Slack の Dynamics 365 Sales 間に Power Apps コネクタを作成しました。
各シナリオに適切なセキュリティを構成する必要がありますか?
どのセキュリティ コンポーネントを構成する必要がありますか?
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
質問 # 40
企業は、Search Company という名前のフローで使用するカスタム コネクタを作成します。
このカスタム コネクタを使用する場合、実行時にリクエストを別のエンドポイントにリダイレクトする必要があります。
通話を別のエンドポイントにルーティングするには、カスタム コネクタにポリシーを適用する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation
Step 1: Select the Search Company custom connector in the Microsoft Flow portal under Custom connectors and select edit.
Login to the Microsoft Flow portal, and on right top corner click on the settings icon and then click on custom connectors option.
Step 2: Select the Definition tab
Policy template are available only for custom connectors. To use a policy template, open Power Automate portal and either create a new custom connector or edit an existing one.
In the custom connector wizard, select the Definition page.
From the Definition page, select New Policy.
Etc.
Step 3: Select New Policy
Reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/policy-templates
質問 # 41
新しいキャンバス アプリを作成します。
テスト ケースを更新し、別のブラウザーでアプリをテストする必要があります。
テスト スタジオを使用してアプリをテストする必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio
質問 # 42
あなたは企業向けに Web API を開発しています。
企業の要件を満たすために適切な操作を実装する必要があります。
何を実装する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Functions
Box 2: Actions
Box 3: Complex types
Complex types are keyless named structured types consisting of a set of properties. Complex types are commonly used as property values in model entities, or as parameters or return values for operations.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/web-api-types-operations#c
質問 # 43
面接のスケジュール設定のためにチーム メンバーを表示するには、PCF コントロールを構成する必要があります。どの 2 つの入力を使用する必要がありますか? それぞれの正解は、解決策の一部を示しています。注: 正しく選択するたびに 1 ポイントの価値があります。
- A. 採用担当者の識別子
- B. 求人情報の識別子
- C. 求職者の識別子
- D. 採用担当者のタイムゾーン オフセット
- E. 求職者のタイムゾーンオフセット
正解:C、E
質問 # 44
ある会社には、Microsoft Dataverse を使用するモデル駆動型アプリがあります。
「彼の会社は、モデル駆動型アプリから情報を取得する Web アプリケーションを必要としています。Web アプリケーションの要件には次のものが含まれます。
※ Web APIを使用したシングルページのWebアプリケーションである必要があります。
※正しい企業情報を表示する必要があります。
* 追加の検証なしで OAuth を使用して認証する必要があります。
Web アプリケーションを設定する必要があります。どの 2 つの方法を使用する必要がありますか? それぞれの正解は完全な解決策を示します。注: 正しく選択するたびに 1 ポイントの価値があります。
- A. ケルベロス認証
- B. NTLM認証
- C. Microsoft 認証ライブラリ (MSAL)
- D. Microsoft Azure Active Directory 認証ライブラリ (ADAL)
- E. 多要素認証
正解:C、D
質問 # 45
Account エンティティに AlternateKey1 という名前の代替キーを作成します。AlternateKey1 の定義を次の図に示します。
ドロップダウン メニューを使用して、図に示されている情報に基づいて各質問に答える回答の選択肢を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Table Description automatically generated
Box 1: The combination of Account Number and Account Name must be unique With alternate keys you can now define a column in a Dataverse table to correspond to a unique identifier or unique combination of columns.
Box 2: Delete AlternateKey1 and re-create it with all three fields
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/define-alternate-keys-entity
質問 # 46
ある会社には、2 つの開発インスタンス、2 つのテスト インスタンス、2 つのステージング インスタンス、および 1 つの運用インスタンスがあります。
テスト チームは、テスト インスタンスとステージング インスタンスとの接続の問題を報告します。
テスト チームが現在アクセスできるインスタンスを特定する必要があります。
使用できる 2 つの URL はどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. https://disco.crm.dynamics.com/api/discovery/v9.1/
- B. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName='myorg')
- C. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances
- D. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances
- E. https://myorg.api.crm.dynamics.com/api/data/v.9.1/
正解:B、C
解説:
C: 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') In the above example, the discovery service is used to obtain the organization information of the instance with a unique name of "myorg".
Reference:
https://docs.microsoft.com/en-in/dynamics365/customerengagement/on-premises/developer/webapi/discover-url-organization-web-api
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/samples/global-discovery-service-csharp
質問 # 47
企業は Dynamics 365 Sales を導入しています。
ビジネス プロセスが完了すると、電子メール通知が営業マネージャーに自動的に送信される必要があります。
電子メールが確実に送信されるようにする必要があります。
プロセス完了トリガーには何を作成する必要がありますか?
- A. ワークフロー
- B. Power Automate フロー ステップ
- C. データステップ
- D. アクションステップ
正解:A
解説:
Explanation
When you include a workflow that you want to trigger on Stage Exit of a stage in your business process flow, and that stage is the last stage in the flow, the designer gives the impression that the workflow will be triggered when that stage is completed.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/businessprocess-flo
質問 # 48
トレーニング会社は Common Data Service (CDS) 環境を実装しています。会社は、コースに関する情報をカスタム エンティティに作成して保存しました。
今後 7 日以内に開始され、分単位で正確である必要があるコースが作成されているかどうかに関係なく、Power Automate フローを作成する必要があります。
要件を満たす式を定義する必要があります。
式にはどの関数を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Box 1: less
less checks whether the first value is less than the second value. Return true when the first value is less, or return false when the first value is more.
Box 2 : ticks
ticks(timestamp: string) - Returns the number of ticks (100 nanoseconds interval) since 1 Jan 1601 00:00:00 UT Syntax: ticks('<timestamp>') Box 3: triggerBody triggerBody returns a trigger's body output at runtime.
Box 4: ticks
Box 5: getFutureTime
getFutureTime teturn the current timestamp plus the specified time units.
Syntax: getFutureTime(<interval>, <timeUnit>, <format>?)
Reference:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
質問 # 49
......
あなたの合格率を上げろうPL-400日本語試験問題集:https://jp.fast2test.com/PL-400J-premium-file.html