exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 7 question 20 discussion

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

A company uses Dynamics 365 Finance.

Two processes attempt to update the same customer record at the same time. One of the updates fails.

You need to resolve the issue by overriding the table concurrency model.

Which Select statement should you use?

  • A. select firstonly optimisticLock custTable where custTable.AccountNum == '000001';
  • B. select firstonly forupdate custTable where custTable.AccountNum == '000001';
  • C. select firstonly pessimisticLock custTable where custTable.AccountNum == '000001';
  • D. select firstonly firstFast custTable where custTable.AccountNum == '000001';
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
boxafrica
2 weeks ago
Selected Answer: B
Going with B, but I'm open to being convinced otherwise.
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 ...