exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 7 question 9 discussion

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

HOTSPOT
-

You have a Microsoft Sentinel workspace that contains a custom workbook named Workbook1.

You need to create a visual in Workbook1 that will display the logon count for accounts that have logon event IDs of 4624 and 4634.

How should you complete the 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
jumborca
11 months ago
answer from GPT4 let Logons = SecurityEvent | where EventID == 4624 | summarize LogonCount = count() by AccountName; let Logoffs = SecurityEvent | where EventID == 4634 | summarize LogoffCount = count() by AccountName; Logons | join kind=inner (Logoffs) on AccountName | project AccountName, LogonCount, LogoffCount | render barchart
upvoted 3 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