SC-100 • Timed Hard Questions
This is a timed practice session. You have 15 minutes to answer 25 questions — approximately 1 minute per question, matching real SC-100 exam pace. Answer every question before time expires.
Time remaining
15:00
Exam-pace drill
Allow 1 minute per question. On the real SC-100 exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
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"]
}
}
}