Question 379 of 1,411

Quick Answer

The answer is custom detection rules. This capability in Microsoft 365 Defender allows security analysts to write Kusto Query Language (KQL) queries that run on a defined schedule, automatically generating alerts and incidents when the query detects a specified pattern—such as the multi-stage attack chain of a phishing email, link click, and script execution. On the SC-900 exam, this tests your understanding of how advanced hunting data can be leveraged for proactive threat detection beyond out-of-the-box alerts. A common trap is confusing custom detection rules with automated investigation and response (AIR) or simple alert rules; remember that custom detection rules are specifically for scheduled KQL queries that hunt for multi-stage attack patterns. For a memory tip, think of it as "KQL on a clock"—you write the query, set the schedule, and Defender does the rest.

SC-900 Practice Question: Describe the capabilities of Microsoft security solutions

This SC-900 practice question tests your understanding of describe the capabilities of microsoft security solutions. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A security analyst wants to create a custom detection rule that tracks a specific multi-stage attack pattern: a user receives a phishing email, clicks a link, and then a script is executed on their device. The analyst needs to write a Kusto Query Language (KQL) query to detect this pattern and schedule it to run automatically, generating alerts. Which Microsoft 365 Defender capability should they use?

Question 1hardmultiple choice
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Custom detection rules

Custom detection rules in Microsoft 365 Defender allow security analysts to write KQL queries that run on a schedule and automatically generate alerts when the query returns results. This capability is specifically designed to detect multi-stage attack patterns, such as the phishing email → link click → script execution chain described, by querying advanced hunting data and triggering incident creation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Advanced hunting

    Why it's wrong here

    Incorrect. Advanced hunting is used for interactive, ad-hoc queries on raw data. It does not natively support scheduling the query as a detection rule.

  • Custom detection rules

    Why this is correct

    Correct. Custom detection rules allow you to create a KQL query from advanced hunting and schedule it to run automatically, generating alerts for matching events.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Automation

    Why it's wrong here

    Incorrect. Automation in Microsoft 365 Defender automates responses to incidents (e.g., playbooks), but does not provide custom KQL-based detection scheduling.

  • Threat analytics

    Why it's wrong here

    Incorrect. Threat analytics provides reports on active threats and vulnerabilities, not the ability to create custom scheduled queries.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse Advanced hunting (a query tool) with Custom detection rules (a scheduled alerting engine), assuming that writing a KQL query in Advanced hunting alone is sufficient for automated detection, when in fact it requires the custom detection rule framework to run on a schedule and generate alerts.

Detailed technical explanation

How to think about this question

Custom detection rules leverage the same underlying data schema as Advanced hunting (e.g., EmailEvents, DeviceProcessEvents) but add a scheduling engine that runs the KQL query at a defined interval (e.g., every 15 minutes) and automatically creates an alert in the Microsoft 365 Defender portal if the query returns results. The rule can also be configured to trigger automated actions, such as isolating a device or blocking an IP, through integration with Automation playbooks. A subtle behavior is that custom detection rules have a 10-minute latency window for data ingestion, so near-real-time detection requires careful tuning of the query time range.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SC-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SC-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SC-900 question test?

Describe the capabilities of Microsoft security solutions — This question tests Describe the capabilities of Microsoft security solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Custom detection rules — Custom detection rules in Microsoft 365 Defender allow security analysts to write KQL queries that run on a schedule and automatically generate alerts when the query returns results. This capability is specifically designed to detect multi-stage attack patterns, such as the phishing email → link click → script execution chain described, by querying advanced hunting data and triggering incident creation.

What should I do if I get this SC-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on SC-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A SOC analyst in Microsoft Sentinel needs to create a custom detection rule that triggers an incident when more than 10 failed logins occur from a single IP address within 5 minutes. Which rule type should they use?

hard
  • A.Anomaly analytics rule
  • B.Near-real-time (NRT) analytics rule
  • C.Microsoft security analytics rule
  • D.Scheduled query analytics rule

Why D: Correct: Scheduled query rule allows custom KQL and schedule. Option A: NRT rule is for near-real-time but limited. Option B: Microsoft Security rule is for built-in detections. Option D: Anomaly rule is for ML-based anomalies.

Variation 2. A cybersecurity analyst uses Microsoft Sentinel to detect threats. Which THREE types of analytics rules can be created?

medium
  • A.Scheduled query rules
  • B.Near-real-time (NRT) rules
  • C.Hunting rules
  • D.Fusion rules
  • E.Machine learning rules

Why A: Scheduled, NRT, and Fusion are analytics rule types in Sentinel. Hunting rules are not analytics; they are queries. Machine learning rules are often part of Fusion or built-in.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SC-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SC-900 exam.