- AData management framework
- BOData
- CRecurring integrations
Justification:
Recurring integrations API supports both data import and export with many other benefits, depending on your situation. With recurring integrations, you can do the following:
Embedding integration pattern is used when information from one system is seamlessly integrated into the UI of another system. Push, Pull, and One-way sync are different types of integration patterns and do not specifically deal with UI integration.
Choose the right pattern for your integration strategy - Dynamics 365 | Microsoft Learn
Prepare data for migration to finance and operations apps - Training | Microsoft Learn
Option A is correct because setting up a recurring data job with change tracking will synchronize the data daily with minimal performance impact. Option B is incorrect as manual processes are not efficient for daily tasks and do not meet the requirement of minimal performance impact. Option D is incorrect because a real-time solution is not necessary for daily synchronization and could lead to unnecessary complexity and resource usage. Option C is incorrect as it would have a significant performance impact due to the frequency of the full data sync.
Monitor status and availability of entities - Training | Microsoft Learn
Data import and export jobs overview - Finance & Operations | Dynamics 365 | Microsoft Learn
The correct answer is to integrate Power Apps with Dynamics 365 to create a mobile app that provides real-time access to customer order history and inventory data. This solution would offer the necessary real-time data access for sales representatives while on client sites. Accessing the Dynamics 365 desktop application remotely via a VPN, carrying offline copies of data, or setting up email notifications do not provide immediate, real-time access to detailed customer data when needed and can be impractical or inefficient.
Develop and integrate Microsoft Power Platform - Training | Microsoft Learn
The OData service endpoints are best suited for this scenario as they allow real-time data transfer. Batch data API is used for asynchronous data transfer and is not suitable for real-time requirements. Custom service development would require more coding effort. Consuming external web services is typically used when the application needs to call out to an external web service.
Integrate finance and operations apps with Microsoft Excel - Training | Microsoft Learn
You should select a batch data integration for asynchronous scenarios like this for batch-run integrations.
Recurring integrations support both files and data packages.
Recurring integrations API supports both data import and export with many other benefits, depending on your situation. With recurring integrations, you can do the following:
Both recurring integrations and the data management framework support REST protocols.