Question 339 of 506
AI FundamentalshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the AI will rely on its pre-trained knowledge when no grounding data meets the relevance threshold. This is the correct interpretation because the grounding policy fallback behavior in Einstein GPT dictates what happens when retrieved data fails to satisfy the configured relevance score; setting it to 'USE_MODEL_KNOWLEDGE' explicitly instructs the model to fall back on its internal training rather than returning an empty or error response. On the Salesforce AI Associate exam, this concept tests your understanding of how grounding policies manage data reliability versus generative flexibility, often appearing in scenario-based questions where you must distinguish between fallback options like 'USE_MODEL_KNOWLEDGE' and 'STRICT' or 'IGNORE'. A common trap is confusing this with ignoring the policy entirely, but remember that 'USE_MODEL_KNOWLEDGE' still respects the grounding attempt—it only activates the model’s own knowledge as a safety net. A useful memory tip: think of it as “train first, model second”—the AI tries the grounded data first, then uses its pre-trained knowledge as a backup.

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

{
  "groundingPolicy": {
    "dataSources": [
      {"type": "knowledgeArticle", "maxResults": 5},
      {"type": "productCatalog", "maxResults": 3}
    ],
    "fallbackBehavior": "USE_MODEL_KNOWLEDGE",
    "relevanceThreshold": 0.7
  }
}

Refer to the exhibit. A developer configured a grounding policy for Einstein GPT. What is the effect of the fallbackBehavior set to 'USE_MODEL_KNOWLEDGE'?

Question 1hardmultiple choice
Full question →

Exhibit

{
  "groundingPolicy": {
    "dataSources": [
      {"type": "knowledgeArticle", "maxResults": 5},
      {"type": "productCatalog", "maxResults": 3}
    ],
    "fallbackBehavior": "USE_MODEL_KNOWLEDGE",
    "relevanceThreshold": 0.7
  }
}

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

The AI will rely on its pre-trained knowledge when no grounding data meets the relevance threshold

When fallbackBehavior is set to 'USE_MODEL_KNOWLEDGE', the Einstein GPT grounding policy instructs the AI to fall back to its pre-trained (model) knowledge if the retrieved grounding data does not meet the configured relevance threshold. This ensures the AI still generates a response based on its internal training rather than returning no answer or ignoring the policy entirely.

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.

  • The AI will rely on its pre-trained knowledge when no grounding data meets the relevance threshold

    Why this is correct

    This is the defined fallback: use the model's internal knowledge if grounding data is insufficient.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The AI will return all retrieved grounding data in the response

    Why it's wrong here

    The policy only provides relevant data, not returns it; it's used to inform the response.

  • The AI will not generate a response if no grounding data is found

    Why it's wrong here

    The fallback behavior is to use model knowledge, so it will still generate a response.

  • The AI will ignore the grounding policy and only use model knowledge

    Why it's wrong here

    It only falls back when threshold not met; otherwise grounding data is used.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Salesforce often tests the distinction between 'fallback' and 'ignore' — the trap here is assuming 'USE_MODEL_KNOWLEDGE' means the grounding policy is disregarded, when in fact it is a controlled fallback within the policy's logic.

Detailed technical explanation

How to think about this question

Under the hood, Einstein GPT uses a retrieval-augmented generation (RAG) architecture where grounding data is first retrieved from a knowledge base and scored against a relevance threshold (often a cosine similarity or embedding distance metric). If the top retrieved chunk's score falls below the threshold, the fallbackBehavior parameter determines the next action — 'USE_MODEL_KNOWLEDGE' instructs the LLM to generate a response solely from its parametric memory, which can be critical in customer-facing chatbots where a graceful fallback is preferred over silence or irrelevant data.

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 practitioner preparing for the AI Associate exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

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: The AI will rely on its pre-trained knowledge when no grounding data meets the relevance threshold — When fallbackBehavior is set to 'USE_MODEL_KNOWLEDGE', the Einstein GPT grounding policy instructs the AI to fall back to its pre-trained (model) knowledge if the retrieved grounding data does not meet the configured relevance threshold. This ensures the AI still generates a response based on its internal training rather than returning no answer or ignoring the policy entirely.

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

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.