MS-102 • Practice Test 41
Free MS-102 practice test — 15 questions with explanations. Set 41. No signup required.
Refer to the exhibit. You are configuring an auto-labeling policy in Microsoft Purview. The policy is set to apply the 'Confidential' label to documents that contain a specific sensitive info type. However, when a document is auto-labeled, users report that the footer and header are not applied. The label 'Confidential' itself does not have marking configurations. What is the most likely reason?
{
"InformationProtection": {
"LabelPolicy": {
"Id": "IP_LabelPolicy_1234",
"Labels": [
{"Id": "General", "DisplayName": "General"},
{"Id": "Confidential", "DisplayName": "Confidential"}
],
"Settings": {
"DefaultLabelId": "General",
"RemoveLabelingOnExit": false,
"MarkingDefaults": {
"Footer": "This document is confidential - Do not share",
"Header": "Confidential"
}
}
}
}
}