
Answer-first summary for fast verification
Answer: Enable Azure Synapse Link on the Azure Cosmos DB account and configure the SQL pool to access the replicated data.
The correct approach is to enable Azure Synapse Link on the Azure Cosmos DB account and configure the SQL pool to access the replicated data. This allows the SQL pool to query the data that has been replicated from Azure Cosmos DB. Option A is incorrect because creating an external table in the SQL pool is not sufficient to access the replicated data. Option B is incorrect because Azure Data Factory is used for moving data between different storage services, not for replicating data. Option C is incorrect because Azure Databricks is used for processing data, not for replicating data.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is using Azure Synapse Analytics to process large volumes of data. You have been asked to implement Azure Synapse Link to query the replicated data. What steps would you take to implement Azure Synapse Link and query the replicated data?
A
Create an external table in the SQL pool that references the data stored in Azure Cosmos DB.
B
Use Azure Data Factory to create a pipeline that moves data from Azure Cosmos DB to the SQL pool.
C
Use Azure Databricks to read data from Azure Cosmos DB and write it to the SQL pool.
D
Enable Azure Synapse Link on the Azure Cosmos DB account and configure the SQL pool to access the replicated data.