Question 478 of 506
Data for AImediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is the policy that restricts access to only EU-region users while partially masking email and phone fields. This is correct because the data access policy combines two distinct security layers: a row-level filter that checks the user’s region attribute, and a column-level masking rule that obfuscates sensitive fields like email and phone, showing patterns such as j***@example.com or ***-***-1234. On the Salesforce AI Associate exam, this scenario tests your understanding of how data access policy masking works in practice—specifically, the difference between row-level security (who can see which rows) and partial masking (what they can see within those rows). A common trap is confusing full masking with partial masking, or forgetting that the region filter applies before the mask. Remember the two-step test: first filter the rows, then mask the columns. A useful mnemonic is “Filter first, mask second” to keep the order straight.

AI Associate Data for AI Practice Question

This AI Associate practice question tests your understanding of data for ai. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

{
  "policy": {
    "resource": "customer_data",
    "action": "read",
    "conditions": [
      {"field": "region", "operator": "eq", "value": "EU"}
    ],
    "masking": {
      "fields": ["email", "phone"],
      "method": "partial"
    }
  }
}

Refer to the exhibit. A data access policy is defined for a customer data set. Which statement best describes this policy?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Full question →

Exhibit

{
  "policy": {
    "resource": "customer_data",
    "action": "read",
    "conditions": [
      {"field": "region", "operator": "eq", "value": "EU"}
    ],
    "masking": {
      "fields": ["email", "phone"],
      "method": "partial"
    }
  }
}

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Only users in the EU region can read customer data, with emails and phones partially masked.

Option B is correct because the policy shown in the exhibit applies a row-level security filter that restricts access to customer data based on the user's region, and a column-level masking rule that partially masks email and phone fields. Only users whose region attribute is set to 'EU' can view the rows, and even then, the email and phone columns are obfuscated (e.g., j***@example.com, ***-***-1234). This matches the behavior of a data masking policy combined with a regional access filter, which is a common pattern in data platforms like Snowflake or AWS Lake Formation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • All users can read customer data.

    Why it's wrong here

    The condition restricts access to EU users only.

  • Only users in the EU region can read customer data, with emails and phones partially masked.

    Why this is correct

    The condition 'region eq EU' limits access, and masking method 'partial' obscures part of the data.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • All users can read customer data but only those in the EU can see unmasked emails.

    Why it's wrong here

    Access is restricted to EU only, and masking applies to all fields listed.

  • Only users in the EU region can read customer data, with emails and phones fully hidden.

    Why it's wrong here

    Masking method is 'partial', not full.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Salesforce often tests the distinction between 'partial masking' and 'full hiding' in data access policies, where candidates mistakenly assume that a regional restriction implies full obfuscation rather than a controlled partial reveal.

Detailed technical explanation

How to think about this question

Under the hood, this policy likely uses a combination of row-level security (RLS) and dynamic data masking (DDM). RLS evaluates a predicate like `region = CURRENT_USER_REGION()` to filter rows, while DDM applies a masking function (e.g., `partial(email, 1, '***', 0)`) to obfuscate sensitive columns at query runtime. A subtle behavior is that masking is applied after filtering, so a user outside the EU never sees any rows, while an EU user sees rows with partially masked fields—this prevents inferring data from masked patterns.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI Associate practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI Associate practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI Associate question test?

Data for AI — This question tests Data for AI — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Only users in the EU region can read customer data, with emails and phones partially masked. — Option B is correct because the policy shown in the exhibit applies a row-level security filter that restricts access to customer data based on the user's region, and a column-level masking rule that partially masks email and phone fields. Only users whose region attribute is set to 'EU' can view the rows, and even then, the email and phone columns are obfuscated (e.g., j***@example.com, ***-***-1234). This matches the behavior of a data masking policy combined with a regional access filter, which is a common pattern in data platforms like Snowflake or AWS Lake Formation.

What should I do if I get this AI Associate question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AI Associate practice question is part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI Associate exam.