MS-900 Describe Microsoft 365 apps and services Practice Question
This MS-900 practice question tests your understanding of describe microsoft 365 apps and services. 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
{
"displayName": "Policy: Mark emails from external senders as external",
"priority": 1,
"conditions": {
"fromScope": "NotInOrganization"
},
"actions": {
"prependSubject": "[External] "
},
"mode": "Enforce"
}
```
The exhibit shows a mail flow rule in an Exchange Online environment. An administrator notices that emails from a trusted partner domain are being marked with [External]. The partner domain is configured as a domain in Microsoft 365. What should the administrator do to prevent this while maintaining the rule for other external senders?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Add an exception to the rule to exclude the partner domain.
The mail flow rule is configured to mark all external senders with [External]. Since the partner domain is already configured as an accepted domain in Microsoft 365, Exchange Online treats it as internal, but the rule still applies because it matches the sender domain pattern. Adding an exception for the partner domain explicitly excludes it from the rule, ensuring emails from that domain are not marked [External] while the rule continues to apply to all other external senders.
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.
✓
Add an exception to the rule to exclude the partner domain.
Why this is correct
An exception will exclude that domain from the rule.
Related concept
Read the scenario before looking for a memorised answer.
✗
Disable the rule.
Why it's wrong here
Disabling stops the rule from processing any emails.
✗
Change the rule priority to a lower number.
Why it's wrong here
Priority affects order of processing, not conditions.
✗
Change the rule mode to 'Test' and review the results.
Why it's wrong here
Test mode does not enforce the action, so emails would not be marked.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume configuring the partner domain as an accepted domain automatically excludes it from mail flow rules, but rules must be explicitly modified with exceptions to override conditions that match the sender domain.
Detailed technical explanation
How to think about this question
Mail flow rules (transport rules) in Exchange Online process messages based on conditions and exceptions; exceptions take precedence over conditions. When a domain is configured as an accepted domain in Microsoft 365, Exchange Online considers it internal, but a mail flow rule with a condition matching the sender domain (e.g., 'sender domain is external') will still apply unless an exception explicitly excludes that domain. The rule's 'From' condition can be set to 'Outside the organization', but if the rule uses a custom condition like 'sender domain matches', an exception is required to bypass it for specific domains.
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 MS-900 question in full detail.
Describe Microsoft 365 apps and services — This question tests Describe Microsoft 365 apps and services — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Add an exception to the rule to exclude the partner domain. — The mail flow rule is configured to mark all external senders with [External]. Since the partner domain is already configured as an accepted domain in Microsoft 365, Exchange Online treats it as internal, but the rule still applies because it matches the sender domain pattern. Adding an exception for the partner domain explicitly excludes it from the rule, ensuring emails from that domain are not marked [External] while the rule continues to apply to all other external senders.
What should I do if I get this MS-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 →
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 MS-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 MS-900 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.