Synchronous vs. asynchronous integration patterns - Quiz

  • AData management framework
  • BOData
  • CRecurring integrations
  • AContinue using the existing real-time synchronous pattern and increase server capacity
  • BTransition to a near-real-time batch data API integration pattern
  • CUse OData for synchronous data retrieval on-demand by users
  • DImplement a one-way sync pattern with manual triggers for data transfer
  • AUse Azure Logic Apps to replace the legacy system's functionality.
  • BCreate a custom service that acts as a bridge between the SOAP web services and Dynamics 365.
  • CIgnore the legacy system and create new data entities from scratch in Dynamics 365.
  • DDirectly modify the legacy system to support RESTful API standards.
  • AUse the data management framework to create a data project and set up a recurring data job with error handling to skip faulty records.
  • BEnable change tracking for entities in the data management framework to monitor the status and availability of entities during the import process.
  • CImplement an asynchronous integration pattern using the data management framework to sequence data entities and manage import errors.
  • DA, B and C
  • AImplement dual-write for synchronous, real-time integration between the apps.
  • BUse the OData protocol to periodically synchronize data entities.
  • CEstablish a virtual table in Dataverse for the finance and operations apps.
  • DCreate a custom Power Automate flow to transfer data between the apps.
  • AData management framework
  • BOData
  • CRecurring integrations