- A
A syslog daemon (e.g., rsyslog) on the log collector server to receive messages.
Syslog daemon receives network appliance logs.
- B
The Azure Monitor Agent installed on a log collector server.
AMA collects logs from the syslog daemon.
- C
The Log Analytics agent (MMA) installed on the appliance.
Why wrong: AMA replaces MMA; MMA is not required.
- D
The Syslog data connector in Microsoft Sentinel.
Why wrong: The connector configures Sentinel to receive data, but data flows without it once DCR and agent are set.
- E
A Data Collection Rule (DCR) specifying the syslog facilities and severities.
DCR tells AMA which logs to collect.
Quick Answer
The answer is a Data Collection Rule (DCR) specifying the syslog facilities and severities, a syslog daemon (like rsyslog) running on the log collector server, and the Azure Monitor Agent itself. The DCR is essential because it defines which syslog facilities and severity levels to collect, acting as the filter that tells the agent what to forward to Sentinel. However, the agent cannot directly capture raw syslog traffic; it relies on the local syslog daemon—listening on UDP port 514—to receive messages from the network appliance and make them available to the agent’s pipeline. On the SC-200 exam, this scenario tests your understanding of the agent’s dependency on the underlying OS service, a common trap being that candidates forget the daemon is a separate, required component. A helpful memory tip: think of the daemon as the “doorman” who catches the syslog messages, the agent as the “courier” who carries them, and the DCR as the “shipping label” that tells the courier which packages to take.
SC-200 Manage a security operations environment Practice Question
This SC-200 practice question tests your understanding of manage a security operations environment. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
Which THREE components are required to collect syslog messages from a network appliance into Microsoft Sentinel using the Azure Monitor Agent?
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
A syslog daemon (e.g., rsyslog) on the log collector server to receive messages.
Option A is correct because syslog messages are sent over UDP (or TCP) by network appliances, and a syslog daemon like rsyslog must be running on the log collector server to listen on port 514 (or a custom port) and receive those messages. Without this daemon, the Azure Monitor Agent cannot ingest the raw syslog data, as the agent relies on the local syslog daemon to capture and forward the logs to its event pipeline.
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.
- ✓
A syslog daemon (e.g., rsyslog) on the log collector server to receive messages.
Why this is correct
Syslog daemon receives network appliance logs.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
The Azure Monitor Agent installed on a log collector server.
Why this is correct
AMA collects logs from the syslog daemon.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The Log Analytics agent (MMA) installed on the appliance.
Why it's wrong here
AMA replaces MMA; MMA is not required.
- ✗
The Syslog data connector in Microsoft Sentinel.
Why it's wrong here
The connector configures Sentinel to receive data, but data flows without it once DCR and agent are set.
- ✓
A Data Collection Rule (DCR) specifying the syslog facilities and severities.
Why this is correct
DCR tells AMA which logs to collect.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse the Syslog data connector (a configuration blade in Sentinel) as a required component, when in fact it is just a UI helper; the actual collection relies on the syslog daemon, AMA, and a DCR, which are the three components explicitly tested.
Detailed technical explanation
How to think about this question
The Azure Monitor Agent uses a local syslog daemon (rsyslog or syslog-ng) to capture syslog messages via the standard syslog protocol (RFC 5424 or RFC 3164). The agent then parses these messages and sends them to a Log Analytics workspace based on a Data Collection Rule (DCR) that specifies which facilities and severities to collect; the DCR is created in the Azure portal or via API and is essential for filtering and routing the data. In a real-world scenario, you might configure rsyslog to forward specific facility codes (e.g., auth, cron) to the agent's Unix domain socket, and the DCR ensures only relevant logs are ingested into Sentinel, reducing noise and cost.
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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
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.
- →
Manage a security operations environment — study guide chapter
Learn the concepts, then practise the questions
- →
Manage a security operations environment 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?
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: A syslog daemon (e.g., rsyslog) on the log collector server to receive messages. — Option A is correct because syslog messages are sent over UDP (or TCP) by network appliances, and a syslog daemon like rsyslog must be running on the log collector server to listen on port 514 (or a custom port) and receive those messages. Without this daemon, the Azure Monitor Agent cannot ingest the raw syslog data, as the agent relies on the local syslog daemon to capture and forward the logs to its event pipeline.
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 →
Last reviewed: Jun 25, 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.