ExamGecko
Home / Microsoft / PL-400 / List of questions
Ask Question

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

List of questions

Question 251

Report
Export
Collapse

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

permissions assigned to the corresponding application user

permissions assigned to the corresponding application user

permissions assigned to the user triggering the Azure resource

permissions assigned to the user triggering the Azure resource

permissions equivalent to the environment admin role

permissions equivalent to the environment admin role

permissions equivalent to the system administrator role

permissions equivalent to the system administrator role

Suggested answer: A
asked 05/10/2024
Sai C H
33 questions

Question 252

Report
Export
Collapse

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.


Microsoft PL-400 image Question 252 106846 10052024010735000
Correct answer: Microsoft PL-400 image answer Question 252 106846 10052024010735000
asked 05/10/2024
Mina Shaker
45 questions

Question 253

Report
Export
Collapse

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.


Microsoft PL-400 image Question 253 106847 10052024010735000
Correct answer: Microsoft PL-400 image answer Question 253 106847 10052024010735000

Explanation:

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

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

service.Create(followuptask);


asked 05/10/2024
Ilya Shadrin
37 questions

Question 254

Report
Export
Collapse

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

Yes

No

No

Suggested answer: B
asked 05/10/2024
ftere yagoglu
43 questions

Question 255

Report
Export
Collapse

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

Yes

No

No

Suggested answer: B
asked 05/10/2024
john rosselot
37 questions

Question 256

Report
Export
Collapse

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

Yes

No

No

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


asked 05/10/2024
Gage Adams
37 questions

Question 257

Report
Export
Collapse

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.


Microsoft PL-400 image Question 257 106851 10052024010735000
Correct answer: Microsoft PL-400 image answer Question 257 106851 10052024010735000
asked 05/10/2024
David Sichimwi
38 questions

Question 258

Report
Export
Collapse

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.)

Microsoft PL-400 image Question 117 106852 10052024010735000000

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.track-changes

Prefer: odata.allow-entityreferences

Prefer: odata.allow-entityreferences

Prefer: odata.allow-entityreferences

Prefer: odata.allow-entityreferences

Prefer: odata.include-annotations

Prefer: odata.include-annotations

Suggested answer: A
asked 05/10/2024
Hayat Hassan
44 questions

Question 259

Report
Export
Collapse

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

PreOperation

MainOperation

MainOperation

PreValidation

PreValidation

PostOperation

PostOperation

Suggested answer: A
asked 05/10/2024
Volkan Ozsoy
34 questions

Question 260

Report
Export
Collapse

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

UpdateEntityRequest

RetrieveEntityChangesRequest

RetrieveEntityChangesRequest

odata.track-changes

odata.track-changes

RetrieveAttributeRequest

RetrieveAttributeRequest

UpdateRequest

UpdateRequest

Suggested answer: C
asked 05/10/2024
Stefan Denić
19 questions
Total 350 questions
Go to page: of 35
Search

Related questions