Question 332 of 500
Fundamentals of Generative AImediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Amazon Bedrock Guardrails, the correct choice because it is the native AWS service designed specifically for content filtering and safety controls on model outputs within Bedrock. When a developer using Claude notices harmful or biased responses, Bedrock Guardrails applies configurable policies—such as denied topics, word filters, and sensitive information redaction—directly to the model’s inference, preventing unsafe content before it reaches users. On the AWS Certified AI Practitioner AIF-C01 exam, this question tests your understanding of which service handles AI safety at the model layer, not network or infrastructure security. A common trap is confusing it with AWS WAF (a web firewall) or GuardDuty (threat detection), but remember: if the problem involves filtering what a generative AI model says, the answer is always Bedrock Guardrails. Memory tip: “Guardrails guard the model’s rails”—if it’s about controlling AI output, think Guardrails.

AIF-C01 Fundamentals of Generative AI Practice Question

This AIF-C01 practice question tests your understanding of fundamentals of generative ai. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A developer is building a chatbot using Amazon Bedrock and Claude. They notice that the model sometimes generates harmful or biased responses. Which AWS service can they use to implement guardrails?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Amazon Bedrock Guardrails

Option C, Amazon Bedrock Guardrails, is the native service for adding content filters and safety controls to models in Bedrock. Option A (AWS WAF) is a web application firewall, not for model output. Option B (Amazon GuardDuty) is a threat detection service. Option D (AWS Shield) protects against DDoS attacks.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • AWS WAF

    Why it's wrong here

    AWS WAF protects web applications from common web exploits, not model outputs.

  • Amazon GuardDuty

    Why it's wrong here

    GuardDuty is a threat detection service for AWS environments, not for content moderation of AI outputs.

  • AWS Shield

    Why it's wrong here

    AWS Shield provides DDoS protection, not content filtering for generative AI.

  • Amazon Bedrock Guardrails

    Why this is correct

    Bedrock Guardrails allows you to define content filters and deny topics to moderate model responses.

    Related concept

    Static NAT maps one inside address to one outside address.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Trap categories for this question

  • Command / output trap

    AWS WAF protects web applications from common web exploits, not model outputs.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AIF-C01 NAT questions on configuration and troubleshooting.

Related practice questions

Related AIF-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AIF-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AIF-C01 question test?

Fundamentals of Generative AI — This question tests Fundamentals of Generative AI — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Amazon Bedrock Guardrails — Option C, Amazon Bedrock Guardrails, is the native service for adding content filters and safety controls to models in Bedrock. Option A (AWS WAF) is a web application firewall, not for model output. Option B (Amazon GuardDuty) is a threat detection service. Option D (AWS Shield) protects against DDoS attacks.

What should I do if I get this AIF-C01 question wrong?

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AIF-C01 NAT questions on configuration and troubleshooting.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on AIF-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A developer is building a customer-facing chatbot using Amazon Bedrock. To ensure the chatbot does not generate offensive or inappropriate content, which AWS feature should they implement?

easy
  • A.AWS Identity and Access Management (IAM) policies
  • B.Amazon Bedrock Guardrails
  • C.Prompt engineering with system prompts
  • D.Increasing the model temperature parameter

Why B: Amazon Bedrock Guardrails provide content filtering, allowing you to define policies to block harmful or inappropriate content. Prompt templates and temperature affect output style but not safety. IAM controls access but not content.

Variation 2. A company is deploying a customer-facing chatbot using Amazon Bedrock. They want to reduce the risk of generating biased or harmful responses. Which TWO measures should they implement? (Choose 2.)

medium
  • A.Implement a human-in-the-loop review for sensitive replies
  • B.Train the model exclusively on historical customer conversations
  • C.Use guardrails to filter content
  • D.Set the temperature parameter to 1.5
  • E.Disable logging to improve performance

Why A: Options A and C are correct. Guardrails filter biased/harmful content, and human-in-the-loop review catches nuanced issues. Option B (training on historical conversations) may reinforce existing biases. Option D (high temperature) increases randomness and potential harm. Option E (disabling logging) reduces ability to audit and improve.

Variation 3. A developer is using Amazon Bedrock to create a chatbot. They want to ensure the bot does not generate toxic or offensive content. Which feature should they enable?

easy
  • A.Use careful prompt engineering to avoid toxic responses.
  • B.Fine-tune the model on a dataset of safe responses.
  • C.Enable content filtering on the Bedrock model.
  • D.Implement external response validation using a third-party API.

Why C: Option B is correct because Bedrock offers content filtering to detect and block harmful content. Option A is wrong because fine-tuning may not fully filter toxic content. Option C is wrong because prompt engineering alone is not enough. Option D is wrong because response validation is not a built-in feature of Bedrock.

Last reviewed: Jun 23, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.