MS-900 Describe cloud concepts • Complete Question Bank
Complete MS-900 Describe cloud concepts question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Web and mobile versions of Office apps with email and cloud services
Full desktop Office apps with email and cloud services
Includes security and device management in addition to Business Standard
Full desktop Office apps only, no email or cloud services
Drag a concept onto its matching description — or click a concept then click the description.
Large organizations with 500+ users
Organizations buying through a partner
Small and medium businesses up to 300 users
Individual users or teams buying directly
Drag a concept onto its matching description — or click a concept then click the description.
Web portal for managing users, billing, and support requests
Assisted onboarding and deployment service
Peer-to-peer forums and knowledge base
Direct voice assistance for critical issues
{
"policy": {
"description": "Conditional Access Policy: Block legacy authentication for all users except emergency accounts.",
"conditions": {
"clientAppTypes": ["exchangeActiveSync", "otherClients"],
"users": {
"includeUsers": ["All users"],
"excludeUsers": ["EmergencyAccount@contoso.com"]
}
},
"grantControls": {
"builtInControls": ["block"]
}
}
}{
"policy": {
"description": "Microsoft 365 Apps for enterprise deployment configuration for Contoso.",
"properties": {
"channel": "CurrentChannel",
"version": "16.0.14326.20448",
"apps": ["Word", "Excel", "PowerPoint", "Outlook"],
"updateDeadline": "2024-12-31T00:00:00Z"
}
}
}{
"policy": {
"description": "Data Loss Prevention policy for credit card numbers.",
"priority": 1,
"mode": "enforce",
"rules": [
{
"name": "Credit Card Rule",
"condition": {
"sensitiveInformationTypes": [
{
"id": "Credit Card Number",
"confidenceLevel": "high"
}
]
},
"action": {
"type": "blockAccess",
"blockAccessMessage": "This content contains sensitive information and cannot be shared externally."
}
}
]
}
}{
"properties": {
"classification": "Confidential",
"retentionDays": 365,
"applyTo": "AllUsers"
},
"labels": [
{
"name": "Internal",
"priority": 1
},
{
"name": "Confidential",
"priority": 2
}
]
}New-EXOMailbox -Identity "user@contoso.com" -RetentionPolicy "Default MRM Policy" -RetentionHoldEnabled $true
{
"properties": {
"microsoftDefenderForCloud": {
"enabled": true
}
}
}{"policyAssignment":{"properties":{"displayName":"Require MFA for all users","policyDefinitionId":"/providers/Microsoft.Authorization/policyDefinitions/1f7f9b2c-3a4b-5c6d-7e8f-9a0b1c2d3e4f","parameters":{"effect":{"value":"Deny"}}}}}