Courseiva
AI Concepts and TechniquesmediumMultiple ChoiceObjective-mapped

AI0-001 AI Concepts and Techniques Practice Question

A company wants to build a customer service chatbot that answers questions about their internal policy documents. The documents are updated monthly, and the team cannot afford to retrain a model each time. Which approach is MOST appropriate?

⚠ Common exam trap

CompTIA often tests the misconception that a larger context window or fine-tuning is the only way to handle dynamic data, when in fact RAG is the scalable, cost-effective solution for frequently updated knowledge bases without retraining.

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

Use Retrieval-Augmented Generation (RAG) with the policy documents indexed in a vector store

Retrieval-Augmented Generation (RAG) is the most appropriate approach because it allows the chatbot to answer questions based on the latest policy documents without retraining the model. By indexing the documents in a vector store and retrieving relevant chunks at query time, RAG provides up-to-date, contextually accurate answers while keeping the underlying LLM static, which avoids the cost and complexity of monthly retraining.

Answer analysis

Option-by-option breakdown

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

  • Use a larger foundation model with a longer context window and paste all documents into each prompt

    Why it's wrong here

    Pasting all documents into every prompt is expensive, hits context limits for large document sets, and does not scale as the document library grows.

  • Use Retrieval-Augmented Generation (RAG) with the policy documents indexed in a vector store

    Why this is correct

    RAG retrieves relevant document chunks at query time, ensuring the chatbot always answers from the latest uploaded documents without any model retraining.

  • Fine-tune a base LLM on the policy documents monthly

    Why it's wrong here

    Fine-tuning is expensive and time-consuming; monthly cycles are impractical and fine-tuned knowledge becomes stale immediately after cutoff.

  • Train a custom model from scratch on the policy documents each month

    Why it's wrong here

    Training from scratch requires massive compute resources and weeks of time — entirely disproportionate for monthly document updates.

About these practice questions

Courseiva writes every AI0-001 question from scratch — 754 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 exam.