exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 2 question 40 discussion

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

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. RetrieveAttributeRequest
  • B. odata.track-changes
  • C. RetrieveEntityChangesRequest
  • D. UpdateEntityRequest
  • E. UpdateRequest
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Bibichan
Highly Voted 2 years ago
Selected Answer: C
According to this piece of documentation from Microsoft: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-change-tracking-synchronize-data-external-systems * When retrieving changes via WebAPI: add header "prefer: odata.track-changes" * When retrieving changes via .NET code: use RetrieveEntityChangesRequest Given that the question is pretty much clear ("You plan to use the Organization Service to retrieve the delta data by using C#."), the answer can only be option C.
upvoted 24 times
...
tobdiord
Highly Voted 2 years, 1 month ago
Org service doesn't use odata.track-changes... MS docs say RetrieveEntityChangesRequest https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-change-tracking-synchronize-data-external-systems
upvoted 5 times
Shaowei
2 years, 1 month ago
I think API uses odata.track-changes, C# uses RetrieveEntityChanges
upvoted 2 times
...
...
Juan0414
Most Recent 1 month, 3 weeks ago
Selected Answer: C
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-change-tracking-synchronize-data-external-systems#retrieve-changes-for-a-table-using-net-sdk
upvoted 1 times
...
Ak14Sep
7 months ago
To retrieve delta data using the Organization Service in C#, you should use the RetrieveEntityChangesRequest message. This message is specifically designed to work with change tracking in Microsoft Dataverse to retrieve changes made to the data
upvoted 1 times
...
At09
1 year, 7 months ago
Answer is C
upvoted 1 times
...
MikeAWS
1 year, 7 months ago
C is correct. To retrieve delta data from the Account table in Microsoft Dataverse using the Organization Service in C#, you should use the RetrieveEntityChangesRequest message. This message is specifically designed for retrieving changes that have occurred in an entity, including changes made after enabling change tracking.
upvoted 1 times
...
jkaur
1 year, 8 months ago
Correct should be C
upvoted 1 times
...
DummyTest1
1 year, 10 months ago
Selected Answer: C
Clearly mention in the below link https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-change-tracking-synchronize-data-external-systems#retrieve-changes-for-a-table-using-net-sdk
upvoted 1 times
...
whiteblack
1 year, 11 months ago
Correct
upvoted 2 times
...
info_account
2 years, 1 month ago
Selected Answer: C
https://learn.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveentitychangesrequest?view=dataverse-sdk-latest
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago