exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 3 question 46 discussion

Actual exam question from Microsoft's SC-200
Question #: 46
Topic #: 3
[All SC-200 Questions]

You have an Azure subscription that uses Microsoft Sentinel and contains 100 Linux virtual machines.
You need to monitor the virtual machines by using Microsoft Sentinel. The solution must meet the following requirements:
✑ Minimize administrative effort.
✑ Minimize the parsing required to read fog data.
What should you configure?

  • A. a Log Analytics Data Collector API
  • B. REST API integration
  • C. a Common Evert Format (CEF) connector
  • D. a Syslog connector
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Metasploit
Highly Voted 2 years, 7 months ago
Selected Answer: C
C. Common Event Format connector. Minimize the parsing required to read fog data. CEF connector sends Common Event Format data which means easy to read. As for administrative effort. You only need to configure the CEF server to listen for syslog from all the linux vms and then send the CEF data to Sentinel.
upvoted 26 times
...
Fukacz
Highly Voted 2 years, 8 months ago
Selected Answer: D
Linux = Syslog, most of the time
upvoted 14 times
WRITER00347
2 years, 4 months ago
Syslog is a widely adopted standard for log data collection, making it a convenient and efficient choice for monitoring Linux virtual machines in Microsoft Sentinel. Syslog connectors are commonly used to collect log data from Linux systems, and they can be easily configured to integrate with Microsoft Sentinel, thus minimizing administrative effort. The Syslog format is well-structured, reducing the need for parsing and making it easier to read the log data.
upvoted 2 times
...
...
Chris2pher
Most Recent 3 months ago
Selected Answer: C
It says minimized administrative effort and parsing. so answer is C (CEF)
upvoted 1 times
...
Dabinlo
5 months ago
Selected Answer: D
I go for D, here is what chatgpt says: While Syslog Connector (D) minimizes effort for Linux VMs out of the box, Common Event Format (CEF) Connector (C) may be the preferred answer if your environment has a mandate for standardized log formats (CEF) or if someone is familiar with its parsing benefits for Sentinel integration. If people insist C is the answer, it’s likely because: CEF is more structured and standard for parsing logs in Sentinel. Organizations that standardize on CEF might already be leveraging this. Decision: If minimizing setup effort is your top priority: D. Syslog Connector. If aligning with structured CEF log ingestion is required: C. Common Event Format (CEF).
upvoted 1 times
xRiot007
4 months, 2 weeks ago
The problem does not state that someone is (or not) familiar with the CEF. It states to minimize administrative effort AND minimize required parsing. AMA (Azure Monitoring Agent) can receive CEF or Syslog, so it is better something that is already parsed to it (CEF) instead of Syslog.
upvoted 1 times
...
...
talosDevbot
8 months, 1 week ago
Selected Answer: C
C. CEF Connector CEF connector writes to the CommonSecurityLog table with the fields already parsed --- To collect events from Linux-based devices: - Syslog daemon in the devices forward events to Azure Monitor Agents (AMA) - AMA can receive plain Syslog or CEF events - AMA forwards to Log Analytics workspace
upvoted 1 times
...
user636
9 months, 2 weeks ago
Selected Answer: C
Answer is C. CEF message format does not require parsing in Sentinel. Syslogs messages from Syslog connector, will require an additional parsing using a parser. https://learn.microsoft.com/en-us/training/modules/connect-syslog-data-sources-to-azure-sentinel/5-parse-syslog-data
upvoted 1 times
...
smanzana
10 months, 2 weeks ago
“Minimize the parsing required to read fog data“ is the key to choosing option C and not D
upvoted 3 times
...
uday1985
1 year ago
This format includes more information than the standard Syslog format, and it presents the information in a parsed key-value arrangement. The Log Analytics Agent accepts CEF logs and formats them especially for use with Microsoft Sentinel, before forwarding them on to your Microsoft Sentinel workspace. CEF will produce more logs thus more data to parse
upvoted 1 times
...
Ramye
1 year, 3 months ago
Selected Answer: C
The advantage of CEF over Syslog is that it ensures the data is normalized making it more immediately useful for analysis using Sentinel. Explanation 👇 https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/best-practices-for-common-event-format-cef-collection-in-azure/ba-p/969990
upvoted 1 times
...
Akdestiny
1 year, 4 months ago
"Evert"? Is that a typo?
upvoted 1 times
...
shadowdark83
1 year, 7 months ago
Selected Answer: D
I go with D.
upvoted 2 times
...
chepeerick
1 year, 7 months ago
Option Correct
upvoted 1 times
...
chepeerick
1 year, 7 months ago
Selected Answer: D
D: syslog ptions like a Log Analytics Data Collector API (Option A) or REST API integration (Option B) may require more custom configurations and scripting to handle the data collection and parsing
upvoted 1 times
...
Ghost042
1 year, 9 months ago
Selected Answer: D
Linux natively outputs Syslog messages, making it a seamless choice for monitoring with Azure Sentinel. Configuring Linux for CEF often involves extra steps, increasing effort. Syslog, given its intrinsic compatibility with Linux, reduces complexity and ensures a smoother integration process with Sentinel, fulfilling the need for minimal administration and parsing
upvoted 1 times
...
billo79152718
1 year, 10 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
JoeP1
1 year, 10 months ago
To read 'fog' data you must need to use Common 'Evert' Format
upvoted 2 times
...
Marchiano
1 year, 10 months ago
Selected Answer: C
"This format includes more information than the standard Syslog format, and it presents the information in a parsed key-value arrangement." Source: https://learn.microsoft.com/en-us/azure/sentinel/connect-common-event-format "If your appliance supports Common Event Format (CEF) over Syslog, a more complete data set is collected, and the data is parsed at collection. You should choose this option and follow the instructions in Get CEF-formatted logs from your device or appliance into Microsoft Sentinel." Source: https://learn.microsoft.com/en-us/azure/sentinel/connect-syslog
upvoted 2 times
Marchiano
1 year, 10 months ago
"Most network and security systems support either Syslog or CEF (which stands for Common Event Format) over Syslog as means for sending data. The advantage of CEF over Syslog is that it ensures the data is normalized, making it more immediately useful"
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...