Microsoft Dynamics 365 Core Finance and Operations — Question 50

A parts supplier provides several terabytes of data that must be imported into Dynamics 365 Finance in bulk.
Data operations must provide for insert operations and be asynchronous.
You need to implement a data access technology.
Which data access technology should you use?

Answer options

Correct answer: B

Explanation

The Data management framework is specifically designed for bulk data operations in Dynamics 365 Finance, supporting asynchronous processing and insert operations. OData APIs and AJAX are not tailored for bulk data import in this context, while Dual-write is primarily used for real-time data synchronization between Dynamics 365 applications.