Exam MB-700 All QuestionsBrowse all questions from this exam
Question 60

A client has a third-party warehouse management system.

Data from the system must be integrated with Dynamics 365 Finance in near real-time.

You need to determine an integration solution.

Which two solutions should you recommend? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, C

    To achieve near real-time integration between a third-party warehouse management system and Dynamics 365 Finance, OData and Data management are recommended solutions. OData supports real-time calls, making it suitable for near real-time data integration scenarios. Data management also supports real-time service-based integration, which complements OData by handling larger or more complex data sets efficiently. Batch data API processed daily is not appropriate as it does not meet the near real-time requirement, and Business events are intended for lightweight event notifications rather than bulk data integration.

Discussion
dojom73239Options: AD

A & D are correct, because it needs to be done near real time.

MikkelSOptions: AD

A & D is the correct answer

Meursault207Options: AC

Business events it's for providing notifications to an external system, not for exporting data. For me, the correct answer is A and C. Data management framework supports integration scenarios; real-time service based integration and asynchronous integrations.

EllieGOptions: AC

Eliminating the non-fit answers leaves us with the 2 available solutions: B - Daily APIs doens't meet the requirement for near real time, so it is a no-go; D - Business events can be used to trigger APIs to send data out, but it only applies for data going OUT of D365 and not the other way arround, so it's a no-go as well. Which leaves us with A and C as valid options.

PirOptions: AC

D is wrong because Business events are not for bulk operation, it is just for small alerts as per online help. Business events must not be considered a mechanism for exporting data. By definition, business events are supposed to be lightweight and nimble. They aren't intended to carry large payloads to fulfill data export scenarios. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/business-events/home-page

Pir

A and D are correct options. Business Events are near real-time.

RedherringOptions: AC

A & C are the correct one. A: OData, the link says "make a real-time OData call": https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities-data-packages C: Data management, the link says "Real-time service based integration": https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities-data-packages D: Business events is INCORRECT, the link says "Business events must not be considered a mechanism for exporting data": https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/business-events/home-page B: Batch data API processed daily is INCORRECT, because it's processed daily (not real-time) and the link says "Batch data APIs are considered asynchronous integration patterns, because when these APIs are called, data is imported or exported in batch mode": https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview

JoolsW

Business events are used to trigger the outbound messages to the 3rd party system, they aren't exporting data. That's the OData part

GAUGOptions: AC

B can't be correct since it states "processed daily", and D (Business Events) is not designed for massive integration flows but for notifications. So I'd say A&C

ssly80Options: AC

Business events is for outgoing, not inbound

muruetaOptions: AD

A & D are correct, Business events must not be considered a mechanism for exporting data. By definition, business events are supposed to be lightweight and nimble. They aren't intended to carry large payloads to fulfill data export scenarios. I think that in this integration it doesn't have to be bidirectional but unidirectional and D365F&O receives information and doesn't have to export

AdrienBnhmOptions: AD

A and D are correct

CCexamnOptions: AC

I understand it as data comes from the warehouse management system and must be integrated into D365FO...Therefore business events can not be used as they can only trigger an export. Therefore I would say A Odata and C Data management - even though data management would processed in batch.

AgileMindOptions: BC

Tricky question, I would say B&C. Business events can help when you transfer data from D365 to that system, but the question says from the system to D365 which eliminates the D answer.

KikesOptions: AD

A and D my selection

BBTran

B&C is correct because they are integration solution in near real time

juapemOptions: CD

Two options are possible. I belive the other one is Business events