SC-900 • Practice Test 30
Free SC-900 practice test — 15 questions with explanations. Set 30. No signup required.
Refer to the exhibit. You are creating a Microsoft Purview sensitivity label for HR data. The JSON shows a label configuration. What is the likely effect of setting the sensitivity value to 90?
Refer to the exhibit.
```json
{
"properties": {
"displayName": "Sensitive HR Data",
"description": "Protects HR documents with high sensitivity",
"labels": [
{
"name": "Highly Confidential",
"color": "red",
"sensitivity": 90
}
],
"parent": "c92e6f8b-f8b2-4b3c-8e6f-7a1b2c3d4e5f"
}
}
```