Answer:
The Correct Answer is C. Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
Explanation:
First, I'll split the answer into bits
Domestic -> This shows that the product belongs to a Domestic Customer
[Product Code] -> The tag [] shows that the Product Code is a generated variable that is unique to different products
<> This means Not Equal to
LN* -> Loan Product
So, [Product Code] <> LN* means Product Code is not Equal to Loan Product
Bring the whole tag together,
It means
Product Codes that belongs to domestic customer which is not Equal to Loan products