Question 174 of 1,639
Manage a security operations environmenteasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to set the 'Alert threshold' to 'Custom' and define a condition on distinct IP count. This configuration directly matches the requirement because Microsoft Sentinel analytics rules allow you to aggregate query results over a specified time window—here, 5 minutes—and then trigger an incident only when the count of distinct values (in this case, distinct IP addresses) exceeds your defined threshold of three. The standard alert threshold options like "High" or "Medium" would not let you specify a condition on distinct entities; only the Custom setting exposes the ability to evaluate unique occurrences, such as distinct IPs per user account. On the SC-200 exam, this scenario tests your understanding of how to fine-tune detection logic to reduce noise from common brute-force patterns, and a common trap is choosing a simple count threshold instead of a distinct count. Remember the tip: "Custom for distinct, standard for total"—if you need to count unique values, always reach for the Custom threshold.

SC-200 Manage a security operations environment Practice Question

This SC-200 practice question tests your understanding of manage a security operations environment. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

You are configuring a Microsoft Sentinel analytics rule to detect failed logons from multiple IP addresses. The rule should trigger an incident only when the same user account has failed logons from more than three distinct IP addresses within 5 minutes. Which rule setting should you configure?

Question 1easymultiple choice
Full question →

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

Set the 'Alert threshold' to 'Custom' and define a condition on distinct IP count.

Option A is correct because the requirement is to trigger an incident only when the same user account has failed logons from more than three distinct IP addresses within 5 minutes. In Microsoft Sentinel analytics rules, the 'Alert threshold' set to 'Custom' allows you to define a condition on the count of distinct values (e.g., distinct IP addresses) aggregated over the rule's query window, which directly matches the scenario.

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.

  • Set the 'Alert threshold' to 'Custom' and define a condition on distinct IP count.

    Why this is correct

    Correct. Custom threshold allows defining distinct count conditions.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Set the 'Group by' field to 'Account' and 'IP address'.

    Why it's wrong here

    Incorrect. Grouping alone doesn't set a threshold.

  • Set the 'Event grouping' to 'Group all events into a single alert'.

    Why it's wrong here

    Incorrect. This groups events but doesn't enforce a threshold.

  • Set the 'Suppression' to '5 minutes' after an alert is generated.

    Why it's wrong here

    Incorrect. Suppression prevents duplicates, not the triggering condition.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'Group by' (which splits alerts by field values) with the ability to count distinct values across those groups, leading them to select Option B instead of recognizing that a custom threshold on distinct count is required.

Detailed technical explanation

How to think about this question

Under the hood, the 'Alert threshold' with a custom condition uses KQL aggregation functions like `dcount()` or `make_set()` to count distinct IP addresses per account within the query window (e.g., 5 minutes). The rule then compares this count against the threshold (e.g., >3) before generating an incident. This is distinct from simple event grouping, which only controls how many alerts are created from matching events, not the distinctness of a field.

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-200 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-200 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-200 question test?

Manage a security operations environment — This question tests Manage a security operations environment — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Set the 'Alert threshold' to 'Custom' and define a condition on distinct IP count. — Option A is correct because the requirement is to trigger an incident only when the same user account has failed logons from more than three distinct IP addresses within 5 minutes. In Microsoft Sentinel analytics rules, the 'Alert threshold' set to 'Custom' allows you to define a condition on the count of distinct values (e.g., distinct IP addresses) aggregated over the rule's query window, which directly matches the scenario.

What should I do if I get this SC-200 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

1 more ways this is tested on SC-200

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. Which THREE conditions can you use to trigger a Microsoft Sentinel scheduled analytics rule?

hard
  • A.Custom threshold on a specific field
  • B.Query results include a specific IP address
  • C.Query results contain a specific entity type
  • D.Number of query results exceeds a threshold
  • E.Time since last alert for a given entity exceeds a value

Why A: Option A is correct because Microsoft Sentinel scheduled analytics rules allow you to set a custom threshold on a specific field within the query results. This condition triggers an alert when the aggregated value of that field (e.g., count, sum, or average) meets or exceeds the defined threshold, enabling precise detection of anomalies like excessive failed logins from a single user.

Last reviewed: Jun 25, 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-200 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-200 exam.