exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 7 question 18 discussion

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

HOTSPOT
-

You have an Azure subscription.

You have a Microsoft Sentinel workbook that contains the following text parameters:

• text1
• grouptime1

You need to display the count of security alerts. The count must be filtered based on the text1 parameter and grouped by the grouptime1 parameter.

How should you complete the KOL query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
a_kto_to
1 month, 1 week ago
ChatGTP: SecurityAlert | where AlertName contains '{text1}' | summarize Count = count() by bin(TimeGenerated, {grouptime1})
upvoted 2 times
Adel614
2 weeks, 6 days ago
Your answer is correct. It is double-confirmed by this Microsoft documentation page: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-dropdowns#in-kql Extract: """In the KQL editor, enter this snippet: requests | where name == '{RequestName}' | summarize Requests = count() by bin(timestamp, 1h) The snippet expands on query evaluation time to: requests | where name == 'GET Home/Index' | summarize Requests = count() by bin(timestamp, 1h)"""
upvoted 1 times
...
pjn
3 weeks, 5 days ago
Exactly, it should be single quotes, wierd question or wrongly written answers
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago