nerdexam
Microsoft

MB-700 · Question #143

A company implements Dynamics 365 Commerce. The company creates an integration to query customer loyalty points from Dynamics 365 Commerce by a third-party application. The third-party application…

The correct answer is E. OData. OData (Open Data Protocol) is a REST-based standard exposed by Dynamics 365 Commerce that allows third-party applications to query data in real time on demand. Since the requirement is for manual retrieval with real-time accuracy, OData is the correct fit - the external app can…

Architect solutions

Question

A company implements Dynamics 365 Commerce. The company creates an integration to query customer loyalty points from Dynamics 365 Commerce by a third-party application. The third-party application must manually retrieve loyalty points. The loyalty point totals must reflect the real-time amount. You need to identify the correct integration technology. Which technology should you use?

Options

  • APostman
  • BFTP
  • CData packages
  • DEntity store
  • EOData

How the community answered

(50 responses)
  • A
    2% (1)
  • B
    8% (4)
  • C
    4% (2)
  • D
    2% (1)
  • E
    84% (42)

Explanation

OData (Open Data Protocol) is a REST-based standard exposed by Dynamics 365 Commerce that allows third-party applications to query data in real time on demand. Since the requirement is for manual retrieval with real-time accuracy, OData is the correct fit - the external app can call an OData endpoint at any time and receive the current loyalty point balance. Data packages (C) and Entity store (D) are designed for batch or analytical use, not real-time queries. FTP (B) is a file transfer protocol unsuitable for real-time data queries. Postman (A) is a testing/development tool, not an integration technology.

Topics

#Dynamics 365 Commerce#Integration#OData#Real-time data

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice