Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 68
A company uses Dynamics 365 finance and operations apps.
The company must implement efficient business events to allow an external system to subscribe to events coming from Dynamics 365 finance and operations apps.
You need to ensure the business events are efficient.
Which two methods should you use for the configuration? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. HTTP time-out
- B. Endpoints allowed per event
- C. Processing threads
- D. Bundle size
- E. Retry count
Correct answer: C, D
Explanation
Using 'Processing threads' allows multiple events to be processed simultaneously, which enhances efficiency. 'Bundle size' determines how many events can be grouped together for processing, reducing overhead and improving performance. The other options do not directly contribute to the efficiency of event processing in the same way.