The answer is that emails with 'FREE' in the subject are moved to the Junk Email folder. This happens because the mail flow rule is configured to increase the spam confidence level (SCL) to 9, which overrides any other actions like adding a custom header; an SCL of 9 tells Exchange Online to treat the message as high-confidence spam, automatically routing it to the recipient’s Junk Email folder. On the Microsoft Cybersecurity Architect exam, this scenario tests your understanding of how mail flow rules interact with Exchange Online Protection’s SCL thresholds—a common trap is assuming the header addition is the primary action, when in fact the SCL increase takes precedence. Remember the memory tip: “SCL 9, junk is fine”—any rule that pushes the SCL to 9 forces the message into the Junk Email folder, regardless of other rule actions.
SC-100 Practice Question: Design security operations, identity, and compliance capabilities
This SC-100 practice question tests your understanding of design security operations, identity, and compliance capabilities. 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.
Exhibit
Refer to the exhibit.
```json
{
"properties": {
"displayName": "Mark email as spam",
"conditions": {
"subjectContains": ["FREE"]
},
"actions": {
"markAsSpam": true
}
}
}
```
Refer to the exhibit. You configure this mail flow rule in Exchange Online. What happens to emails with 'FREE' in the subject?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Emails are moved to the Junk Email folder
The mail flow rule is configured to add the header 'X-CustomHeader' with the value 'Free' to emails that have 'FREE' in the subject. However, the rule also has the action 'Increase the spam confidence level (SCL) to 9', which causes Exchange Online to treat the message as high-confidence spam. When the SCL is set to 9, Exchange Online automatically moves the email to the Junk Email folder for the recipient, unless a transport rule or mailbox setting overrides this behavior. Therefore, the emails are not deleted, blocked, or simply have a header added; they are moved to the Junk Email folder due to the SCL increase.
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.
✗
Emails are deleted
Why it's wrong here
The rule marks as spam, it does not delete.
✗
Emails have a custom header added
Why it's wrong here
The rule marks as spam, not add headers.
✓
Emails are moved to the Junk Email folder
Why this is correct
Marking as spam in Exchange Online typically moves the email to the Junk Email folder.
Related concept
Read the scenario before looking for a memorised answer.
✗
Emails are blocked and not delivered
Why it's wrong here
The rule marks as spam, it does not block delivery.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates see the 'add a custom header' action and assume that is the only effect, overlooking that the subsequent 'increase SCL to 9' action takes precedence and causes the email to be moved to the Junk Email folder, making the header addition secondary.
Detailed technical explanation
How to think about this question
In Exchange Online, the SCL (Spam Confidence Level) ranges from -1 to 9, where 9 indicates definitive spam. When a mail flow rule sets the SCL to 9, the message is treated as high-confidence spam and is automatically delivered to the recipient's Junk Email folder, bypassing any user-defined safe sender lists unless a higher-priority rule or organization policy overrides it. This behavior is governed by the Exchange Online spam filtering pipeline, where SCL values above a configurable threshold (default 5 for junk folder) trigger the junk folder action, but SCL 9 is a hard-coded value that forces junking regardless of the threshold.
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.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SC-100 question in full detail.
Design security operations, identity, and compliance capabilities — This question tests Design security operations, identity, and compliance capabilities — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Emails are moved to the Junk Email folder — The mail flow rule is configured to add the header 'X-CustomHeader' with the value 'Free' to emails that have 'FREE' in the subject. However, the rule also has the action 'Increase the spam confidence level (SCL) to 9', which causes Exchange Online to treat the message as high-confidence spam. When the SCL is set to 9, Exchange Online automatically moves the email to the Junk Email folder for the recipient, unless a transport rule or mailbox setting overrides this behavior. Therefore, the emails are not deleted, blocked, or simply have a header added; they are moved to the Junk Email folder due to the SCL increase.
What should I do if I get this SC-100 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 →
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.
This SC-100 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-100 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.