exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 10 question 2 discussion

Actual exam question from Microsoft's MB-500
Question #: 2
Topic #: 10
[All MB-500 Questions]

You need to set up the recurring data integration to pull data from the SFTP site into Dynamics 365 Finance.
Which API architecture type should you use?

  • A. SOAP
  • B. JSON
  • C. RPC
  • D. REST
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
For the Batch data API pattern the following two integrations can be used:

Recurring integrations -
Data management package REST API
Note: The freight processing integration requires the use of an SFTP site to store XML files from the source system. The additional integration will use OData and must be transferred in real time.
A periodic batch job must:
ג€¢ Pull data from the SFTP site.
ג€¢ Import the data to a staging table used to hold the information from the source system.
ג€¢ Map source data to the target table in Dynamics 365 Finance.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
globeearth
2 weeks, 2 days ago
Selected Answer: D
A. SOAP is a more rigid, XML-based protocol that is less flexible and heavier than REST. While Dynamics 365 Finance supports SOAP for certain legacy integrations, it is not the preferred choice for modern integrations like OData-based real-time data transfer or SFTP file processing. => B. JSON is a data format, not an API architecture type. While JSON may be used as the payload format in REST APIs, it is not an architectural style itself. Therefore, this option is incorrect.=> C. RPC is a protocol for invoking procedures on a remote server, typically used in tightly coupled systems. It is not suitable for the web-based, loosely coupled integration required for pulling data from an SFTP site and using OData
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...