🪨 Amazon Bedrock - AIF-C01 Practice Questions

Amazon Bedrock is a fully managed service for building generative AI applications using foundation models from AI21 Labs, Anthropic, Cohere, Meta, Stability AI, and Amazon. Master model selection, fine-tuning, knowledge bases, guardrails, and agents.

21Questions Available
3Exam Domains

Practice Bedrock Questions Now

Start a timed practice session focusing on Amazon Bedrock topics from the AIF-C01 question bank.

Start AIF-C01 Practice Quiz →

AIF-C01 Bedrock Question Bank (21 Questions)

Browse all 21 practice questions covering Amazon Bedrock for the AIF-C01 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.

  1. Question 1Applications of Foundation Models

    A team uses Amazon Bedrock and wants the model to reference a specific knowledge base of internal policy documents when answering queries. Which feature should they configure?

    AModel fine-tuning
    BKnowledge Bases for Amazon Bedrock
    CBedrock Guardrails
    DProvisioned Throughput

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  2. Question 2Applications of Foundation Models

    A startup wants to compare the performance of multiple foundation models on their summarization task before committing to one. Which Amazon Bedrock feature allows side-by-side evaluation?

    AModel versioning
    BAmazon Bedrock Model Evaluation
    CAmazon SageMaker Clarify
    DBedrock Agents

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  3. Question 3Guidelines for Responsible AI

    Amazon Bedrock Guardrails allows teams to define content filters and topic restrictions for their AI applications. This capability primarily supports which responsible AI goal?

    AImproving model accuracy
    BReducing infrastructure costs
    CPreventing harmful or out-of-scope outputs
    DEnabling multi-modal AI capabilities

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  4. Question 4Security, Compliance, and Governance for AI Solutions

    An enterprise wants to apply consistent policies governing which foundation models can be used across all business units using Amazon Bedrock. Which AWS service provides this organizational control?

    AAWS IAM policies alone
    BAWS Organizations Service Control Policies (SCPs)
    CAmazon Bedrock Guardrails
    DAWS Config Rules

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  5. Question 5Fundamentals of Generative AI

    Which Amazon Bedrock feature allows a foundation model to use external tools (web search, calculators, APIs) to complete tasks?

    AKnowledge Bases
    BModel fine-tuning
    CAgents for Amazon Bedrock
    DGuardrails

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  6. Question 6Fundamentals of Generative AI

    Which Amazon Bedrock feature connects a foundation model to a vector database for Retrieval-Augmented Generation (RAG)?

    AAgents for Amazon Bedrock
    BAmazon Bedrock Knowledge Bases
    CBedrock Guardrails
    DModel Evaluation

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  7. Question 7Applications of Foundation Models

    What is the primary benefit of using a managed foundation model API (like Amazon Bedrock) vs. self-hosting an open-source LLM?

    AManaged APIs are always cheaper than self-hosting
    BManaged APIs eliminate infrastructure management, auto-scale, and provide pay-per-use pricing without GPU fleet maintenance
    CManaged APIs provide full model weight access for customization
    DSelf-hosted models have lower latency in all cases

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  8. Question 8Security, Compliance, and Governance for AI Solutions

    Which AWS service controls access to Amazon Bedrock foundation models using IAM policies?

    AAmazon Bedrock manages its own separate access control system
    BAWS IAM — Bedrock integrates with IAM for authentication and authorization
    CAmazon Cognito handles all Bedrock authentication
    DBedrock uses API keys without IAM integration

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  9. Question 9Fundamentals of Generative AI

    Which foundation model family does Amazon provide natively through Bedrock (built and owned by AWS)?

    ALlama (Meta)
    BClaude (Anthropic)
    CAmazon Titan
    DMistral

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  10. Question 10Applications of Foundation Models

    What is the role of the 'embeddings model' in a Bedrock Knowledge Base setup?

    AGenerating text responses from user queries
    BConverting documents and user queries into vector embeddings so semantically similar text can be retrieved via nearest-neighbor search
    CFiltering retrieved documents for harmful content
    DRanking retrieved results by recency

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  11. Question 11Applications of Foundation Models

    What is 'document parsing' in the context of Bedrock Knowledge Bases?

    ABreaking down complex prompts into simpler subquestions
    BConverting source documents (PDF, HTML, Word, CSV) into clean text chunks that can be embedded and stored in the vector database
    CParsing JSON responses from Bedrock API calls
    DSplitting a Bedrock Knowledge Base into multiple partitions

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  12. Question 12Applications of Foundation Models

    What is 'Amazon Bedrock Knowledge Bases with metadata filtering'?

    AFiltering knowledge base access by IAM user metadata
    BAttaching structured metadata (date, category, author) to document chunks and using it to restrict retrieval to relevant subsets
    CFiltering knowledge base documents by file size
    DMetadata added to Bedrock API invocation logs

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  13. Question 13Security, Compliance, and Governance for AI Solutions

    What is the purpose of 'access logging' for Amazon Bedrock Knowledge Bases?

    ALogging the performance of knowledge base retrieval operations
    BRecording all queries to and retrievals from the knowledge base for security auditing and compliance monitoring
    CTracking the cost of knowledge base storage
    DLogging document ingestion operations for debugging

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  14. Question 14Security, Compliance, and Governance for AI Solutions

    What is 'Amazon Bedrock Guardrails' PII detection used for?

    ADetecting if the user's IAM account contains personal information
    BAutomatically detecting and redacting or blocking PII in LLM inputs and outputs to prevent sensitive personal data from entering model context or responses
    CIdentifying PII in Bedrock Knowledge Base documents
    DDetecting PII in CloudTrail logs of Bedrock API calls

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  15. Question 15Fundamentals of Generative AI

    What is 'Amazon Bedrock Automated Reasoning checks' in Guardrails?

    AUsing Bedrock to check software code for bugs
    BA Guardrails feature that uses formal verification methods to ground-check LLM responses against a defined set of rules, preventing factual errors
    CAn automated system for checking Bedrock API call logic
    DTesting Bedrock models with automated prompt suites

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  16. Question 16Fundamentals of Generative AI

    What is 'Guardrails grounding check' in Amazon Bedrock?

    AEnsuring Bedrock API calls originate from authorized VPCs
    BDetecting and blocking responses where the LLM's output makes claims not supported by the retrieved source documents — preventing hallucination in RAG
    CVerifying that prompts follow the correct format
    DA content filter that blocks responses about prohibited topics

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  17. Question 17Fundamentals of Generative AI

    What is 'Bedrock Knowledge Bases with Aurora PostgreSQL pgvector'?

    AUsing Aurora SQL queries to build Bedrock models
    BUsing Amazon Aurora PostgreSQL with the pgvector extension as the vector store backend for Bedrock Knowledge Bases
    CA method of storing Bedrock fine-tuning data in Aurora
    DAn Aurora integration for Bedrock billing and cost management

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  18. Question 18Applications of Foundation Models

    What is the role of 'vector store indexes' in a Bedrock Knowledge Base?

    AIndexing Bedrock API calls for faster lookup
    BData structures (HNSW, IVF) in the vector database that enable efficient approximate nearest-neighbor search across millions of embedding vectors
    CMetadata indexes on S3 documents for faster ingestion
    DCloudWatch indexes for Bedrock invocation log search

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  19. Question 19Applications of Foundation Models

    What is 'model context protocol' or 'tool use' in the context of Bedrock Agents?

    AA network protocol for transmitting model weights
    BDefining available tools (Lambda functions, APIs) that an LLM can choose to call to gather information or take actions
    CThe number of tokens available in the model context
    DThe authentication method for Bedrock API calls

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  20. Question 20Fundamentals of Generative AI

    What is a 'multi-agent system' in the context of Bedrock Agents?

    AA system where multiple foundation models compete to answer a query
    BMultiple specialized agents that collaborate, with a supervisor agent routing tasks to sub-agents based on their capabilities
    CAn architecture that uses multiple GPUs for inference
    DA system where multiple users send prompts to a single agent

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz
  21. Question 21Applications of Foundation Models

    What is 'Amazon Bedrock Inline Agents'?

    AAgents embedded directly inside a Bedrock knowledge base
    BA feature allowing agents to be created and invoked programmatically at runtime without pre-creating them in the Bedrock console
    CInline code execution within Bedrock agent conversations
    DAgents that run inside a Lambda function environment

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start AIF-C01 Quiz

