exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 3 question 15 discussion

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

HOTSPOT -
You use Azure Sentinel to monitor irregular Azure activity.
You create custom analytics rules to detect threats as shown in the following exhibit.

You do NOT define any incident settings as part of the rule definition.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:

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
stromnessian
Highly Voted 2 years, 3 months ago
0,1 The first scenario will not generate any alerts, as each series by Caller generates a single result; there is only one caller, therefore 1 result, which is below the threshold (results > 2). In the second scenario, there will be 3 results (one for each caller), so one alert will be generated (as this is above the threshold and the results are grouped into a single alert).
upvoted 56 times
liberty123
2 years, 3 months ago
Thanks for the explanation, I agree with you
upvoted 4 times
...
...
Muffen
Highly Voted 2 years, 2 months ago
0,1 make-series is going to make lists of all the EventSubmissionTimestamp values for each user, with each user being on a separate row. This means that if 1 user creates 3 machines, it will aggregate them all into 1 row. And if 3 users create 1 virtual machine we will see 3 separate rows. https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/make-seriesoperator#examples
upvoted 10 times
...
chepeerick
Most Recent 7 months, 2 weeks ago
correct
upvoted 1 times
...
donathon
10 months ago
0, 1. The key really is make-series.
upvoted 1 times
...
mimguy
11 months ago
On the exam July 7 2023
upvoted 2 times
...
Atun23
1 year, 7 months ago
I think answer should be 0 and 1. The make-series operator creates a series of specified aggregated values along a specified axis. In this case the "Caller", this will make 3 rows, 1 row. This will create a table that shows arrays of the ResourceID's of each query result from each "Caller" ordered by specified time range. The rule specifies when the query returns 2 results in a 5 minute timespan, trigger the alert, in this case the first scenario would only trigger 1 row on the results table as it uses "DCOUNT". In the second scenario it will trigger 1 alert as the threshold is 2 results and group results on a single alert option is selected. https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/make-seriesoperator
upvoted 2 times
...
j888
2 years ago
I think the answer 1,1 is correct. The alert will be based on 5 hours and it will only trigger when it is having 2 counts. You will end up with 3 counts of computers been created through a single deployment, regardless this should be visible under the 5 hours log.
upvoted 4 times
...
Eltooth
2 years, 8 months ago
I would say if all 3 individual users created a VM within 5 minutes of each other i.e. 3 VM's created within the 5 minute window, then an alert would be triggered/generated. Correct answer would then be 1 and 1 alert.
upvoted 4 times
...
AlaReAla
2 years, 8 months ago
I wonder if 2nd answer should be 0. Please correct me with appropriate justification. Thanks.
upvoted 4 times
zaqwsx
2 years, 8 months ago
but query looks on data for the last 5 hours,
upvoted 3 times
...
Eltooth
2 years, 8 months ago
Agreed - see above.
upvoted 2 times
JohnAvlakiotis
2 years, 8 months ago
@Eltooth you agree but in your comments it reads "1 and 1" not "1 and 0"? I mean WT..?
upvoted 1 times
JohnAvlakiotis
2 years, 8 months ago
Ah... now I see... clarity came upon me :-)
upvoted 1 times
Startkabels
2 years, 7 months ago
So which ones?
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 ...