exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 7 question 42 discussion

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

You are creating a .NET application to load a large volume of data into a Dataverse table with one default column value. A synchronous plug-in already sets the same default column value for new rows in the table.

To speed up the process, you must disable the plug-in during the data load. The data load must run during business hours. The load must not affect rows users may be creating.

You need to perform the operations.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. Send the BypassCustomPluginExecution as an optional parameter with the create request.
  • B. Send the SuppressCallbackRegistrationExpanderJob as an optional parameter with the request.
  • C. Disable the plug-in step prior to starting the data load.
  • D. Set the BypassPluginExecution property on the CrmServiceClient.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
Ihab
1 day, 13 hours ago
Selected Answer: AD
C- we cannot disable plug-in during business hours, this will violates the requirement to not effect rows created by users
upvoted 1 times
...
Sai_Vignesh
2 days, 5 hours ago
Selected Answer: A
Leaning toward A, but I'd be interested to hear arguments for the others.
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 ...