ExamGecko
Home Home / Microsoft / PL-400

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

Question list
Search
Search

List of questions

Search

Related questions











Which permissions does a managed identity have on Microsoft Dataverse data?

A.

permissions assigned to the corresponding application user

A.

permissions assigned to the corresponding application user

Answers
B.

permissions assigned to the user triggering the Azure resource

B.

permissions assigned to the user triggering the Azure resource

Answers
C.

permissions equivalent to the environment admin role

C.

permissions equivalent to the environment admin role

Answers
D.

permissions equivalent to the system administrator role

D.

permissions equivalent to the system administrator role

Answers
Suggested answer: A

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.


Question 252
Correct answer: Question 252

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.


Question 253
Correct answer: Question 253

Explanation:

Entity account = (Entity)context.InputParameters...

Entity Fllowuptask = new Entity .....= account.ToEntityReference();

service.Create(followuptask);


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?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

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?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

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?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

Explanation:

If all the entities in external data source have an associated GUID primary key then we can implement the virtual entities for sure. For

Reference: https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/virtual-entities/get-started-ve?view=op-9-1


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.


Question 257
Correct answer: Question 257

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?

A.

Prefer: odata.track-changes

A.

Prefer: odata.track-changes

Answers
B.

Prefer: odata.allow-entityreferences

B.

Prefer: odata.allow-entityreferences

Answers
C.

Prefer: odata.allow-entityreferences

C.

Prefer: odata.allow-entityreferences

Answers
D.

Prefer: odata.include-annotations

D.

Prefer: odata.include-annotations

Answers
Suggested answer: A

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?

A.

PreOperation

A.

PreOperation

Answers
B.

MainOperation

B.

MainOperation

Answers
C.

PreValidation

C.

PreValidation

Answers
D.

PostOperation

D.

PostOperation

Answers
Suggested answer: A

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?

A.

UpdateEntityRequest

A.

UpdateEntityRequest

Answers
B.

RetrieveEntityChangesRequest

B.

RetrieveEntityChangesRequest

Answers
C.

odata.track-changes

C.

odata.track-changes

Answers
D.

RetrieveAttributeRequest

D.

RetrieveAttributeRequest

Answers
E.

UpdateRequest

E.

UpdateRequest

Answers
Suggested answer: C
Total 350 questions
Go to page: of 35