PL-400 · Question #85
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. The proposed solution - enabling change tracking and implementing a console application that queries for changes - partially addresses the problem but is insufficient to fully reduce synchronization time for large data volumes. While change tracking in Dynamics 365 does help by…
Question
Options
- AYes
- BNo
How the community answered
(30 responses)- A20% (6)
- B80% (24)
Explanation
The proposed solution - enabling change tracking and implementing a console application that queries for changes - partially addresses the problem but is insufficient to fully reduce synchronization time for large data volumes. While change tracking in Dynamics 365 does help by identifying only the records that have changed since the last sync (avoiding full table scans), a console application alone is not an efficient architecture for bulk, large-scale synchronization. A more appropriate solution would use Azure Data Factory with the Dynamics 365 connector, Azure Synapse Link for Dataverse (formerly Export to Data Lake), or the Dataverse Tabular Data Stream (TDS) endpoint - these handle large data loads with parallelism, retry logic, and scalability that a custom console application cannot reliably provide.
Community Discussion
No community discussion yet for this question.