exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 3 question 8 discussion

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

Your company stores the data of every project in a different Azure subscription. All the subscriptions use the same Azure Active Directory (Azure AD) tenant.
Every project consists of multiple Azure virtual machines that run Windows Server. The Windows events of the virtual machines are stored in a Log Analytics workspace in each machine's respective subscription.
You deploy Azure Sentinel to a new Azure subscription.
You need to perform hunting queries in Azure Sentinel to search across all the Log Analytics workspaces of all the subscriptions.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Add the Security Events connector to the Azure Sentinel workspace.
  • B. Create a query that uses the workspace expression and the union operator.
  • C. Use the alias statement.
  • D. Create a query that uses the resource expression and the alias operator.
  • E. Add the Azure Sentinel solution to each workspace.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

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
Eltooth
Highly Voted 3 years, 6 months ago
Correct - every sentinel deployment must have a workspace - and the union command is used to join multiple workspaces together.
upvoted 23 times
Shared
2 years, 4 months ago
Well option E says to add Sentinel, which seems to be wrong as there can be 1 Sentinel/tenant and works across subscriptions: https://github.com/MicrosoftDocs/azure-docs/issues/85443 https://techcommunity.microsoft.com/t5/microsoft-sentinel/azure-sentinel-instances-per-subscription/m-p/2278936
upvoted 1 times
Ramye
1 year, 2 months ago
Actually, E says --> Add the Azure Sentinel solution to each workspace. And, having multiple workspaces for Sentinel in a tenant is very much doable, and in some cases, it is recommended, i.e. different regions or projects, for easier management. In this question, there are different projects in each Azure subscription so having Sentinel solutions in those workspaces makes sense.
upvoted 3 times
...
...
...
xRiot007
Most Recent 4 months, 3 weeks ago
Selected Answer: BE
Answer is B and E - you install sentinel on each workspace and then query using an union. An alternative to this is to use Azure Lighthouse.
upvoted 1 times
...
talosDevbot
7 months ago
100% the answer is B and E It's stated in Microsoft's documentation: https://learn.microsoft.com/en-us/azure/sentinel/extend-sentinel-across-workspaces-tenants Under the "Include cross-workspace queries in scheduled analytics rules" section: "You must deploy Microsoft Sentinel on every workspace referenced in the query." Under the "Hunt across multiple workspaces" section: "Cross-workspace hunting capabilities enable your threat hunters to create new hunting queries, or adapt existing ones, to cover multiple workspaces, by using the union operator and the workspace() expression as shown above."
upvoted 2 times
...
4rk4n4
1 year, 2 months ago
Selected Answer: BE
B AND E
upvoted 1 times
...
chepeerick
1 year, 6 months ago
Correct BE
upvoted 1 times
...
mali1969
1 year, 7 months ago
B and C. Here is why: Option B is correct because you can query multiple workspaces in a single query by using the workspace() expression to refer to a table in a different workspace and the union operator to combine the results from multiple tables. Option C is correct because you can use the alias statement to simplify cross-workspace queries by saving a long reference to a table in another workspace as a function. Option A is not correct because adding the Security Events connector to the Azure Sentinel workspace does not enable you to query across multiple workspaces. Option D is not correct because there is no such thing as the resource expression or the alias operator in Kusto Query Language (KQL) Option E is not correct because adding the Azure Sentinel solution to each workspace does not allow you to perform cross-workspace hunting queries.
upvoted 1 times
...
emv
1 year, 7 months ago
You can include up to 20 workspaces in a single query. However, for good performance, we recommend including no more than 5. You must deploy Microsoft Sentinel on every workspace referenced in the query.
upvoted 1 times
...
donathon
1 year, 8 months ago
Selected Answer: BE
According to the URL in the answer: Use the union operator alongside the workspace( ) expression to apply a query across tables in multiple workspaces. You must deploy Microsoft Sentinel on every workspace referenced in the query.
upvoted 1 times
...
EM1234
1 year, 9 months ago
Selected Answer: AB
I see no reason why you would need more sentinel instances. Follow the design decision tree here: https://learn.microsoft.com/en-us/azure/sentinel/design-your-workspace-architecture#decision-tree I think B is obviously part of the solution. The question is what other choice. I am going with A. It makes more sense to me than making additional Sentinel instances. I wonder if you made all of them, which one would you be hunting in? A and B for me.
upvoted 2 times
Mducks
1 year, 2 months ago
Given answer is correct. https://learn.microsoft.com/en-us/azure/sentinel/extend-sentinel-across-workspaces-tenants Copied and pasted 4 sentences directly from link above: You can query multiple workspaces, allowing you to search and correlate data from multiple workspaces in a single query. Use the workspace( ) expression, with the workspace identifier as the argument, to refer to a table in a different workspace. Use the union operator alongside the workspace( ) expression to apply a query across tables in multiple workspaces. You must deploy Microsoft Sentinel on every workspace referenced in the query.
upvoted 1 times
...
...
evilprime
2 years, 1 month ago
chatgpt says 'B E' using exact question with given answers. E. You need to add the Azure Sentinel solution to each Log Analytics workspace that you want to search. This allows Azure Sentinel to collect data from the workspace and store it in the Azure Sentinel workspace.
upvoted 1 times
mangali84
2 years, 1 month ago
what is chatgpt? if i am ask.
upvoted 4 times
...
...
[Removed]
2 years, 2 months ago
Selected Answer: BD
. Create a query that uses the workspace expression and the union operator, and D. Create a query that uses the resource expression and the alias operator Create a query that uses the workspace expression and the union operator to combine the data from all the Log Analytics workspaces. For example: union * | where TimeGenerated > ago(1d) Create a query that uses the resource expression and the alias operator to query data from specific resources across all the subscriptions. For example AzureActivity | where ResourceProviderValue == "Microsoft.Compute" | where OperationNameValue == "Microsoft.Compute/virtualMachines/delete" | project SubscriptionId, ResourceGroup, Resource, Caller, TimeGenerated, ActivityStatus | summarize count() by Resource
upvoted 2 times
...
daba_fcb
2 years, 2 months ago
Selected Answer: AB
I think it's A B, A - security events connector is called "Security events via legacy agent" and it's Legacy version based on the Microsoft Monitor Agent / Log Analytics" and the question states that windows events of the VM's are stored in a log analytics workspace. Reference: https://jeffreyappel.nl/collect-security-events-in-sentinel-with-the-new-ama-agent-and-dcr/
upvoted 3 times
...
[Removed]
2 years, 2 months ago
Should the answer include a data connector if it is a new Sentinel?
upvoted 1 times
...
Windy232
2 years, 4 months ago
Your company has an Azure subscription that hosts resources in multiple Azure regions in different countries. What are two primary drawbacks of implementing single-tenant with regional workspaces Microsoft Sentinel in your environment as compared to the single-tenant single workspace option? Each correct answer presents part of the solution. Limited support for querying data across workspaces Increased cost of network bandwidth Lack of a single pane of glass Increased cost of compute services Increased deployment complexity
upvoted 1 times
Windy232
2 years, 4 months ago
Which one should be chose? Thanks all
upvoted 1 times
Cho
2 years, 2 months ago
I would choose increased cost and increased deployment complexity.
upvoted 2 times
...
midaoui
2 years, 3 months ago
I would answer: - Lack of a single pane of glass - Increased deployment complexity https://charbelnemnom.com/top-best-practices-for-deploying-azure-sentinel/
upvoted 1 times
danb67
1 year, 6 months ago
According to the url you have provided its Limited support for querying data accross workspaces Lack of a single pane of glass
upvoted 1 times
...
...
...
...
Apocalypse03
2 years, 4 months ago
Selected Answer: BE
let subscriptions = [subscription1, subscription2, ...]; union withsource=source ( workspace("workspace1").SecurityEvent | where TimeGenerated >= ago(1d), workspace("workspace2").SecurityEvent | where TimeGenerated >= ago(1d), ... )
upvoted 1 times
...
AMZ
2 years, 6 months ago
Questions states, "All the subscriptions use the same Azure Active Directory (Azure AD) tenant" - from MS - Multiple Azure tenants Microsoft Sentinel supports data collection from Microsoft and Azure SaaS resources only within its own Azure Active Directory (Azure AD) tenant boundary. Therefore, each Azure AD tenant requires a separate workspace. Since we are using the same AD the answer should be A and B. Also it would be a pain to manage all these Sentinel instances. https://learn.microsoft.com/en-us/azure/sentinel/extend-sentinel-across-workspaces-tenants
upvoted 4 times
...
Fukacz
2 years, 7 months ago
Selected Answer: BE
Correct. LAs need sentinels and then query with union
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago