nerdexam
Microsoft

MB-500 · Question #143

You are training a new Dynamics 365 Finance developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you…

The correct answer is A. A retailer requires all new customer data captured at point of sale (POS) terminals through the. An asynchronous pattern is a non-blocking pattern, where the caller submits the request and then continues without waiting for a response. Typical scenarios and patterns that use batch data integrations (asynchronous pattern) Here is a typical scenario that uses batch data…

Implement data and application integration

Question

You are training a new Dynamics 365 Finance developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration?

Options

  • AA retailer requires all new customer data captured at point of sale (POS) terminals through the
  • BA service company needs workers to be able to access just-in-time inventory data from the field
  • CA manufacturer wants to move production data from an on-premises deployment Dynamics 365
  • DA warehouse wants to track movement of all inventory from scanners to the system.

How the community answered

(33 responses)
  • A
    70% (23)
  • B
    15% (5)
  • C
    6% (2)
  • D
    9% (3)

Explanation

An asynchronous pattern is a non-blocking pattern, where the caller submits the request and then continues without waiting for a response. Typical scenarios and patterns that use batch data integrations (asynchronous pattern) Here is a typical scenario that uses batch data APIs. Import large volumes of sales orders A company receives a large volume of sales orders from a front-end system that runs on- premises. These orders must periodically be sent to the application for processing and Not B, Not C, Not D: A synchronous pattern is a blocking request and response pattern, where the caller is blocked until the callee has finished running and gives a response. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-

Topics

#asynchronous integration#synchronous integration#integration patterns#POS

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice