SC-900 • Practice Test 49
Free SC-900 practice test — 15 questions with explanations. Set 49. No signup required.
Refer to the exhibit. A Microsoft Purview administrator imported this JSON policy for automatic sensitivity labeling. After deployment, users report that emails containing German social security numbers are not being automatically labeled. What is the most likely cause?
{
"name": "GDPR-PII-Protection",
"properties": {
"labels": [
{
"name": "Highly Confidential",
"sensitivity": "high",
"protection": {
"encryption": true,
"marking": "Watermark: CONFIDENTIAL"
},
"autoLabeling": {
"conditions": [
{
"sensitiveType": "EU_Deutschland_SocialSecurityNumber",
"confidenceLevel": "high"
}
],
"behavior": "apply"
}
}
]
}
}