SC-401 Practice Question 3506
Exam: SC-401
Domain: Implement information protection
Difficulty: easy
You are configuring a custom Sensitive Information Type (SIT) in Microsoft Purview to detect an internal employee ID that always starts with the prefix "EMP-", followed by exactly six digits. Which pattern component should you define to identify this string structure?
Answer Options
A
Regular Expression (RegEx)
B
Keyword Dictionary only
C
Document Fingerprint template
D
Trainable Classifier
Correct Answer
A: Regular Expression (RegEx)
Explanation
A Regular Expression (RegEx) pattern defines the precise character syntax requirements (such as `EMP-d{6}`) to match structured strings with exact alphanumeric lengths.