Courseiva

SC-900 · topic practice

Describe the capabilities of Microsoft security solutions practice questions

Practise Microsoft Security, Compliance, and Identity Fundamentals SC-900 Describe the capabilities of Microsoft security solutions practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Describe the capabilities of Microsoft security solutions

What the exam tests

What to know about Describe the capabilities of Microsoft security solutions

Describe the capabilities of Microsoft security solutions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Describe the capabilities of Microsoft security solutions exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Describe the capabilities of Microsoft security solutions questions

20 questions · select your answer, then reveal the explanation

A security administrator wants to use Microsoft Defender for Cloud to protect Azure VMs. Which two of the following should be enabled to meet the requirements? (Choose two.)

Sequence the steps to enable Microsoft Defender for Cloud Apps for an organization.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Arrange the steps to configure multi-factor authentication (MFA) for a user in Azure AD.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Match each authentication method to its description. Select all that apply.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Sign in without a password using biometrics or FIDO2

Require two or more verification methods

One credential for multiple applications

Policy-based access controls based on signals

Biometric or PIN-based sign-in for Windows

A company must ensure that sensitive data in SharePoint Online is automatically classified and protected. They want to use built-in Microsoft Purview capabilities. Which feature should they implement?

You are reviewing a Microsoft Sentinel KQL query. What is the primary purpose of this query?

```kql SigninLogs | where TimeGenerated > ago(7d) | where AppDisplayName == "Microsoft Teams" | summarize TotalAttempts = count(), FailedAttempts = countif(ResultType != 0) by UserPrincipalName | where TotalAttempts > 10 and FailedAttempts > 5 | project UserPrincipalName, TotalAttempts, FailedAttempts ```

Exhibit

Refer to the exhibit.

```kql
// Microsoft Sentinel KQL query
let timeframe = 7d;
IdentityLogonEvents
| where Timestamp > ago(timeframe)
| where Application == "Microsoft Teams"
| summarize LogonAttempts = count() by UserPrincipalName, IPAddress
| where LogonAttempts > 10
| join kind=inner (
    AADNonInteractiveUserSignInLogs
    | where Timestamp > ago(timeframe)
    | summarize FailedSignIns = count() by UserPrincipalName
) on UserPrincipalName
| project UserPrincipalName, IPAddress, LogonAttempts, FailedSignIns
| order by FailedSignIns desc
```

Which THREE of the following are capabilities of Microsoft Purview eDiscovery? (Choose three.)

Which THREE of the following are features of Microsoft Purview Data Loss Prevention (DLP)? (Choose three.)

Which THREE of the following are features of Microsoft Purview Insider Risk Management?

Which TWO of the following are included in Microsoft Entra ID Protection?

Which TWO of the following are examples of Microsoft Copilot for Security use cases?

Your organization uses Microsoft Defender for Cloud to assess the security posture of its Azure resources. Which two actions can be taken to improve the Secure Score? (Choose two.)

Which TWO are features of Microsoft Defender for Cloud Apps? (Choose two.)

Your organization uses Microsoft Intune to manage mobile devices. You need to ensure that devices with a jailbroken or rooted OS cannot access corporate resources. What should you configure?

Refer to the exhibit. You run the PowerShell command to retrieve a conditional access policy's conditions. The output shows Applications: All, Users: All, and Locations: All trusted. You need to ensure that only trusted locations are used when accessing Microsoft 365. What change should you make?

Exhibit

Refer to the exhibit.

```powershell
Get-MgPolicyConditionalAccessPolicy -Filter "id eq '12345678-1234-1234-1234-123456789abc'" | Select-Object -ExpandProperty Conditions
```

Which TWO features are available in Microsoft Entra ID P2 licenses? (Choose two.)

Your organization uses Microsoft Defender for Cloud to protect hybrid workloads. A security administrator needs to ensure that all Azure subscriptions are automatically covered by Defender for Cloud's security policies. What should the administrator configure?

Refer to the exhibit. You are reviewing a Microsoft Purview Information Protection policy in JSON format. The policy defines two sensitivity labels. What is the key difference between the 'Confidential' label and the 'Highly Confidential' label?

Exhibit

Refer to the exhibit.

{
  "properties": {
    "policyType": "Microsoft.Purview/InformationProtection/Policy",
    "labels": [
      {
        "id": "d9f8b0a1-...",
        "displayName": "Confidential",
        "protection": {
          "encryption": true,
          "rights": ["VIEW", "EDIT"]
        }
      },
      {
        "id": "b2c3d4e5-...",
        "displayName": "Highly Confidential",
        "protection": {
          "encryption": true,
          "rights": ["VIEW"]
        }
      }
    ]
  }
}

Which THREE capabilities are provided by Microsoft Defender for Cloud? (Choose three.)

Which TWO actions can be performed using Microsoft Entra Identity Governance? (Choose two.)

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Describe the capabilities of Microsoft security solutions sessions

Start a Describe the capabilities of Microsoft security solutions only practice session

Every question in these sessions is drawn from the Describe the capabilities of Microsoft security solutions domain — nothing else.

Related practice questions

Related SC-900 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SC-900 exam test about Describe the capabilities of Microsoft security solutions?
Describe the capabilities of Microsoft security solutions questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Describe the capabilities of Microsoft security solutions questions in a focused session?
Yes — the session launcher on this page draws every question from the Describe the capabilities of Microsoft security solutions domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other SC-900 topics?
Use the topic links above to move to related areas, or go back to the SC-900 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the SC-900 exam covers. They are not copied from any real exam or dump site.