Courseiva

AIF-C01 · topic practice

Fundamentals of Generative AI practice questions

Practise AWS Certified AI Practitioner AIF-C01 Fundamentals of Generative AI practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Fundamentals of Generative AI

What the exam tests

What to know about Fundamentals of Generative AI

Fundamentals of Generative AI questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Fundamentals of Generative AI exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Fundamentals of Generative AI questions

20 questions · select your answer, then reveal the explanation

A data science team is evaluating foundation models for a code generation task. They need a model that is fine-tuned for code and can be deployed on Amazon SageMaker. Which THREE criteria are important to consider when selecting a model?

A company wants to generate product descriptions from a few keywords without managing infrastructure. Which AWS service provides a serverless API for accessing foundation models?

A data scientist is evaluating foundation models for a text summarization task and wants to use a standard metric. Which metric is commonly used to assess the quality of generated summaries?

A machine learning engineer notices that a generative AI model occasionally produces biased outputs. Which AWS feature can automatically filter harmful content before it reaches users?

A team is using Amazon Bedrock with a Claude model and wants to ensure responses adhere to a specific output format such as JSON. Which technique should be applied?

A startup wants to integrate a generative AI chatbot into their mobile app with minimal latency. Which AWS service is purpose-built for deploying foundation models with low latency and high throughput?

A company wants to personalize its generative AI model for its specific domain without sharing data with third-party model providers. Which method should they use?

A developer is using Amazon Bedrock's Converse API to build a multi-turn conversation. They notice the model forgets earlier context after a few exchanges. What is the most likely cause?

Which TWO actions are best practices for reducing hallucinations in generative AI models? (Choose 2)

Which THREE are key capabilities of Amazon Bedrock? (Choose 3)

Which TWO factors are most important when selecting a foundation model for a sentiment analysis task? (Choose 2)

A developer runs this AWS CLI command to invoke a model in us-west-2 but receives an error: 'An error occurred (ModelNotFoundException) when calling the InvokeModel operation: Model not found'. What is the most likely cause?

Network Topology
body '{"prompt": "Human: Summarize the following: ..."}'aws bedrock-runtime invoke-modelmodel-id "anthropic.claude-v2"content-type "application/json" region us-west-2Refer to the exhibit.```

A user has this IAM policy and attempts to invoke the model in the us-west-2 region. They receive an AccessDenied error. What is the reason?

Exhibit

Refer to the exhibit.
```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "bedrock:InvokeModel",
      "Resource": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2"
    }
  ]
}
```

A developer deployed this guardrail to block sensitive topics and sexual content. However, the model still generates responses about a specific sensitive topic that is not in the TopicPolicy. What should the developer do to prevent this?

Exhibit

Refer to the exhibit.
```yaml
Resources:
  MyGuardrail:
    Type: AWS::Bedrock::Guardrail
    Properties:
      Name: my-guardrail
      TopicPolicy:
        Topics:
          - Name: sensitive-topic
            Definition: "Do not discuss sensitive topics."
            Type: DENY
      ContentPolicy:
        Filters:
          - Type: SEXUAL
            InputStrength: HIGH
            OutputStrength: HIGH
```

A data scientist is deploying a fine-tuned Mistral model on Amazon Bedrock. After deployment, inference latency is too high for real-time applications. Which configuration change can reduce latency without significantly impacting output quality?

A bank is using Amazon Bedrock to summarize customer support transcripts. The summaries often contain factual inaccuracies (hallucinations). Which approach is most effective for reducing hallucinations?

A media company uses a foundation model on Amazon Bedrock to generate article summaries. The model occasionally omits important details. Which prompt engineering technique is most likely to improve completeness?

A company fine-tunes a foundation model using SageMaker to create a domain-specific chatbot. After deployment on Bedrock, the model shows high confidence in incorrect answers. What is the most likely cause and its solution?

What is a foundation model?

Which TWO strategies can help reduce inference costs when using Amazon Bedrock? (Select TWO.)

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Fundamentals of Generative AI sessions

Start a Fundamentals of Generative AI only practice session

Every question in these sessions is drawn from the Fundamentals of Generative AI domain — nothing else.

Related practice questions

Related AIF-C01 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the AIF-C01 exam test about Fundamentals of Generative AI?
Fundamentals of Generative AI questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Fundamentals of Generative AI questions in a focused session?
Yes — the session launcher on this page draws every question from the Fundamentals of Generative AI domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other AIF-C01 topics?
Use the topic links above to move to related areas, or go back to the AIF-C01 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the AIF-C01 exam covers. They are not copied from any real exam or dump site.