DP-203 Design and implement data storage Practice Question
Exhibit
Refer to the exhibit.
{
"properties": {
"dataLakeStorageAccountDetails": [
{
"accountUrl": "https://mystorageaccount.dfs.core.windows.net"
}
],
"defaultDataLakeStorage": {
"accountUrl": "https://mystorageaccount.dfs.core.windows.net",
"filesystem": "synapseworkspace"
},
"sqlAdministratorLogin": "adminuser",
"sqlAdministratorLoginPassword": "",
"managedResourceGroupName": "managedRG",
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/sub-id/resourceGroups/rg/providers/Microsoft.Purview/accounts/purview-account"
},
"encryption": {
"cmk": {
"key": {
"name": "cmk-key",
"keyVaultUrl": "https://kv.vault.azure.net/"
}
}
}
}
}Refer to the exhibit. A Bicep file is used to deploy an Azure Synapse Analytics workspace. What is the purpose of the 'purviewConfiguration' property?
⚠ Common exam trap
Test-takers frequently confuse the Purview integration with general cataloging or monitoring features, assuming it only applies to pipeline sources rather than understanding it provides full data lineage and cataloging across the entire Synapse workspace.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
It links the workspace to a Microsoft Purview account for data lineage and cataloging
The 'purviewConfiguration' property in a Bicep file for Azure Synapse Analytics links the workspace to a Microsoft Purview account. This integration enables automated data lineage tracking, cataloging, and discovery across the Synapse environment, allowing users to search for and govern data assets directly from Purview. Without this property, the Synapse workspace operates independently of Purview's unified data governance capabilities.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It links the workspace to a Microsoft Purview account for data lineage and cataloging
Why this is correct
Purview provides data lineage and cataloging.
- ✗
It configures automated backups of the Synapse workspace
Why it's wrong here
Backups are configured via SQL pool settings.
- ✗
It enables monitoring of data movement by Azure Monitor
Why it's wrong here
Monitoring is separate.
- ✗
It connects the workspace to a data catalog for pipeline sources
Why it's wrong here
Purview is a governance service, not a data source.
Visual reference
Go deeper
Related to this question
About these practice questions
One of 760 original DP-203 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.