Key Bedrock Concepts for AIF-C01

bedrockfoundation modelfmmodel accessplaygroundguardrailsknowledge baseagent

AIF-C01 Bedrock Exam Tips

Amazon Bedrock questions in AIF-C01 are typically scenario-based. Focus on generative AI fundamentals, responsible AI, and foundation model use cases. Priority concepts: bedrock, foundation model, fm, model access, playground, guardrails.

What AIF-C01 Expects

  • Anchor your answer in identify the safest and most practical AI implementation approach for business goals.
  • Bedrock scenarios for AIF-C01 are frequently mapped to Domain 2 (24%), Domain 3 (28%), Domain 5 (14%), so read the objective carefully before picking controls or architecture.
  • Expect multi-topic scenarios where Bedrock interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
  • When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Foundational) and vendor best practices.

High-Value Bedrock Concepts

  • Know the core Bedrock building blocks cold: bedrock, foundation model, fm, model access.
  • Review the edge-case features and limits for playground, guardrails; these details are commonly used to differentiate answer choices.
  • Practice service-integration reasoning: how Bedrock pairs with Foundation Models, Prompt Engineering, RAG in real deployment patterns.
  • For AIF-C01, explain why the chosen Bedrock design meets reliability, security, and cost expectations better than the alternatives.

Common AIF-C01 Traps

  • Watch for ignoring data governance and model safety constraints.
  • Questions in Fundamentals of Generative AI often include distractors that look correct for Bedrock but violate least-privilege, durability, or availability requirements.
  • Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
  • If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.

Fast Review Checklist

  • Can you compare at least two Bedrock implementation paths and justify which one best fits the scenario?
  • Can you map the chosen answer back to Fundamentals of Generative AI (24%) outcomes for AIF-C01?
  • Can you explain security and access boundaries for Bedrock without relying on default-open assumptions?
  • Can you describe how Bedrock integrates with Foundation Models and Prompt Engineering during failure, scaling, and monitoring events?

Exam Domains Covering Bedrock

Related Resources

More AIF-C01 Study Resources