exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 4 question 3 discussion

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

HOTSPOT -

You have a Microsoft Sentinel workspace that has a default data retention period of 30 days. The workspace contains two custom tables as shown in the following table.



Each table ingested two records per day during the past 365 days.

You build KQL statements for use in analytic rules as shown in the following table.



For each of the following statements, select Yes if the statement is true. Otherwise, select No.

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
jasper1927326
Highly Voted 1 year, 1 month ago
NNY for me
upvoted 17 times
teho99
1 year, 1 month ago
Same for me
upvoted 3 times
...
...
wheeldj
Highly Voted 1 year, 1 month ago
NNN - KQL queries can only be run against interactive data. Total retention period is used to specify the period data needs to be archived for. Archived data cannot be accessed via KQL you have to run special Search or Restore jobs to access this data. So increasing the total retention period will have no effect on the data returned by any of the queries. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-retention-archive?tabs=portal-3%2Cportal-1%2Cportal-2
upvoted 14 times
...
Optimizor_IT
Most Recent 2 months ago
It seems that nobody caught one aspect here: Basic tables don’t support summarize (only filtering). Query 1 would fail unless Table1 is Analytics. So first answer is YES. Second answer is NO - default interactive period for both plans is 30 days, so changing the total retention will not help. Third answer: NO, same reason as the above, plus that you cannot even go past the 30 days in the Basic plan.
upvoted 2 times
OneplusOne
2 weeks ago
I want to upvote you more than once!
upvoted 1 times
OneplusOne
1 week, 2 days ago
Wait, Basic plan does support aggregation functions: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/basic-logs-query?tabs=portal-1#kusto-query-language-kql-language-limitations
upvoted 1 times
...
...
...
VeiN
7 months, 1 week ago
NNN N (Basic has retention for 30 days, each day 2 logs * 15 days = 30 logs) N (Analytical plan has 30 days of interactive retention for custom logs by default, you`d need to change “interactive retention from default to 120 days, not total retention) N (Basic tables have a fixed interactive retention period of 30 days, need to change to Analytics Plan, not total retention) https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-retention-configure?tabs=portal-3%2Cportal-1%2Cportal-2#interactive-long-term-and-total-retention
upvoted 3 times
...
talosDevbot
8 months ago
NNN The key piece of information here is the Interactive retention. Interactive retention period is the time range available for you to retrieve the data from the table through queries. The default interactive retention plan for each table: Analytics - 90 days for Sentinel and Application Insight Basic - 30 days
upvoted 2 times
Tuitor01
6 months, 2 weeks ago
Interactive Analytics logs = 30 days up to 2 years Basic = 30 days Auxiliary
upvoted 1 times
Tuitor01
6 months, 2 weeks ago
= 30 days (default) You have 90 days default retention periods for AzureActivity logs and Usage logs and a bunch off app***** tables.
upvoted 1 times
...
...
...
g_man_rap
9 months, 3 weeks ago
"For Query1 to return a value of 30, you must change Table plan to Analytics." Query1 targets Table1 and queries data from the last 15 days. Table1 is on the Basic plan, with a 30-day retention period. The data is within the retention period, so no change in the table plan is necessary to return a value. Answer: No "For Query2 to return a value of 240, you must change Total retention period to 120 days." Query2 targets Table2 and queries data from the last 120 days. Table2 has a retention period of 365 days, which already covers 120 days. No change is necessary for Query2 to return the value. Answer: No "For Query3 to return 90 rows, you must change Total retention period to 45 days." Query3 targets Table1 and queries data from the last 45 days. Table1 has a 30-day retention period. To retrieve data for 45 days, the retention period must be increased to 45 days. Answer: Yes
upvoted 3 times
user636
9 months, 2 weeks ago
Changing the "Total retention period" will not cause the KQL to query archived logs. KQL can only query the logs as per the "retention period".
upvoted 2 times
user636
9 months, 2 weeks ago
KQL can only query the logs that are available as per the "interactive retention period".
upvoted 2 times
...
...
...
e072f83
1 year ago
NYN: Nboth basc and Analytics can be queried (both interactive retention) Y: you shorten the retention, so older records get archived. N: in order to get the already archived logs back to interactive retention, you need to use a search job to restore them.
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 ...