Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 1

One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from your newly-implemented OIC orchestration-style integration. It has been recommended that you redesign the integration to take advantage of the batch processing capabilities of the application.
Which OIC approach is appropriate to implement this OIC design best practice? (Choose the best answer.)

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a custom batch call allows you to leverage JavaScript to efficiently process multiple invocations in a single call, thus reducing the load on the downstream application. Options A and B do not address the need for batch processing effectively, and option C would not solve the underlying issue of overwhelming the application.