Free Microsoft SC-200 Security Operations Analyst Actual Exam Questions - Question 12 Discussion

Question No. 12
You have a Microsoft Sentinel workspace that contains a custom workbook named Workbook1.
You need to create a visual based on the SecuntyEvent table. The solution must meet the following
requirements:
• Identify the number of security events ingested during the past week.
• Display the count of events by day in a timechart
What should you add to Workbook1?
Select one option, then reveal solution.
US
SU
Saad U.
2026-02-19

I’m thinking B might not fit since metrics usually track performance counters, not detailed event counts. If we want a timechart by day, wouldn’t a query pulling SecurityEvent data be more straightforward?

0
FJ
Farhan J.
2026-02-13

Maybe A, since a query directly pulls and visualizes the event counts by day.

0
SE
Sarah E.
2026-02-10

A vs B? Metrics track numeric data but don’t usually create detailed timecharts from raw tables like SecurityEvent. A query gives you full control to aggregate and display exactly what’s needed.

0
SE
Sarah E.
2026-02-09

D imo, adding links or tabs doesn’t really help with creating visuals or querying data. Since you need to display event counts by day, a group or metric (C or B) wouldn’t directly handle that aggregation and charting. A query is the only way to pull and shape that data properly from SecurityEvent. So even without extra details on existing controls, A fits best for running the needed KQL to get daily counts over the past week.

0
SE
Sarah E.
2026-02-02

Makes sense to add a query here since you need to pull data from the SecurityEvent table and aggregate by day. So, I’d pick A.

0
SE
Sarah E.
2026-01-31

Maybe A, since metrics and groups can’t break down events daily in a timechart.

0
DJ
Daniel J.
2026-01-27

A, you need a query to summarize events daily for the timechart.

0
DJ
Daniel J.
2026-01-21

Probably A here too, since you have to run a KQL query on SecurityEvent to get daily counts. Groups and links won’t create the chart, and metrics don’t usually do this kind of detailed time-series data.

0
OC
Omar C.
2026-01-20

B tbh doesn’t fit here because metrics usually track performance or usage stats, not detailed event counts by day. Querying the table directly is needed to meet the exact requirements.

0
OC
Omar C.
2026-01-17

Maybe A makes the most sense since you need to pull specific data from the SecurityEvent table and visualize it. Metrics or groups don’t directly handle time-based queries like this.

0
SS
Sohail S.
2026-01-15

A, need a query to pull event counts by day for the last week.

0