PL-400 · Question #96
PL-400 Question #96: Real Exam Question with Answer & Explanation
The correct answer is B: No. Splitting a single synchronous PostOperation plugin into multiple synchronous PostOperation plugins will not resolve timeout issues, as the combined execution time will still be subject to the same synchronous transaction limits.
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type. Users experience errors when updating cases. The plug-in trace log files show that the PosOperation plug-in update of case times out after two minutes. You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work. You need to reduce the number of errors. You need to achieve this goal with the test amount of changes. Solution: In the Plug-in Registration tool, update the plug-in step and increase the Execution Order. Does the solution meet the goal?
Options
- AYes
- BNo
Explanation
Splitting a single synchronous PostOperation plugin into multiple synchronous PostOperation plugins will not resolve timeout issues, as the combined execution time will still be subject to the same synchronous transaction limits.
Common mistakes.
- A. The proposed solution is ineffective in resolving a plugin timeout as it does not change the synchronous nature of the combined logic, therefore 'Yes' is not the correct assessment.
Concept tested. Dynamics 365 plugin performance optimization
Community Discussion
No community discussion yet for this question.