AWS AIP-C01 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for AWS Certified Generative AI Developer - Professional (AIP-C01) topics such as foundation model integration, Amazon Bedrock application design, retrieval, agents, tool use, guardrails, data protection, evaluation, monitoring, troubleshooting, latency, and cost. The prompts emphasize production design rather than isolated service trivia.
The sample set below is part of the AWS AIP-C01 guide path:
Work through each prompt before opening the explanation. AIP-C01 questions usually reward answers that ground model output, protect data, control tools, and make behavior measurable.
Topic: Grounding an internal policy assistant
A company is building an internal assistant that answers HR policy questions from approved documents. Answers must be grounded in current policy, include citations, and avoid using stale documents that are no longer approved. What is the best design?
Best answer: C
Explanation: The requirement is current, approved, cited policy content. Retrieval keeps the source corpus maintainable and lets the application select approved passages at runtime instead of relying on model memory.
Why the other choices are weaker:
What this tests: Choosing retrieval-augmented generation for grounded, governed, citation-backed enterprise answers.
Related topics: Retrieval; Amazon Bedrock; Grounding; Governance
Topic: Controlling an agent action
An agent can summarize customer issues and create refund requests through an internal API. The business allows automatic requests only below a dollar threshold and requires every action to be traceable. Which implementation is strongest?
Best answer: C
Explanation: A production agent should not receive broad authority. The action path needs least privilege, validated inputs, business rules, duplicate protection, and logs that show what happened.
Why the other choices are weaker:
What this tests: Securing agent tool use with IAM boundaries, validation, policy checks, and traceability.
Related topics: Agents; Tool use; IAM; Audit logging
Topic: Troubleshooting poor generated answers
After a new release, a support chatbot starts giving vague answers even though the model endpoint is healthy. Logs show retrieval returns only one short passage for many questions, and user satisfaction drops. What should the team investigate first?
Best answer: D
Explanation: The logs point to a retrieval problem. If the model receives thin or poorly selected context, the generated answer may be vague even when the model endpoint is functioning.
Why the other choices are weaker:
What this tests: Troubleshooting GenAI quality by reading telemetry and separating model behavior from retrieval behavior.
Related topics: RAG troubleshooting; Embeddings; Prompt context; Monitoring
Topic: Protecting sensitive source data
A legal department wants a GenAI app to summarize confidential contracts. The application must keep source files encrypted, limit access to authorized users, prevent broad model access to unrelated documents, and retain logs for review. Which design best fits?
Best answer: A
Explanation: A production GenAI architecture still needs ordinary cloud security controls. Encryption, least privilege, filtering, network boundaries, and audit logs protect source data and make behavior reviewable.
Why the other choices are weaker:
What this tests: Applying data protection, access control, and auditability to GenAI source material and outputs.
Related topics: Data protection; Least privilege; Audit logs; Confidential data
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by AWS or any certification body.