Question 365 of 506
AI FundamentalsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that AI models receive masked data for those fields, but feature importance insights are still available. This is correct because the Einstein Trust Layer policy masking effect replaces sensitive field values with placeholders before the data reaches the AI model, ensuring privacy without breaking the model’s ability to process patterns and generate predictions. Feature importance remains accessible because these insights are derived from the masked dataset’s statistical structure, not from the original plaintext values. On the Salesforce AI Associate exam, this concept tests your understanding of how data masking balances privacy with model utility—a common trap is assuming masking blocks all analytics, when in fact it only hides raw values. Remember the mnemonic: “Mask the data, not the insight.”

AI Associate AI Fundamentals Practice Question

This AI Associate practice question tests your understanding of ai fundamentals. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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": {
    "dataMask": {
      "enabled": true,
      "fields": ["Email", "Phone", "SSN"]
    },
    "insights": {
      "featureImportance": true
    }
  }
}

Refer to the exhibit. A Salesforce admin configured the Einstein Trust Layer policy shown. What is the effect of this policy on AI model usage?

Question 1mediummultiple choice
Full question →

Exhibit

{
  "policy": {
    "dataMask": {
      "enabled": true,
      "fields": ["Email", "Phone", "SSN"]
    },
    "insights": {
      "featureImportance": true
    }
  }
}

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

AI models receive masked data for those fields, but feature importance insights are still available.

The Einstein Trust Layer policy configured to mask specific fields ensures that sensitive data is replaced with masked values before being sent to the AI model. This preserves data privacy while still allowing the model to generate predictions and insights. Feature importance insights remain available because they are computed from the masked data, not the original values.

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 fields in the org will be masked to protect customer privacy.

    Why it's wrong here

    Only specified fields are masked.

  • AI models will not be able to use the configured fields, and model insights are disabled.

    Why it's wrong here

    Insights are enabled, and masking still allows model to use data? Actually, masking hides the raw values but the model can still use features? In Einstein, masking replaces with dummy values, so model can use them. So statement is false.

  • AI models can still use the fields but feature importance insights are blocked.

    Why it's wrong here

    Feature importance is enabled.

  • AI models receive masked data for those fields, but feature importance insights are still available.

    Why this is correct

    Masking hides actual values; insights are independent.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume masking blocks all AI functionality, but feature importance insights are still available because they rely on patterns in the masked data, not the original values.

Detailed technical explanation

How to think about this question

Under the hood, the Einstein Trust Layer intercepts API calls to the AI model and applies masking rules defined in the policy before the data leaves Salesforce. Masking replaces sensitive values with placeholders (e.g., 'XXXX') while preserving the data structure and type, allowing the model to process the data without exposing actual sensitive information. This is critical in regulated industries like healthcare or finance where compliance with HIPAA or GDPR requires data anonymization before AI processing.

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 network engineer segments a warehouse floor into three subnets: 20 scanners, 5 printers, and 2 management hosts. Picking the wrong mask wastes addresses or leaves too few usable hosts. Exam questions test whether you can apply CIDR notation, calculate block size, and identify the correct usable-host range for a given prefix.

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?

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

What is the correct answer to this question?

The correct answer is: AI models receive masked data for those fields, but feature importance insights are still available. — The Einstein Trust Layer policy configured to mask specific fields ensures that sensitive data is replaced with masked values before being sent to the AI model. This preserves data privacy while still allowing the model to generate predictions and insights. Feature importance insights remain available because they are computed from the masked data, not the original values.

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.

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

Same concept, more angles

1 more ways this is tested on AI Associate

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A Salesforce admin wants to use Einstein GPT to generate personalized email content for a marketing campaign. To ensure the AI does not produce responses that include sensitive customer data or violate company policies, which Salesforce feature should the admin configure?

medium
  • A.Prompt Builder
  • B.Data Cloud
  • C.Einstein Studio
  • D.Einstein Trust Layer

Why D: Einstein Trust Layer is the correct feature because it acts as a governance and security layer between Salesforce and the large language model (LLM). It automatically masks sensitive customer data (e.g., personally identifiable information) before the prompt is sent to the LLM and then unmasks the response, ensuring the AI never sees or exposes sensitive information. This directly addresses the admin's need to prevent responses containing sensitive data or violating company policies.

Last reviewed: Jun 24, 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.