AIP-C01 Practice Question: Foundation Model Integration Data And Compliance
A developer is building a RAG system and wants to include document metadata in the search retrieval. How is this done?
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
✓
By adding metadata files alongside the documents in S3 and using custom ingestion logic.
Metadata is attached to the chunks in the vector index. During query, the system can use the `filter` parameter to limit results.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
By prepending the metadata to the prompt.
Why it's wrong here
This is inefficient and does not work for filtering.
- ✓
By adding metadata files alongside the documents in S3 and using custom ingestion logic.
Why this is correct
This is the standard way to map metadata to chunks.
- ✗
It is done automatically by the model.
Why it's wrong here
The developer must define the metadata ingestion.
- ✗
It is not possible to use metadata in Bedrock RAG.
Why it's wrong here
It is a supported and common feature.
About these practice questions
One of 181 original AIP-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Amazon Web Services exam blueprint
This AIP-C01 practice question is part of Courseiva's free Amazon Web Services 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 AIP-C01 exam.