Google Cloud Professional Collaboration Engineer — Question 29
Your company's compliance officer has requested that you apply a content compliance rule that will reject all external outbound email that has any occurrence of credit card numbers and your company's account number syntax, which is AccNo. You need to configure a content compliance rule to scan email to meet these requirements.
Which combination of attributes will meet this objective?
Answer options
- A. Name the rule > select Outbound and Internal Sending > select If ANY of the following match > add two expressions: one for Simple Content Match to find AccNo, and one for predefined content match to select Credit Card Numbers > choose Reject.
- B. Name the rule > select Outbound > select If ANY of the following match > add two expressions: one for Simple Content Match to find AccNo, and one for predefined content match to select Credit Card Numbers > choose Reject
- C. Name the rule > select Outbound and Internal Sending > select If ALL of the following match > add two expressions: one for Advanced Content Match to find AccNo in the Body, and one for predefined content match to select Credit Card Numbers > choose Reject.
- D. Name the rule > select Outbound > select If ALL of the following match > add two expressions: one for Advanced Content Match to find AccNo in the Body, and one for predefined content match to select Credit Card Numbers > choose Reject.
Correct answer: D
Explanation
The correct answer is D because it specifies 'Outbound' and requires that 'ALL' of the conditions must match, which is necessary to ensure that both credit card numbers and the account number format are present before rejecting the email. Options A and B incorrectly use 'ANY' of the conditions, which would not meet the requirement of blocking the email unless both conditions are met. Option C, while correct in selecting 'ALL', uses 'Internal Sending' which is not needed as the focus is on external outbound emails.