SC-900 Describe the capabilities of Microsoft Entra • Set 3
SC-900 Describe the capabilities of Microsoft Entra Practice Test 3 — 15 questions with explanations. Free, no signup.
Refer to the following JSON exhibit.
You are reviewing a Conditional Access policy in JSON format.
```json
{
"displayName": "Require MFA and terms of use from trusted locations",
"state": "enabled",
"conditions": {
"users": {
"includeUsers": ["All"],
"excludeUsers": []
},
"locations": {
"includeLocations": ["AllTrusted"],
"excludeLocations": []
},
"applications": {
"includeApplications": ["All"],
"excludeApplications": []
},
"clientAppTypes": ["All"]
},
"grantControls": {
"operator": "AND",
"builtInControls": ["mfa"],
"termsOfUse": ["a3f3bf6a-4f4e-4f1e-9f1e-2c3b3c1c3c3c"]
}
}```
What is the effect of this policy?
Choose an answer to begin — your selection is scored in the full session.
15 questions · instant feedback and full explanations after every question.