SC-100 • Hard Questions
The 25 most difficult SC-100 questions — topics that eliminate candidates. Full explanations for every option.
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"]
}
}
}