ExamGecko
Home Home / Microsoft / PL-400

Microsoft PL-400 Practice Test - Questions Answers, Page 29

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

User1 and User2 use a form named F1 to enter account data. Both users have the same security role, SR1, in the same business unit.

User1 has a business rule to make the main phone mandatory if the relationship type is Reseller. User2 must occasionally create records of the Reseller type without having the reseller's phone number and is blocked by User1's business rule.

You need to ensure that User2 can enter reseller data into the system.

Which three actions should 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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct order you select.

Question 281
Correct answer: Question 281

Explanation:

Open form F1 and save it as a form named F2.

Remove the business role from form F2.

Create a business rule for form F2 to make the phone number optional for resellsers.


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.

A Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.

A JavaScript library is used with these custom entities and fields to apply complex logic.

You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.

Solution:

In the Building code form, add the JavaScript library in the events tab and the Code date field to the non-event dependencies.

In the Work item form, add the JavaScript library in the Events tab and the Elapsed time field to the non-event dependencies.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Instead, in the JavaScript library, add Building code with Code date and Work item with Elapsed time in the dependencies tab.

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies

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.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Instead use the Data Export Service to sync data between the database and Dynamics 365 Sales.

https://docs.microsoft.com/en-us/power-platform/admin/enable-change-tracking-control-data-synchronization

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.

Use the Data Export Service to sync data between the database and Dynamics 365 Sales.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

Explanation:

Large organizations that synchronize their data with external data sources can now enable entities for change tracking. You can export or retrieve a selected set of data, and then keep the external data warehouse in sync.

The Data Export Service is an add-on service made available on Microsoft AppSource that adds the ability to replicate data from Common Data Service database to an Azure SQL Database store in a customer-owned Azure subscription.

The Data Export Service intelligently synchronizes the entire data initially and thereafter synchronizes on a continuous basis as changes occur (delta changes) in the system.

You can use the Data Export Service with model-driven apps in Dynamics 365, such as Dynamics 365 Sales and Dynamics 365 Customer Service.

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

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.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

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.

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.

A university has implemented Dynamics 365 Customer Engagement. Several departments use opportunity records to bid for funding for projects within their own departments.

Each department's opportunities are not visible to other departments. However, there are times when two departments need to work together on an opportunity.

You need to configure the security to meet the business requirements.

Solution: Share the individual opportunity that member of one department are working on with all members of the second department, and give those members the appropriate permissions.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

You are creating a canvas app to retrieve user sign in information from Microsoft Entra ID when someone searches for information about an end user.

You create an Azure Function to retrieve the required information by using JSON.

You need to ensure that the application functions correctly.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Use Azure Service Bus.

A.

Use Azure Service Bus.

Answers
B.

Use app designer in the Power Platform admin center.

B.

Use app designer in the Power Platform admin center.

Answers
C.

Create a custom connector by using the Azure Function API

C.

Create a custom connector by using the Azure Function API

Answers
D.

Create a Power Automate flow to import data.

D.

Create a Power Automate flow to import data.

Answers
E.

Create an API definition for the Azure Function.

E.

Create an API definition for the Azure Function.

Answers
Suggested answer: C, E

HOTSPOT

You develop the following code as part of a plug-in that handles the Create message of the Account table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 288
Correct answer: Question 288

A company is testing a Microsoft Dataverse plug-in in an environment. The plug-in works in post-operation mode and performs the update of the Account entity.

During testing, a user observes that the plug-in unintentionally triggers a synchronous third-party ISV plug-in.

You need to modify the system design to avoid unwanted triggering of the third-party plug-in.

What should you do?

A.

Disable the existing third-party plug-in by using the Plug-in Registration Tool.

A.

Disable the existing third-party plug-in by using the Plug-in Registration Tool.

Answers
B.

Use UpdateRequest with the BypassCustomPluginExecution parameter and Execute method of the Organization service.

B.

Use UpdateRequest with the BypassCustomPluginExecution parameter and Execute method of the Organization service.

Answers
C.

Update the code of the third-party ISV plug-in to ignore updates caused by the new plug-in.

C.

Update the code of the third-party ISV plug-in to ignore updates caused by the new plug-in.

Answers
D.

Update the code of the new plug-in to use InputParameters of Plugin Execution Context.

D.

Update the code of the new plug-in to use InputParameters of Plugin Execution Context.

Answers
Suggested answer: B

DRAG DROP

You are developing a Power Apps app for a company. The app will interact with the company's enterprise resource planning (ERP) system. The app allows users to create quotes for customers. You are creating a plug-in for the app.

The solution must meet the following requirements:

* Display an error message if there is no account associated with a quote and prevent changes to the quote.

* Synchronize quotes with the external ERP system.

You need configure the plug-in execution pipeline.

Which pipeline stages should you use? To answer, drag the appropriate pipeline stages to the correct requirements. Each pipeline stage 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.


Question 290
Correct answer: Question 290
Total 350 questions
Go to page: of 35