SC-100 • Practice Test 1
Free SC-100 practice test — 10 questions with explanations. Set 1. No signup required.
Refer to the exhibit. You are reviewing a Conditional Access policy in Azure AD. The policy requires MFA and a compliant device for all users and all cloud apps. Some users report that they are able to access apps without being prompted for MFA even though their devices are compliant. What is the most likely reason?
{
"policy": {
"tenantId": "contoso.onmicrosoft.com",
"displayName": "Require MFA for all users",
"state": "enabled",
"conditions": {
"applications": {
"includeApplications": ["All"]
},
"users": {
"includeUsers": ["All"]
}
},
"grantControls": {
"builtInControls": ["mfa", "compliantDevice"]
}
}
}