最新のPL-400学習ガイド2022年最新の- 提供するのはテストエンジンとPDF [Q31-Q54]

Share

最新のPL-400学習ガイド2022年最新の- 提供するのはテストエンジンとPDF

最新版を今すぐ試そうPL-400練習テスト問題解答が待ってます

質問 31
A company uses Dynamics 365 Sales.
Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger.
You need to configure the Plug-in Registration tool to send data to the Azure Function when an order is placed. You open the Plug-in Registration tool and connect to Dynamics 365 Sales.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

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

 

質問 32
A company implements Dynamics 365 Sales.
Only sales managers must be able to perform the approval to move high value sales on in the opportunity qualification process. A new field must be created to capture the approval.
You need to create and secure the new field.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

1 - Enable field security in the Approval field.
2 - Create a new field security profile.
3 - Set the field permissions...security profile
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/admin/field-level-security

 

質問 33
You need to select the appropriate methods using Azure Event Grid.
Which method should you use for each requirement? To answer, drag the appropriate methods to the correct requirements. Each method may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/event-grid/event-handlers
https://docs.microsoft.com/en-us/azure/event-grid/overview

 

質問 34
You need to ensure that Adventure Works Cycle can track information from visitors to bike fairs.
What should you create?

  • A. A flow that connects with the bike fair Power Apps to create a lead in Dynamic 365 Sales
  • B. A flow to capture customer data from the bike fair Power Apps in SharePoint and create a lead in Microsoft Teams.
  • C. A workflow in Dynamics 365 Sales Engagement for capabilities leads
  • D. A Microsoft flow that generates a new customer record in SharePoint

正解: A

解説:
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

 

質問 35
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
An organization has an Azure SQL Database instance that must be synchronized daily with data from Dynamics 365 Sales. A large amount of data might need to be synchronized on some days.
You need to reduce the time required to synchronize data.
Solution:
Enable change tracking for entities that will be synchronized.
Implement a console application that queries for changes.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解: A

解説:
Instead use the Data Export Service to sync data between the database and Dynamics 365 Sales.
References:
https://docs.microsoft.com/en-us/power-platform/admin/enable-change-tracking-control-data-synchronization

 

質問 36
A company has a model-driven app that captures applications from prospective students.
You are asked to create a new re-usable custom component using the Power Apps component framework (PCF).
The custom component must allow entry of a date of birth and validate that the applicant is not a minor.
You create the class AuditDatePicker in the TypeScript file Index.ts and the style sheet DatePicker.css.
You need to define the component to be available only for relevant fields and its properties when used in a form.
How should you complete the manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

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

 

質問 37
You need to handle errors in UpdateRecord.js.
Which code segment should you add at line UR06?

  • A. Exception exception = Server.GetLastError() ;
    if(exception != null)}
  • B. catch(error) {
    D18912E1457D5D1DDCBD40AB3BF70D5D
    alert("Caught error: " + error.message);}
  • C. function (error){
    console.log(error.message)}
  • D. catch(exception e){
    console.writeline(e)}

正解: B

解説:
Explanation
The catch statement lets you handle the error.
Syntax: catch(err) {
Block of code to handle errors
}
Reference:
https://www.w3schools.com/js/js_errors.asp

 

質問 38
You are creating a model-driven app.
Users need to see only the entities in the app navigation that are relevant to their role and their method of accessing the app.
You need to restrict entities on the sub-areas in the SiteMap.
Which properties should you use? To answer, drag the appropriate properties to the correct requirements. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation

Box 1: Privileges
Privileges: This defines whether a subarea is displayed based on privileges available in any security roles that are assigned to the user.
Box 2: SKU
SKUs: Select the versions of Dynamics 365 that display this subarea.
Box 3: Client
Client: Select the type of client that displays this subarea.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-site-map-app

 

質問 39
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing a one-way integration from the Common Data Service to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Configure the Azure Function with a timer trigger that runs every five minutes. The function will query the Common Data Service and process records created in the last five minutes.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解: A

解説:
Explanation
Instead use Azure Service Bus queue solution with asynchronous communication.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/azure-integration

 

質問 40
A company needs to illustrate the relationships of the entities in Dynamics 365 Sales.
You need to select the appropriate tool to show this graphic.
Which tool should you select?

  • A. Metadata diagram
  • B. Power Automate
  • C. Security model
  • D. Sales Insights

正解: A

 

質問 41
You need to identify the execution mode that is being used for the ISV solution reported by User5.
Which type of execution mode is in use?

  • A. asynchronous
  • B. synchronous
  • C. atomicity
  • D. transfer

正解: B

解説:
User5 receives the error message: 'Endpoint unavailable' during a test of the technician dispatch ISV solution.
When you choose to use a synchronous execution mode any failure will be reported back to the user of the application with an Endpoint unavailable error dialog informing the user that the webhook service endpoint may be configured incorrectly or is not available.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks Develop integrations Question Set 2

 

質問 42
A company has a model-driven app.
A custom button on a form calls a JavaScript function that validates form data fields and creates a web basket. The JavaScript function then displays a message to the user.
Users are located in the United States, which uses ISO Code 1033, and France, which uses ISO Code 1036.
Users in France report that the message displays in English.
You need to modify the RibbonDiffXml file to ensure that messages appear in the user's language.
How should you complete the CommandDefinition node? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/customize-dev/pass-dynamics-365-data-page-parameter-ribbon-actions

 

質問 43
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
An organization has an Azure SQL Database instance that must be synchronized daily with data from Dynamics 365 Sales. A large amount of data might need to be synchronized on some days.
You need to reduce the time required to synchronize data.
Solution:
* Write a SSIS package to connect to the source and target.
* Develop the SSIS package to find the records by the Modified on field.
* Create or update the records in the database instance based on results.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解: A

解説:
Explanation
Instead enable change tracking for entities that will be synchronized, and use the Data Export Service to sync data between the database and Dynamics 365 Sales.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/enable-change-tracking-control-data-synchronization
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sql-database

 

質問 44
You need to select the visualization component.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://www.inogic.com/blog/2018/04/controls-in-dynamics-365-for-mobile-app-flip-switch/
https://community.dynamics.com/365/sales/b/crminogic/posts/new-controls-for-phones-and-tablets-in-dynamics-crm-2016-update-1

 

質問 45
An organization plans to set up a secure connector for Power Apps. The App will capture tweets from Twitters about the organization's upcoming product for sales follow-up.
You need to configure security for the app.
Which authentication method should you use?

  • A. API key
  • B. Windows authentication
  • C. Basic authentication
  • D. Kerberos authentication
  • E. OAuth

正解: E

解説:
Configure OAuth2 provider settings for portals.
The OAuth 2.0 based external identity providers involve registering an "application" with a third-party service to obtain a "client ID" and "client secret" pair.
The supported providers are:
Microsoft Account
Twitter
Facebook
Google
LinkedIn
Yahoo
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-oauth2-settings

 

質問 46
A company uses Dynamics 365 Sales.
Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger.
You need to configure the Plug-in Registration tool to send data to the Azure Function when an order is placed. You open the Plug-in Registration tool and connect to Dynamics 365 Sales.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

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

 

質問 47
You need to develop a set of Web API's for a company.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/use-web-api-actions

 

質問 48
You need to address the user interface issues.
What should you do? To answer, drag the appropriate actions to the correct issues. Each action may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://support.microsoft.com/en-us/help/4552163/ribbon-troubleshooting-guide
https://neilparkhurst.com/2015/10/19/adding-buttons-to-ribbons/

 

質問 49
A company is creating a new system based on Common Data Service.
You need to select the features that meet the company's requirements.
Which options should you use? To answer, drag the appropriate options to the correct requirements. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

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

 

質問 50
A company has two development instances, two test instances, two staging instances, and one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which if the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances
  • B. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName='myorg')
  • C. https://myorg.api.crm.dynamics.com/api/data/v.9.1/
  • D. https://disco.crm.dynamics.com/api/discovery/v9.1/
  • E. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances

正解: A,B

解説:
Explanation
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
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/samples/global-discovery-s

 

質問 51
You need to correct the portal query issues.
Which code should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

 

質問 52
You need to identify why employees are not receiving notification that nine customers are checked in and waiting in the repair area.
Which components should you test for each step? To answer, drag the appropriate components to the correct steps. Each component may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

 

質問 53
You work for a multinational company that has Azure and Common Data Service environment in the United States (UTC-7) and Japan (UTC+9).
You create Azure Functions for each location to update key data.
You need to configure the functions to run at 4:00 AM on weekdays at each location.
Which schedule formats should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?

 

質問 54
......


Microsoft PL-400 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • アプリチェッカーとソリューションチェッカーの結果を解釈する
  • コネクタとAPIエラーを特定して解決する
トピック 2
  • 複雑な式を実装して、制御イベントとプロパティを管理します
  • ビジネスユニットとチームを構成します
トピック 3
  • データのプリロードやクエリの委任など、アプリのパフォーマンスを最適化します
  • 要件を検証し、技術アーキテクチャを設計します
トピック 4
  • CRUDAPIやカスタムスタイリングを含むPowerAppsポータルの拡張ポイントについて説明する
  • PowerAppsの再利用可能なコンポーネントを設計する
トピック 5
  • サーバーレスコンピューティング、プラグイン、またはPowerAutomateをいつ使用するかを決定する
  • PowerPlatformの拡張性ポイントを説明する
トピック 6
  • セキュリティロールとフィールドレベルのセキュリティプロファイルを作成または更新します
  • 認証と承認の戦略を設計します
トピック 7
  • ソリューションを作成し、ソリューションコンポーネントを管理します
  • ソリューションの技術アーキテクチャを設計および検証します
トピック 8
  • エンティティとエンティティのオプションを構成する
  • すぐに使用できる機能で要件を満たすことができるかどうかを判断する
トピック 9
  • 関係と動作の種類を構成する
  • 運用上のセキュリティ問題のトラブルシューティング

 

PL-400問題集と試験テストエンジン:https://www.goshiken.com/Microsoft/PL-400-mondaishu.html

Microsoft PL-400問題集にはリアル試験問題解答:https://drive.google.com/open?id=1wHhl-lz4c2ieM3r2DBPHLU6UNetBQexp