exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 3 question 68 discussion

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

You have a Microsoft Sentinel workspace named Workspace1 and 200 custom Advanced Security Information Model (ASIM) parsers based on the DNS schema.

You need to make the 200 parses available in Workspace1. The solution must minimize administrative effort.

What should you do first?

  • A. Copy the parsers to the Azure Monitor Logs page.
  • B. Create a JSON file based on the DNS template.
  • C. Create an XML file based on the DNS template.
  • D. Create a YAML file based on the DNS template.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
smosmo
Highly Voted 1 year, 10 months ago
Selected Answer: D
D is correct for a large number of parsers: https://learn.microsoft.com/en-us/azure/sentinel/normalization-develop-parsers#deploy-parsers
upvoted 18 times
...
DChilds
Most Recent 8 months, 1 week ago
Selected Answer: D
To deploy a large number of parsers, we recommend using parser ARM templates, as follows: 1. Create a YAML file based on the relevant template for each schema and include your query in it. Start with the YAML template relevant for your schema and parser type, filtering or parameter-less. 2. Use the ASIM Yaml to ARM template converter to convert your YAML file to an ARM template. 3. If deploying an update, delete older versions of the functions using the portal or the function delete PowerShell tool. 4. Deploy your template using the Azure portal or PowerShell. https://learn.microsoft.com/en-us/azure/sentinel/normalization-develop-parsers#deploy-parsers
upvoted 1 times
...
chepeerick
1 year, 1 month ago
Correct option
upvoted 1 times
...
chepeerick
1 year, 2 months ago
Selected Answer: D
option D
upvoted 1 times
...
mali1969
1 year, 3 months ago
Selected Answer: B
B. Create a JSON file based on the DNS template. This is because ASIM parsers are written in JSON format, and you need to create a custom parser for each of your 200 DNS sources based on the DNS template provided in the GitHub repository
upvoted 1 times
mali1969
1 year, 3 months ago
I am wrong and correct answer is D
upvoted 5 times
...
...
D_PaW
1 year, 6 months ago
Selected Answer: D
Answer is D. @exmITQS you need to look at the link from @smosmo. The question is about a large number of parsers... this is specifically mentioned in the linked article Deploy parsers manually by copying them to the Azure Monitor Log page and saving the query as a function. This method is useful for testing. For more information, see Create a function. To deploy a large number of parsers, we recommend using parser ARM templates, as follows: Create a YAML file based on the relevant template for each schema and include your query in it. Start with the YAML template relevant for your schema and parser type, filtering or parameter-less. Use the ASIM Yaml to ARM template converter to convert your YAML file to an ARM template. If deploying an update, delete older versions of the functions using the portal or the function delete PowerShell tool. Deploy your template using the Azure portal or PowerShell. You can also combine multiple templates to a single deploy process using linked templates
upvoted 4 times
...
789sv
1 year, 6 months ago
Selected Answer: D
D is the correct one.
upvoted 2 times
...
[Removed]
1 year, 9 months ago
Selected Answer: B
. Create a JSON file based on the DNS template. Also, while both JSON and YAML can represent the same data, the JSON format is more widely used in Azure Sentinel and the Azure platform in general.
upvoted 2 times
Fez786
1 year, 3 months ago
No no and no
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 ...