- A
Set the alert threshold to 5 occurrences within the query lookback period.
Correct. Alert threshold sets a minimum number of matching events required to generate an alert, reducing noise from single anomalous but benign logins.
- B
Enable entity mapping for the user account to correlate with other data sources.
Why wrong: Entity mapping enriches alerts with additional context but does not directly reduce false positives by filtering low-occurrence events.
- C
Increase the query scheduling frequency to every 5 minutes from every hour.
Why wrong: Running the query more frequently increases load and potential duplicates but does not inherently reduce false positives.
- D
Group all events into a single alert and set the suppression limit to 1 hour.
Why wrong: Event grouping affects alert aggregation, not the threshold for generating an alert. Suppression after an alert is created might hide subsequent true positives.
Quick Answer
The correct answer is to set the alert threshold to 5 occurrences within the query lookback period. This configuration directly reduces false positives by requiring the anomalous behavior—such as logins outside business hours or from an unknown IP range—to be persistent rather than a single outlier, filtering out noise from occasional legitimate logins that might accidentally trigger the rule. On the Microsoft Security Operations Analyst SC-200 exam, this concept tests your understanding of how scheduled analytics rules use thresholds to balance detection sensitivity with operational accuracy; a common trap is choosing a low threshold like 1, which would fire on every minor deviation. Remember the memory tip: “Five times the pattern, not once the outlier” to recall that alert thresholds demand repetition before signaling a true threat.
SC-200 Mitigate threats using Microsoft Sentinel Practice Question
This SC-200 practice question tests your understanding of mitigate threats using microsoft sentinel. 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. A key principle to apply: alert threshold defines the minimum event count for an alert.. 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 operations center (SOC) uses Microsoft Sentinel. The team wants to detect anomalous behavior for a specific user account that typically logs in only during business hours from a known IP range. They create a scheduled analytics rule that queries the SigninLogs table for logins outside that range or outside business hours. To reduce false positives, which of the following configurations should the analyst apply?
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 5 occurrences within the query lookback period.
Option A is correct because setting an alert threshold (e.g., 5 occurrences within the query lookback period) reduces false positives by requiring the anomalous behavior to be persistent rather than a single outlier. In Microsoft Sentinel, the alert threshold filters out noise from occasional legitimate logins that might accidentally fall outside business hours or the known IP range, ensuring the rule only fires when the pattern is repeated enough to indicate a real threat.
Key principle: Alert threshold defines the minimum event count for an alert.
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 5 occurrences within the query lookback period.
Why this is correct
Correct. Alert threshold sets a minimum number of matching events required to generate an alert, reducing noise from single anomalous but benign logins.
Related concept
Alert threshold defines the minimum event count for an alert.
- ✗
Enable entity mapping for the user account to correlate with other data sources.
Why it's wrong here
Entity mapping enriches alerts with additional context but does not directly reduce false positives by filtering low-occurrence events.
- ✗
Increase the query scheduling frequency to every 5 minutes from every hour.
Why it's wrong here
Running the query more frequently increases load and potential duplicates but does not inherently reduce false positives.
- ✗
Group all events into a single alert and set the suppression limit to 1 hour.
Why it's wrong here
Event grouping affects alert aggregation, not the threshold for generating an alert. Suppression after an alert is created might hide subsequent true positives.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse alert suppression (which reduces duplicates) with alert threshold (which reduces false positives by requiring multiple occurrences), leading them to choose options like D that manage alert volume but do not filter out low-confidence events.
Detailed technical explanation
How to think about this question
Under the hood, Microsoft Sentinel scheduled analytics rules use KQL queries that run on a schedule, and the alert threshold is applied as a count condition (e.g., `summarize count() > 5`) within the query's lookback period. This leverages the `query_frequency` and `query_period` settings to aggregate events over time, ensuring that only repeated anomalies trigger an alert. In a real-world scenario, a user might occasionally work late or travel, causing a single out-of-hours login; the threshold prevents alert fatigue by ignoring such isolated events.
KKey Concepts to Remember
- Alert threshold defines the minimum event count for an alert.
- It directly reduces false positives by filtering single, benign events.
- Thresholds are configured within scheduled analytics rules in Microsoft Sentinel.
- A higher threshold requires more matching events to trigger an alert.
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
Alert threshold defines the minimum event count for an alert.
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. Alert threshold defines the minimum event count for an alert. 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.
Review alert threshold defines the minimum event count for an alert., then practise related SC-200 questions on the same topic to reinforce the concept.
- →
Mitigate threats using Microsoft Sentinel — study guide chapter
Learn the concepts, then practise the questions
- →
Mitigate threats using Microsoft Sentinel practice questions
Targeted practice on this topic area only
- →
All SC-200 questions
1,639 questions across all exam domains
- →
Microsoft Security Operations Analyst SC-200 study guide
Full concept coverage aligned to exam objectives
- →
SC-200 practice test guide
How to use practice tests most effectively before exam day
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.
Manage a security operations environment practice questions
Practise SC-200 questions linked to Manage a security operations environment.
Respond to security incidents practice questions
Practise SC-200 questions linked to Respond to security incidents.
Perform threat hunting practice questions
Practise SC-200 questions linked to Perform threat hunting.
Mitigate threats using Microsoft Defender XDR practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Defender XDR.
Mitigate threats using Microsoft Defender for Cloud practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Defender for Cloud.
Mitigate threats using Microsoft Sentinel practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Sentinel.
SC-200 fundamentals practice questions
Practise SC-200 questions linked to SC-200 fundamentals.
SC-200 scenario practice questions
Practise SC-200 questions linked to SC-200 scenario.
SC-200 troubleshooting practice questions
Practise SC-200 questions linked to SC-200 troubleshooting.
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?
Mitigate threats using Microsoft Sentinel — This question tests Mitigate threats using Microsoft Sentinel — Alert threshold defines the minimum event count for an alert..
What is the correct answer to this question?
The correct answer is: Set the alert threshold to 5 occurrences within the query lookback period. — Option A is correct because setting an alert threshold (e.g., 5 occurrences within the query lookback period) reduces false positives by requiring the anomalous behavior to be persistent rather than a single outlier. In Microsoft Sentinel, the alert threshold filters out noise from occasional legitimate logins that might accidentally fall outside business hours or the known IP range, ensuring the rule only fires when the pattern is repeated enough to indicate a real threat.
What should I do if I get this SC-200 question wrong?
Review alert threshold defines the minimum event count for an alert., then practise related SC-200 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Alert threshold defines the minimum event count for an alert.
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.