Microsoft PL-400 Practice Test - Questions Answers, Page 26
List of questions
Related questions
Which permissions does a managed identity have on Microsoft Dataverse data?
permissions assigned to the corresponding application user
permissions assigned to the user triggering the Azure resource
permissions equivalent to the environment admin role
permissions equivalent to the system administrator role
DRAG DROP
You are creating a Web API.
The API must be able to perform the following actions:
* Create a column in a Microsoft Dataverse table.
* Update a column for an existing row.
Which HTTP methods should you use? To answer, drag the appropriate HTTP method to the correct requirements. Each HTTP 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.
DRAG DROP
A company is developing a Microsoft Dataverse plug-in.
The plug-in must create a follow-up task for a new account
You add the code that receives context(IPIuginExecutionContext) and service(IOrganizationService).
You need to create the remaining code to insert the follow-up task.
Which three code blocks should you use in sequence? To answer, move the appropriate code sequences from the list of sequences to the answer area and arrange them in the correct order.
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Implement an OData v4 provider as the data source.
Does the solution meet the goal?
Yes
No
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
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Use a table that has a GUID as its primary key.
Does the solution meet the goal?
Yes
No
DRAG DROP
You are creating a model-driven app.
You are using the Opportunities table to estimate the opportunity. The requirements for the app include:
* An email must be sent to the sales team if the opportunity is over $50,000.
* Users must be able to enter sponsors when creating a record if the opportunity is over one million dollars.
You must minimize the lines of code required.
You need to implement the app.
Which tools should you use?
To answer, drag the appropriate tools to the correct requirements. Each tool 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.
You are developing a Power Platform solution. The solution connects to a third-party accounting system by using a Web API through a Power Apps app that automatically exchanges contacts with the sales data.
You have the following code: (Line numbers are included for reference only.)
You need to ensure that the code only synchronizes data that was not previously synchronized. Which code segment should you insert at line 02?
Prefer: odata.track-changes
Prefer: odata.allow-entityreferences
Prefer: odata.allow-entityreferences
Prefer: odata.include-annotations
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
You enable change tracking on the Account table in Microsoft Dataverse. You plan to use the Organization Service to retrieve the delta data by using C#.
You need to determine which message to use. What should you use?
UpdateEntityRequest
RetrieveEntityChangesRequest
odata.track-changes
RetrieveAttributeRequest
UpdateRequest
Question