exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 4 question 13 discussion

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

DRAG DROP -
A company uses Dynamics 365 Finance.
The company wants to create test cases by using the SysTest framework.
You need to select the appropriate TestTransactionMode option for each requirement.
Which options should you use? To answer, drag the appropriate options to the correct requirements. Each option 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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: LegacyRollback -
LegacyRollback. All insert statements are tracked and deleted during clean-up.

Box 2: AutoRollback -
AutoRollback. Default. This provides the best isolation.
All transactions are rolled back using SQL save points, and all database statements are routed to the main connection, including user connections. No data will be persisted.
Incorrect:
LegacyRollback. All insert statements are tracked and deleted during clean-up. Save points not used.
LegacyRollbackWithUpdateTracking. All update, delete, and insert statements are tracked and reverted during cleanup. Save points not used.
None. Only use for debugging. This provides no isolation.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/testing-validation

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
TM22
Highly Voted 2 years ago
Correct
upvoted 5 times
...
gremlin87
Most Recent 10 months, 1 week ago
2 and 1 are correct. https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/testing-validation#test-isolation
upvoted 1 times
...
jorgkpo
1 year, 6 months ago
3 and 2
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 ...