nerdexam
Microsoft

SC-200 · Question #287

You have a Microsoft Sentinel workspace that contains a custom workbook named Workbook1. You need to create a visual based on the SecurityEvent table. The solution must meet the following…

The correct answer is A. a query. A query allows you to retrieve specific data from the SecurityEvent table. You can write a query that filters events based on the past week’s timestamp and aggregates the count of events by day. The timechart visualization will display this aggregated data over time, showing…

Submitted by jakub_pl· Apr 18, 2026Create KQL queries for Microsoft Sentinel

Question

You have a Microsoft Sentinel workspace that contains a custom workbook named Workbook1. You need to create a visual based on the SecurityEvent 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?

Options

  • Aa query
  • Ba metric
  • Ca group
  • Dlinks or tabs

How the community answered

(53 responses)
  • A
    89% (47)
  • B
    2% (1)
  • C
    8% (4)
  • D
    2% (1)

Explanation

A query allows you to retrieve specific data from the SecurityEvent table. You can write a query that filters events based on the past week’s timestamp and aggregates the count of events by day. The timechart visualization will display this aggregated data over time, showing the event count

Topics

#Microsoft Sentinel#Workbooks#KQL#Data Visualization

Community Discussion

No community discussion yet for this question.

Full SC-200 Practice