SC-900 • Practice Exam 53
Free SC-900 practice exam — 20 questions with explanations. Set 53. No signup required.
Refer to the exhibit. A sensitivity label is configured as shown. A user applies the parent label to a document containing credit card numbers. What is the expected behavior?
{
"Labels": [
{
"Name": "Confidential-Finance",
"Priority": 1,
"Settings": {
"Encryption": {
"ProtectionType": "UserDefined",
"RightsDefinitions": [
{"Users": "All", "Rights": "ViewOnly"}
]
},
"Marking": {
"Header": {
"Alignment": "Left",
"Text": "CONFIDENTIAL",
"FontColor": "Red",
"FontSize": 12
}
},
"AutoLabeling": {
"Rules": [
{
"Condition": {"SensitiveInfoType": "Credit Card Number"},
"Behavior": "Apply"
}
]
}
},
"SubLabels": [
{
"Name": "Finance-Europe",
"Priority": 2,
"Settings": {
"Encryption": {
"ProtectionType": "Template",
"TemplateId": "europe-finance-template"
},
"Marking": {
"Watermark": {
"Text": "EUROPE CONFIDENTIAL",
"Layout": "Diagonal",
"FontSize": 24
}
}
}
}
]
}
]
}