Amazon AWS Certified Generative AI Developer - Professional AIP-C01 Free Practice Test - 20 Questions

Exam Code: AIP-C01

20 questions · Full explanations · No account required

Free

20 original free practice questions for Amazon AWS Certified Generative AI Developer - Professional AIP-C01.

Question 1 of 20

A developer is building a chatbot using Amazon Bedrock. The chatbot needs to answer questions based on a large internal company document that is updated weekly. The developer has only a small set of labeled example conversations. Which approach should the developer use to minimize cost and development effort while ensuring the model can reference the latest document content?

Use Retrieval-Augmented Generation (RAG) with a vector database to retrieve relevant document chunks at inference time.
Fine-tune the foundation model on the entire document and all example conversations.
Use prompt engineering to include the entire document as context in every request.
Train a custom model from scratch using the company document and example conversations.
Show Hint

Determine the appropriate model customization technique for a given use case.