exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 1 question 3 discussion

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

You have a Microsoft 365 subscription that uses Microsoft Defender for Office 365.
You have Microsoft SharePoint Online sites that contain sensitive documents. The documents contain customer account numbers that each consists of 32 alphanumeric characters.
You need to create a data loss prevention (DLP) policy to protect the sensitive documents.
What should you use to detect which documents are sensitive?

  • A. SharePoint search
  • B. a hunting query in Microsoft 365 Defender
  • C. Azure Information Protection
  • D. RegEx pattern matching
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
teehex
Highly Voted 9 months, 1 week ago
Azure API is the correct answer. The question is asking what you need. It is not asking you how to do it. You must use Azure AIP as a tool for DLP. And then Regex is a way to build your pattern in case there is not any built-in sensitive pattern type that supports your case (account number with 32 char). So bonus the regex ^[a-zA-Z0-9]{32}$
upvoted 64 times
Chris2pher
10 months, 1 week ago
The key word is "use to detect" AIP is a tool right? And it uses the regex to "detect". So I think its Regex that is used to detect not the tool AIP.
upvoted 2 times
...
ANDRESCB1988
3 years, 11 months ago
is correct!
upvoted 2 times
...
Startkabels
3 years, 8 months ago
Agreed
upvoted 1 times
...
crista_
3 years, 5 months ago
This is correct
upvoted 1 times
...
...
stromnessian
Highly Voted 3 years, 5 months ago
Selected Answer: C
You would use both C and D, so as with many MS exam questions, toss a coin, pick your answer and hope for the best.
upvoted 18 times
...
9fd5d85
Most Recent 2 months ago
Selected Answer: C
This is the correct answer The question is asking what you need. It is not asking you how to do it.
upvoted 1 times
...
Wafer
6 months ago
Selected Answer: C
C is the correct option
upvoted 1 times
...
Nikki0222
8 months, 1 week ago
Answer is C
upvoted 1 times
...
Lone__Wolf
9 months, 1 week ago
Selected Answer: D
D. RegEx pattern matching To detect sensitive documents in SharePoint Online, you can use a RegEx (regular expression) pattern matching rule in the data loss prevention (DLP) policy. A RegEx pattern is a sequence of characters that defines a search pattern, which can be used to match specific sequences of characters in the documents. In this scenario, you can use a RegEx pattern to match the customer account numbers, which consist of 32 alphanumeric characters. By using a RegEx pattern, you can accurately identify the sensitive documents that contain the customer account numbers and take appropriate action, such as blocking access to the documents or sending notifications to the appropriate users. Once you have defined the RegEx pattern, you can create a DLP policy in Microsoft Defender for Office 365 that uses the pattern to detect sensitive documents. The DLP policy can then be configured to take appropriate action, such as blocking access to the sensitive documents or sending notifications to the appropriate users.
upvoted 5 times
JDogJimmy
2 years, 3 months ago
"Once you have defined the RegEx pattern, you can create a DLP policy". The question is asking what you need to create the DLP policy. RegEx pattern comes before DLP policy in your explanation. So I would say C based on this.
upvoted 2 times
...
...
1a144a0
10 months, 1 week ago
Selected Answer: D
You can use a regex in Microsoft Purview Data Loss Prevention (DLP) to define patterns that help you identify and classify sensitive data, or to help detect patterns in content. https://learn.microsoft.com/en-us/purview/dlp-policy-learn-about-regex-use
upvoted 2 times
...
4b097e5
1 year ago
D should be the correct answer as DLP policies in SharePoint and OneDrive for work or school web clients support various conditions and actions. You can define sensitive information types (SITs) or use regular expressions (RegEx) to match content and enforce protection.
upvoted 2 times
...
Kodoi
1 year, 3 months ago
Selected Answer: D
D is correct; AIP provides a label function but cannot be used for DLP policy conditions;,DLP policies can be regular expressions https://learn.microsoft.com/ja-jp/purview/dlp-policy-learn-about-regex-use
upvoted 4 times
...
MattWong
1 year, 4 months ago
I agree D is the correct answer
upvoted 1 times
...
smanzana
1 year, 4 months ago
I agree D
upvoted 1 times
...
Max_DeJaV
1 year, 5 months ago
Selected Answer: D
I tried to apply the different solution, but only D seems to be correct, below the steps I followed in my environment: Open the Microsoft Pureview portal: 1) Create a new classifier: - Data Classification -> Classifiers -> Sensitive Info Type -> Create a new classifier with the regex (32 alphanumeric characters) https://learn.microsoft.com/en-us/purview/create-a-custom-sensitive-information-type?view=o365-worldwide 2) Create the DLP rule (using the previously created classifier) - Data Loss Prevention -> Policies -> Create a policy and using the previously created classifier. AIP uses labels, and I couldn't find the option to create them with Regex, moreover this functionality should be part of another plan
upvoted 5 times
...
estyj
1 year, 5 months ago
Regex since questions asks what you use to detect the sensitive documents. So you would use RegEx pattern matching to detect the sensitive documents and the DLP policy to protect them.
upvoted 1 times
...
JUAREYSA1982
1 year, 7 months ago
Regular expressions (RegEx) are a powerful tool for pattern matching in text. They can be used to identify specific patterns of characters, such as 32 alphanumeric characters. This makes them ideal for detecting customer account numbers in documents.
upvoted 2 times
...
kabooze
1 year, 7 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/purview/dlp-policy-learn-about-regex-use
upvoted 3 times
...
Chris2pher
1 year, 8 months ago
Regex is the correct answer because, in the question, you need to create a DLP. and only regex can identify/detect which documents has hit
upvoted 1 times
...
chepeerick
1 year, 8 months ago
Selected Answer: C
Option C
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 ...