How to Use Asynchronous Batch Data API for Seamless Inventory Integration in Dynamics 365?
Table of Contents
Question
You are tasked with integrating a legacy inventory management system with Microsoft Dynamics 365 finance and operations apps. The legacy system is capable of sending data in batches and supports RESTful web services.
You need to ensure that the integration allows for the exchange of inventory data between the two systems without requiring real-time data transfer.
Which integration pattern should you implement?
Select only one answer.
A. Synchronous using Custom service
B. Real-time using OData
C. Pull-based using the Data Management Framework
D. Asynchronous using the Batch data API
Answer
D. Asynchronous using the Batch data API
Explanation
The correct answer is Asynchronous using the Batch data API because it allows for the exchange of data in batches and does not require real-time data transfer, which suits the legacy system’s capabilities. Real-time using OData is incorrect as it requires real-time data transfer. Synchronous using Custom service is also incorrect because it implies a blocking request and response pattern, which is not necessary in this scenario. Pull-based using the Data Management Framework is incorrect because it suggests that the receiving system requests data from the sender, which is not specified in the scenario.
Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 exam and earn Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification.