Free daily set, then full-bank Pro when you want more
Question 1 of 10
Objective 2.6Fundamentals of Generative AI
What is the primary purpose of Amazon Bedrock Agents in a generative AI application?
Correct Answer: A. To automate tasks based on user input and organization data
Concept tested: Fundamentals of Generative AI
A. ✓ Correct: Amazon Bedrock Agents orchestrate tasks in generative AI applications using user inputs and organizational data.
B. × Incorrect: Managing infrastructure for foundation models is not the primary purpose of agents; it's managed by Amazon Bedrock.
C. × Incorrect: C is incorrect as encryption services are handled by Amazon Bedrock, not specifically by agents.
D. × Incorrect: Writing custom code for API calls is unnecessary when using Amazon Bedrock Agents.
Why this matters:Knowing when "To automate tasks based on user input and organization data" is the right choice helps you distinguish prompting, retrieval, agents, and model-customization tasks in AWS generative AI scenarios.
Question 2 of 10
Objective 3.1Applications of Foundation Models
If a model response violates an Amazon Bedrock Guardrail policy, how can Bedrock handle the response?
Correct Answer: A. It can override the response with blocked messaging or mask sensitive information
Concept tested: Applications of Foundation Models
A. ✓ Correct: Bedrock Guardrails can either block or mask response content depending on the policy configuration.
B. × Incorrect: Unmodified unsafe output is not the documented intervention behavior.
C. × Incorrect: Guardrails evaluate runtime content and do not retrain models.
D. × Incorrect: A response violation does not permanently disable a knowledge base.
Why this matters:This matters because runtime safeguards are useful only if you know whether they block, mask, or pass content through unchanged.
Question 3 of 10
Objective 5.2Security, Compliance, and Governance for AI Solutions
What is the best practice to manage permissions for users accessing AWS services in an organization?
Correct Answer: C. Assigning specific permissions based on user roles and responsibilities
Concept tested: Security, Compliance, and Governance for AI Solutions
A. × Incorrect: Granting full access increases security risks by allowing unnecessary privileges.
B. × Incorrect: B is incorrect as creating a single group with all permissions can lead to over-permissioning and increased risk.
C. ✓ Correct: It aligns with the principle of least privilege, ensuring users have only necessary permissions.
D. × Incorrect: D is incorrect as using root account credentials for daily tasks poses significant security risks.
Why this matters:Change control matters because unmanaged updates can disrupt scope, schedule, cost, or compliance.
Keep the momentum
You're 3 questions in. Want the full bank?
Unlock the full question set, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring.
180 more questions, timed exam mode, and saved history are waiting in the full unlock.
Pro is active. Use the full bank, Exam mode, and saved box scores when you want deeper review.
Question 4 of 10
Objective 1.1Fundamentals of AI and ML
Which type of learning involves an agent that learns by interacting with its environment to maximize rewards?
Correct Answer: C. reinforcement learning
Concept tested: Fundamentals of AI and ML
A. × Incorrect: Supervised learning because it involves training on labeled data without the concept of maximizing rewards in an interactive environment.
B. × Incorrect: Unsupervised learning because it focuses on finding patterns in unlabeled data, not on maximizing rewards through interactions.
C. ✓ Correct: Reinforcement learning is correct as it specifically involves agents learning from their interactions with environments to optimize outcomes based on reward signals.
D. × Incorrect: Deep learning because it refers to neural networks with multiple layers and does not inherently involve the concept of reinforcement.
Why this matters:This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support reinforcement learning.
Question 5 of 10
Objective 4.1Guidelines for Responsible AI
Which dimension of AWS responsible AI focuses on ensuring that an AI system's outputs are accurate and reliable, even when faced with unexpected or adversarial inputs?
Correct Answer: C. Veracity and robustness
Concept tested: Guidelines for Responsible AI
A. × Incorrect: Fairness because it pertains to the equitable treatment of different groups of stakeholders rather than system accuracy.
B. × Incorrect: Explainability is incorrect as it relates to understanding and communicating how an AI makes decisions, not ensuring output reliability.
C. ✓ Correct: Veracity and robustness is correct as this dimension specifically addresses achieving accurate outputs even with unexpected or adversarial inputs.
D. × Incorrect: Privacy and security because it deals with obtaining, using, and protecting data and models appropriately.
Why this matters:This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support Veracity and robustness.
Question 6 of 10
Objective 2.5Fundamentals of Generative AI
What is the primary purpose of using Amazon Bedrock Knowledge Bases in a retrieval workflow?
Correct Answer: A. To enhance model responses with data from proprietary sources
Concept tested: Fundamentals of Generative AI
A. ✓ Correct: It directly aligns with the purpose of integrating data sources for retrieval workflows in Amazon Bedrock.
B. × Incorrect: Training foundation models on diverse datasets is not specific to knowledge bases; this is a general practice in machine learning.
C. × Incorrect: Generating natural language queries for unstructured databases is part of querying structured data stores, but it's not the primary purpose of knowledge bases.
D. × Incorrect: Converting images into text is related to services like Amazon Textract and is unrelated to retrieval workflows with knowledge bases.
Why this matters:Knowing when "To enhance model responses with data from proprietary sources" is the right choice helps you distinguish prompting, retrieval, agents, and model-customization tasks in AWS generative AI scenarios.
Question 7 of 10
Objective 3.7Applications of Foundation Models
Which AWS service does Amazon Q Business integrate with to provide AI-powered assistance directly into daily workflows?
Correct Answer: A. Amazon Kendra
Concept tested: Applications of Foundation Models
A. ✓ Correct: Amazon Q Business uses Amazon Kendra for direct integration into daily workflows, offering AI-powered assistance.
B. × Incorrect: Amazon Polly focuses on text-to-speech capabilities and does not integrate with Amazon Q Business to provide AI-powered assistance in daily workflows.
C. × Incorrect: Amazon Translate provides real-time translation services and is unrelated to the integration of AI-powered assistance into daily workflows.
D. × Incorrect: Amazon Rekognition offers image and video analysis, which is not directly relevant to integrating AI-powered assistance into daily workflows.
Why this matters:This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support Amazon Kendra.
Question 8 of 10
Objective 5.3Security, Compliance, and Governance for AI Solutions
Which field must be specified in the API call to encrypt a custom model during creation in Amazon Bedrock?
Correct Answer: A. customModelKmsKeyId
Concept tested: Security, Compliance, and Governance for AI Solutions
A. ✓ Correct: It specifies the exact field required to use AWS KMS keys for encryption of custom models during creation.
B. × Incorrect: B is incorrect as customerEncryptionKeyArn is used for agents and data source ingestion jobs, not custom models.
C. × Incorrect: C is incorrect as kmsKeyArn is used for knowledge base data sources and vector stores, not custom models.
D. × Incorrect: 'encryptionAtRest' is a concept of encryption but not an API field.
Why this matters:Change control matters because unmanaged updates can disrupt scope, schedule, cost, or compliance.
Question 9 of 10
Objective Understanding SageMaker Canvas FeaturesFundamentals of AI and ML
In Amazon SageMaker Canvas, which capability lets business users use built-in AWS AI services such as Amazon Textract, Amazon Rekognition, and Amazon Comprehend without training a custom model?
Correct Answer: A. Ready-to-use models
Concept tested: Fundamentals of AI and ML
A. ✓ Correct: Ready-to-use models in SageMaker Canvas use pre-built AWS AI services and do not require you to build or train a custom model first.
B. × Incorrect: Canvas chat is for interacting with large language models, not for running pre-built AWS AI-service predictions on imported data.
C. × Incorrect: Custom model training builds a model on your own dataset instead of using pre-built AWS AI services directly.
D. × Incorrect: Numeric prediction is one type of custom model, not the Canvas capability for pre-built AWS AI services.
Why this matters:Knowing when to choose Ready-to-use models helps you distinguish pre-built AWS AI-service workflows from Canvas chat and custom model-building paths.
Question 10 of 10
Objective 4.7Guidelines for Responsible AI
What is the primary purpose of the Controllability dimension in AWS's Responsible AI Lens?
Correct Answer: C. To monitor and steer AI system behavior
Concept tested: Guidelines for Responsible AI
A. × Incorrect: Privacy addresses obtaining, using, and managing data appropriately.
B. × Incorrect: B is incorrect as Security deals with protecting against adversarial inputs.
C. ✓ Correct: C is correct as Controllability involves monitoring and steering mechanisms for AI systems.
D. × Incorrect: Veracity aims to achieve factually correct outputs.
Why this matters:This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support To monitor and steer AI system behavior.
Free preview complete
You've reached the free preview.
Go beyond sample questions with the full source-backed bank, objective practice, exam mode, saved progress, and readiness scoring.
190 verified questions are ready behind the full unlock.
Pro is active. Use the full bank, readiness score, and saved exams when you want deeper reps.
Ready to finish?Answer the questions, then submit your test for review.
Go Pro
Unlock the full AIF-C01 bank.
Get the full source-backed bank, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring for this exam.
190 full-bank questionsEvery choice explainedExam Mode and Practice ModeQuestion sets and random testsReadiness score and trendsPrevious test box scores
You've answered 0/10 free questions today.
Locked: 180 more questions in the full bank.
Locked: exam simulation mode and end-of-exam review.
Today's free set refreshes soon. Upgrade to continue with the full bank.
Box scores, domain breakdowns, and full answer explanations for Pro exam attempts on this browser.
Today’s Set
10 questions
Daily set rotates at 10:00 AM local time
Progress
0/10
Answered on this page session
Accuracy
0%
Loading countdown…
7-day score keeper
Answer questions today and this will become a rolling 7-day scorecard.
Local history
Optional progress sync
Keep today’s practice moving
Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily AIF-C01 practice in sync across browsers.
Guest progress saves on this device automatically
190 verified questions are currently in the live bank. Questions updated at May 13, 2026, 6:43 AM CDT. The daily set rotates at 10:00 AM local time, and each explanation links back to the source used to write it. Use the web set for quick practice, then switch to the app when available for larger banks and deeper review.
Careers and fields this exam supports
AWS AI Practitioner fits business and technical people who need practical AI service awareness on AWS without dropping straight into engineer-level ML operations.
Role examples: AI product specialist, cloud consultant, technical pre-sales, and AWS-focused business analyst.
Where it shows up: AI fundamentals, cloud AI adoption, customer enablement, and service-selection guidance.
On-the-job payoff: you need to talk through AWS AI capabilities, use cases, and tradeoffs more than build the training pipeline yourself.
Typical next step: It is a good bridge into deeper ML and platform paths like AWS ML Engineer Associate.
AWS AI Practitioner usually turns on managed-service fit, scope, and operational burden rather than deep implementation detail.
Current emphasis in this bank: Fundamentals of AI and ML (24%).
When two AWS answers sound close, the better one is often the service that solves the workload with the least extra infrastructure or operational overhead.
Best official starting point: AWS Certified AI Practitioner.
dotCreds builds AWS AI Practitioner practice questions from AWS documentation and service references, with official or primary sources preferred first. The questions are written for realistic study practice, not copied from exam dumps.
How are explanations sourced?
Each question includes a source-backed explanation and a link to the documentation or reference used to validate the answer. If an official page is too broad, dotCreds uses a reputable answer-level reference instead of pretending a generic page proves the answer.
What score do I get?
The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.
Why use this site?
The site is the fastest way to start AWS AI Practitioner practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.
Why use the app when available?
The web page is the quick free sampler. If a dotCreds app is available for AWS AI Practitioner, the app is better for larger banks, focused weak-domain drills, longer review sessions, and mobile study routines.
Related practice tests
If you want another cert after AWS AI Practitioner, these pages keep the same daily-question format with source-backed explanations.