AI Associate • Practice Test 33
Free AI Associate practice test — 15 questions with explanations. Set 33. No signup required.
Refer to the exhibit. What effect does this masking policy have on the data used for training an Einstein model?
{
"maskingPolicy": {
"name": "MaskSSN",
"fields": ["SSN", "CreditCard"],
"maskingType": "partial",
"character": "*",
"showLastFour": true
}
}