exam questions

Exam MB-300 All Questions

View all questions & answers for the MB-300 exam

Exam MB-300 topic 5 question 60 discussion

Actual exam question from Microsoft's MB-300
Question #: 60
Topic #: 5
[All MB-300 Questions]

A parts supplier provides several terabytes of data that must be imported into Dynamics 365 Finance in bulk.
Data operations must provide for insert operations and be asynchronous.
You need to implement a data access technology.
Which data access technology should you use?

  • A. OData APIs
  • B. Data management framework
  • C. AJAX
  • D. Dual-write
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
simonegili
Highly Voted 2 years, 7 months ago
Selected Answer: B
B correct
upvoted 6 times
...
zbiti
Most Recent 1 year, 6 months ago
Selected Answer: B
OData APIs are a set of web services that expose data entities and custom services in Dynamics 365 Finance. OData APIs support CRUD (create, read, update, and delete) operations, but they have some limitations, such as a maximum payload size of 50 MB and a maximum number of records per request of 10,000. OData APIs are suitable for small to medium-sized data integration scenarios, but they might not be able to handle large-scale data import in bulk https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata.
upvoted 1 times
...
aivo
1 year, 8 months ago
Selected Answer: B
Should be B. OData API is generally regarded as synchronous, regardless that it supports asynchronous calls (meaning that caller does not need to stay connected till acknowledgment) since it starts execution immediately. DMF is right way to proceed with asynchronous batch-based high-volume imports.
upvoted 1 times
...
Diggus
2 years ago
Selected Answer: B
To import several terabytes of data into Dynamics 365 Finance in bulk, the recommended data access technology to use would be the Data management framework (DMF). The DMF in Dynamics 365 Finance provides efficient and scalable data import capabilities, allowing you to perform insert operations asynchronously. It is specifically designed for bulk data import and integration scenarios, making it the ideal choice in this case.
upvoted 2 times
...
HerrimanCoder
2 years, 2 months ago
Poor question, since both A and B can be correct.
upvoted 1 times
...
Sebastian1991
2 years, 6 months ago
Selected Answer: A
OData (Open Data Protocol) is an open data interoperability standard used to access and share data over the Internet. OData APIs are a set of OData-based APIs that can be used to access and manipulate data in Dynamics 365 Finance and other systems. The OData APIs are suitable for performing massive data insertion operations, since they support performing asynchronous operations and allow batch operations.
upvoted 4 times
ernigan
2 years, 6 months ago
Agree that A is correct. https://learn.microsoft.com/en-us/odata/client/batch-operations https://learn.microsoft.com/en-us/odata/client/async-operations And practice shows that it works
upvoted 2 times
...
...
Vnes80
2 years, 6 months ago
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview#typical-scenarios-and-patterns-that-use-batch-data-integrations
upvoted 2 times
...
nigho4real
2 years, 6 months ago
I feel is correct answer as well
upvoted 1 times
nigho4real
2 years, 6 months ago
On second thought, after checking I saw that Odata can perform asynchronous operations but I couldn't find any articles for data management https://learn.microsoft.com/en-us/odata/client/async-operations
upvoted 1 times
...
...
Nahal_H
2 years, 8 months ago
B is correct
upvoted 4 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 ...