Microsoft PL-400 Practice Test - Questions Answers, Page 25
List of questions
Question 241
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You are creating a plug-in for an app that helps government employees get a proof of vaccination card. You must add the following information to a vaccination record before a proof of vaccination card is created:
* Vaccination type
* Date of vaccination
* Name of person administering the vaccine
You need to register the plug-in.
In which stage should you register the plug-in?
PreOperation
MainOperation
PreValidation
PostOperation
Question 242
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Create a calculated column on the virtual table.
Does the solution meet the goal?
Yes
No
Question 243
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You need to configure the row filter on the Dataverse trigger. Which filter should you use?
not contains(new_dataid, ')
new_dataid eq null
Dataldnenull
new dataid ne null
Question 244
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to configure a Dataverse trigger and action in a Power Automate flow so researchers can update account records with data from the Web API even if they do not have edit privileges on the record.
What should you configure for each trigger and action requirement? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point
Question 245
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You need to determine which component to add to the solution to resolve the account records import error. Which component should you add?
connection
service endpoint
custom connector
Accoun table
Question 246
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to configure security for the Azure Function and custom connector.
Which security tool should you configure for each item? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 247
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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 JavaScript library, add Building code with Code date and Work item with Elapsed time in the dependencies tab.
Does the solution meet the goal?
Yes
No
Explanation:
Within a solution you can define dependencies within solution components. Up until Dynamics 365 for Customer Engagement apps version 9.0 the main purpose of these dependencies was to prevent the deletion of a solution component when another solution component depended on it.
The following image shows the dependencies tab within the web resource form. Dependencies between web resources are set in the top list.
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies
Question 248
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You create a Power Apps component framework component.
You need to test the component.
Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 249
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A company designs a solution that contains a new real-time workflow. The workflow populates a lookup column that has a default value.
A managed solution is imported to the test environment.
An error occurs when a test engineer attempts to create a record. The error message states, 'Record is not available.''
You need to resolve the error.
What should you do?
Add missing lookup table records to the solution.
Go to the test environment and manually create missing lookup table records.
Use the Configuration Migration Tool to extract the lookup table data from the development environment and import it to the test environment.
Question 250
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You are configuring a custom connector for a web service. The web service is hosted in two different regions. The web service URL includes a common domain name and a unique sub-domain for each region.
The custom connector must allow the region to be entered for additional regions when creating the connection.
You need to create a policy template.
Which template type should you use?
Route request
Set query string parameter
Set host URL
Set HTTP header
Question