exam questions

Exam SC-400 All Questions

View all questions & answers for the SC-400 exam

Exam SC-400 topic 1 question 54 discussion

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

HOTSPOT
-

You have a Microsoft 365 tenant.

You need to create a new sensitive info type for items that contain the following:

• An employee ID number that consists of the hire date of the employee followed by a three digit number
• The words “Employee”, “ID”, or “Identification” within 300 characters of the employee ID number

What should you use for the primary and secondary elements? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Futfuyfyjfj
Highly Voted 1 year, 4 months ago
I would say a regular expression for the first one. Couldn’t find a function while creating a SIT that could fulfill this.
upvoted 7 times
Tzu_Hsien
1 year, 4 months ago
yes agree with you ! I can't find the corresponding function type in doc: https://learn.microsoft.com/en-us/purview/sit-functions
upvoted 3 times
...
...
Rand0mConsultant
Most Recent 8 months, 2 weeks ago
I would also have use Regex for the first one
upvoted 2 times
...
blokechettri
8 months, 3 weeks ago
I agree. The first can only be fulfilled by the REGEX expression
upvoted 1 times
...
brats_harsh
11 months, 3 weeks ago
Primary Element: Regex As - "An employee ID number that consists of the hire date of the employee followed by a three digit number" hiredate + followed by 3 digit number and only in regex you can create a pattern to detect 3 digit number after date
upvoted 2 times
...
fahrulnizam
1 year, 1 month ago
For the primary element, a regular expression is suitable because it allows you to define a pattern that matches the format of the employee ID number (hire date followed by a three-digit number).
upvoted 1 times
...
Ehernandez
1 year, 2 months ago
The Activity explorer provides a historical view of activities on your labeled content, collected from the Microsoft 365 unified audit logs. It’s used to monitor what’s being done with your labeled content, such as when a label is applied, changed, or removed. On the other hand, the Content explorer gives you visibility into what content has been discovered and labeled, and where that content is located. It specifically allows you to see the actual content of scanned files that match your DLP policies. This is why Content explorer is the appropriate tool for reviewing DLP policy matches, as it directly shows the content that triggered the DLP policy. Activity explorer is more about the actions taken on the content, rather than the content itself. https://microsoft.github.io/ComplianceCxE/playbooks/teamsdlp/#introduction
upvoted 1 times
...
mb0812
1 year, 2 months ago
Regex,keyword list
upvoted 2 times
...
JPByteK
1 year, 3 months ago
Func_us_date Func_us_date looks for dates in common U.S. formats. The common formats are "month/day/year", "month-day-year", and "month day year ". The names or abbreviations of months aren't case-sensitive.
upvoted 1 times
CharlieGolf
1 year, 3 months ago
Func_us_date doesn’t look for numerical only formats of dates that would likely be used for an employee ID (ex: 20240224). For this reason, I think Regex would be the better tool since it can filter for the numerical date format that the company uses in their employee IDs.
upvoted 3 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 ...