exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 7 question 20 discussion

Actual exam question from Microsoft's PL-400
Question #: 20
Topic #: 7
[All PL-400 Questions]

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
  • B. Prefer: odata.allow-entityreferences
  • C. Prefer: odata.include-annotations
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Juan0414
3 months, 1 week ago
Selected Answer: A
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-change-tracking-synchronize-data-external-systems#retrieve-changes-for-a-table-using-the-web-api
upvoted 1 times
...
francesco0928
8 months, 2 weeks ago
in exam 10/03/23
upvoted 3 times
...
NyarukouSAMA
8 months, 3 weeks ago
Selected Answer: A
We need changes, so it should be odata.track-changes
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...