PL-400 · Question #282
PL-400 Question #282: Real Exam Question with Answer & Explanation
The correct answer is A: Yes. Yes, the solution meets the goal. OData v4 is one of the natively supported virtual table (virtual entity) data providers in Microsoft Dataverse. Virtual tables allow Dataverse to surface and interact with data stored in external systems without physically copying the data into D
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company designs data integration with an external system by using virtual tables. You need to implement the virtual tables. Solution: Implement an OData v4 provider as the data source. Does the solution meet the goal?
Options
- AYes
- BNo
Explanation
Yes, the solution meets the goal. OData v4 is one of the natively supported virtual table (virtual entity) data providers in Microsoft Dataverse. Virtual tables allow Dataverse to surface and interact with data stored in external systems without physically copying the data into Dataverse. By configuring an OData v4 data source, you can point Dataverse to an external OData endpoint and define virtual tables that query that endpoint in real time. This is a fully supported and documented implementation pattern for virtual tables in Dataverse, making the solution valid.
Community Discussion
No community discussion yet for this question.