Synchronous vs. asynchronous integration patterns - Quiz

  • 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
  • ACreate a new class with business logic to create 100 new check numbers and use SysOperationSandbox to run the AsyncInfo static method.
  • BUse batch processes to perform the task.
  • CRun the process in synchronous mode in the web client.
  • DCreate a new form and add a button without using SysOperationSandbox.
  • 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