HOTSPOT You need to meet the technical requirements for the confidential documents. What should you create first, and what should you use for the detection method? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Sensitive info type first, then use regular expression for detection. Pretty sure that's the only method precise enough for "Confidential" plus a seven-digit number, keywords wouldn't catch that pattern. Unless the format changes, regex is right here.
Create Sensitive info type using keywords was my first thought since the docs all mention keyword-based detection, but I guess that's not granular enough if they need to catch a specific pattern (like 'Confidential' and a 7-digit number). If the requirement was just for single keywords instead of patterns, would dictionary or keyword list make more sense?
