exam questions

Exam SC-900 All Questions

View all questions & answers for the SC-900 exam

Exam SC-900 topic 1 question 216 discussion

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

Which Microsoft Purview data classification type supports the use of regular expressions?

  • A. exact data match (EDM)
  • B. fingerprint classifier
  • C. sensitive information types (SITs)
  • D. trainable classifier
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
IT_Security_Team
3 months ago
Selected Answer: C
A basic regex pattern to match credit card numbers might look like this: css Copy \b(?:\d{4}[- ]?){3}\d{4}\b This regex pattern: \d{4}: Matches exactly 4 digits. [- ]?: Matches an optional space or hyphen between groups of digits. \b: Asserts word boundaries to ensure the match is isolated and not part of a larger number.
upvoted 2 times
...
LegendaryZA
8 months ago
Selected Answer: C
Answer: Sensitive Information Types (SIT) https://learn.microsoft.com/en-us/purview/dlp-policy-learn-about-regex-use
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 ...