exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 5 question 28 discussion

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

You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR.

You have a custom detection rule named Rule1 that generates an alert if more than five antivirus detections are identified on a device. Rule1 has a lookback period of 12 hours.

You need to change the lookback period to 48 hours.

What should you modify for Rule1?

  • A. the scope
  • B. the summarize operator of the KQL query
  • C. the frequency
  • D. the where operator of the KQL query
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
Krayzr
1 day, 19 hours ago
Selected Answer: D
D. the WHERE operator of the KQL query. To change the lookback period of a custom detection rule, you must modify the time filter within the Kusto Query Language (KQL) query itself. This is typically done using the where operator combined with the ago() function. For example, the original query for Rule1 would contain a line similar to this: | where Timestamp > ago(12h)
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 ...