AWS Certified Generative AI Developer - Professional · Domain 1 · 31% of exam

Foundation Model Integration, Data Management, and Compliance

Drill 20 practice questions focused entirely on Foundation Model Integration, Data Management, and Compliance for the AWS AIP-C01 exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

A financial advisory startup builds a customer support assistant using Amazon Bedrock Agents. Users interact across multiple sessions over several days, and the business requires the agent to remember key facts from earlier conversations (such as a customer's stated risk tolerance) so that follow-up sessions feel continuous. The team already uses session state for within-conversation context, but that context is lost once a session ends. Which approach most directly satisfies the requirement with the least custom development?

Reviewed for accuracy · Report an issue
Question 2 of 20

A financial services company runs a customer-facing chatbot on Amazon Bedrock using Anthropic Claude. During market-open hours the traffic spikes predictably to about 12x baseline for roughly 90 minutes, and users experience throttling errors (ThrottlingException) because the on-demand account-level quota is exceeded. Outside these windows, traffic is low and steady. The team wants to eliminate throttling during the spike while minimizing cost the rest of the day. What is the most appropriate approach?

Reviewed for accuracy · Report an issue
Question 3 of 20

A financial services company is building a customer support assistant with Amazon Bedrock Agents. When a customer asks to cancel a pending wire transfer, the agent must call the bank's internal transfer-cancellation microservice. For security and compliance reasons, this microservice runs inside a private on-premises data center that is not reachable from AWS Lambda or any AWS-hosted compute, and the security team refuses to expose it via any public or VPC-connected endpoint that Bedrock could invoke. The team still wants the agent to orchestrate the conversation, determine when cancellation is needed, and extract the correct parameters. How should the developer configure the Bedrock Agent action group to satisfy these constraints?

Reviewed for accuracy · Report an issue
Question 4 of 20

A media analytics company needs to generate summaries for a backlog of 4 million archived news articles using Amazon Bedrock. There is no user-facing latency requirement — the job can run overnight or over several days. The team wants to minimize cost per token while processing this large, static dataset. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 5 of 20

A European healthcare analytics company runs a generative AI application on Amazon Bedrock using Anthropic Claude models. Under GDPR and internal policy, all prompt and completion data containing patient information must never be processed or stored outside the EU. During a load test, the team enabled cross-region inference profiles to improve throughput and reduce throttling. Their compliance officer flags a concern about where inference requests are being routed. Which action best ensures the solution meets the data residency requirement while still addressing throughput needs?

Reviewed for accuracy · Report an issue
Question 6 of 20

A data engineering team is preparing a proprietary corpus of 2 million customer support transcripts to fine-tune a foundation model on Amazon Bedrock. During exploratory analysis they discover that roughly 30% of the transcripts are near-duplicates (repeated boilerplate greetings, canned responses, and copy-pasted templates), and a subset contains full credit card numbers embedded in free-text fields. The team wants the fine-tuned model to generalize well and wants to minimize compliance risk before the customization job runs. Which data preparation approach best addresses both concerns?

Reviewed for accuracy · Report an issue
Question 7 of 20

A European healthcare company must build a clinical document summarization application using Amazon Bedrock. Regulatory requirements mandate that all patient data, including inference requests and responses, must never leave the EU. The team wants to use Anthropic Claude models but discovers their preferred model version is not yet available in any EU region. Compliance has explicitly rejected any cross-region inference that could route data outside the EU. Which approach best satisfies both the functional and compliance requirements?

Reviewed for accuracy · Report an issue
Question 8 of 20

A retail company is building a semantic product search system using Amazon Bedrock. Their engineering team generates embeddings for 2 million product descriptions using Amazon Titan Text Embeddings and stores them in Amazon OpenSearch Serverless. During testing, they observe that search relevance is inconsistent: some semantically similar products score poorly while unrelated products with longer descriptions rank higher. The team configured the OpenSearch k-NN index to use the L2 (Euclidean) distance metric. What is the MOST likely cause and appropriate fix?

Reviewed for accuracy · Report an issue
Question 9 of 20

A healthcare startup uses Amazon Bedrock with Anthropic Claude to power a patient-facing chatbot. Compliance requires that any Social Security numbers or phone numbers entered by users are never sent to the model or stored in logs, and that the model refuses to produce medical dosage recommendations. The team wants a managed, model-agnostic mechanism that enforces these rules on both input prompts and model output without writing custom regex-based filtering code in the application layer. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 10 of 20

A software company wants to build a RAG-based internal support assistant using Amazon Bedrock Knowledge Bases. Their engineering documentation lives in Atlassian Confluence, and content is updated frequently by multiple teams. The team wants to minimize custom code for ingestion, keep the knowledge base current with Confluence changes, and avoid building and maintaining an ETL pipeline to export documents into Amazon S3. What is the MOST operationally efficient approach?

Reviewed for accuracy · Report an issue
Question 11 of 20

A media company uses an Amazon Bedrock Knowledge Base backed by an Amazon S3 data source containing 50,000 documents. During a scheduled ingestion job, the sync completes but the team notices that roughly 300 documents were not indexed. They need a reliable way to identify exactly which documents failed and why, without re-processing the entire corpus. What is the most effective approach?

Reviewed for accuracy · Report an issue
Question 12 of 20

A developer builds a Bedrock Knowledge Base using Amazon Titan Text Embeddings V2 configured to output 1024-dimensional vectors, stored in an Amazon OpenSearch Serverless vector index. After several months, the team decides to switch the embedding model to Cohere Embed English, which produces 1024-dimensional vectors but uses a different embedding space and similarity distribution. What must the team do to ensure retrieval quality remains correct after the switch?

Reviewed for accuracy · Report an issue
Question 13 of 20

A financial services company built a Bedrock Knowledge Base over regulatory filings. Analysts complain that queries containing exact regulatory codes (e.g., 'Rule 15c3-3') and specific ticker symbols often return semantically related but incorrect documents, while conceptual questions like 'what are liquidity requirements' work well. The team wants to improve retrieval accuracy for both keyword-exact and conceptual queries without building a separate search system. What should they configure?

Reviewed for accuracy · Report an issue
Question 14 of 20

A financial services company runs a Bedrock Knowledge Base backed by an Amazon S3 data source and an OpenSearch Serverless vector store. Every night, a compliance team uploads a mix of brand-new policy PDFs, revised versions of existing PDFs (same object keys), and they delete a small number of retired policies from the S3 bucket. The developer needs the knowledge base to reflect all three types of changes with minimal cost and without re-embedding documents that have not changed. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 15 of 20

A SaaS company is building a customer support assistant using Amazon Bedrock Knowledge Bases. Each of their 400 enterprise tenants has its own set of support documents that must never be visible to other tenants. The engineering team wants a single, cost-efficient architecture that avoids provisioning hundreds of separate vector indexes while still guaranteeing strict tenant isolation at query time. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 16 of 20

A pharmaceutical company is building a research assistant on Amazon Bedrock Knowledge Bases. Analysts frequently ask questions that require connecting related entities across many documents — for example, 'Which compounds share a mechanism of action with the drug studied in trial X, and what were their adverse events?' With standard vector-based RAG, the assistant retrieves individually relevant chunks but consistently fails to synthesize answers that depend on multi-hop relationships between entities scattered across the corpus. Which approach should the team adopt to best improve answer quality for these relationship-heavy queries?

Reviewed for accuracy · Report an issue
Question 17 of 20

A financial services company builds a single Amazon Bedrock Knowledge Base backed by Amazon OpenSearch Serverless. It ingests documents from three S3 buckets: one with public marketing content, one with internal HR policies, and one with confidential M&A deal documents restricted to a small deal team. All employees can query the same chatbot application, but each user must only receive answers derived from documents they are authorized to see. The team wants to avoid building and maintaining three separate Knowledge Bases. What is the most effective approach?

Reviewed for accuracy · Report an issue
Question 18 of 20

A financial services company is building a RAG assistant using Amazon Bedrock Knowledge Bases over lengthy regulatory filings. During testing, they find that small chunks retrieve precisely relevant passages but the foundation model lacks enough surrounding context to generate coherent, complete answers. Larger chunks improve answer coherence but degrade retrieval precision because embeddings become diluted across many topics. They want to preserve precise retrieval while giving the model broader context at generation time. Which Bedrock Knowledge Bases chunking approach best addresses this?

Reviewed for accuracy · Report an issue
Question 19 of 20

A legal services company is building a Bedrock Knowledge Base from a document repository in Amazon S3. The repository contains a mix of native text PDFs and scanned PDFs (image-based) of older contracts. After the initial ingestion and sync, users report that queries about clauses found only in the scanned contracts return no relevant results, while queries about native text PDFs work correctly. The team confirms the scanned PDFs synced without errors. What is the MOST appropriate way to make the scanned contract content retrievable?

Reviewed for accuracy · Report an issue
Question 20 of 20

A financial services team uses a Bedrock Knowledge Base with the RetrieveAndGenerate API to answer customer questions about mutual fund products. Compliance requires that every generated answer must cite the source document sections it used and must decline to answer when the retrieved passages do not contain sufficient information (rather than relying on the model's general knowledge). The default responses sometimes include information not present in the retrieved chunks and omit citations. Which approach best addresses these requirements while keeping the managed RAG workflow?

Reviewed for accuracy · Report an issue

More AIP-C01 practice

Keep going with the other AWS Certified Generative AI Developer - Professional domains, or take a full timed mock exam.

← Back to AIP-C01 overview