3.0 AI Safety, Security, and Governance AIP-C01 Practice Quiz

136 exam-style questions covering 20% of the AIP-C01 exam. Instant feedback on every answer, progress tracking, no signup required.

This domain is part of the AWS Certified Generative AI Developer Professional practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.

Sample Questions

Which description best matches Bedrock guardrails for input filtering in AWS AIP-C01 Domain 3.0 AI Safety, Security, and Governance?
  • A. Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model.
  • B. Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction.
  • C. Real-time input validation involves checking user input immediately for safety, format, policy, and security risks before FM processing.
  • D. Output safety filtering involves screening FM responses to prevent harmful, toxic, private, or policy-violating content from reaching users.

Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model. This is the correct answer.

Which description best matches Custom moderation workflow in AWS AIP-C01 Domain 3.0 AI Safety, Security, and Governance?
  • A. Defense-in-depth safety design involves combining preprocessing, guardrails, model-based checks, post-processing, and API filtering to reduce FM misuse.
  • B. Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction.
  • C. Prompt injection detection involves identifying attempts to override instructions, reveal protected data, or manipulate FM behavior through malicious prompts.
  • D. Jailbreak detection involves identifying attempts to bypass safety rules or force the model to produce disallowed content.

Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction. This is the correct answer.

A GenAI developer must implement input or output safety involving Bedrock guardrails for input filtering. Which answer best describes the control?
  • A. VPC endpoints for FM security is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: VPC endpoints for FM security involves using private connectivity so supported FM-related traffic does not need to traverse the public internet.
  • B. Bedrock guardrails for input filtering is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model.
  • C. IAM policies for FM data access is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: IAM policies for FM data access involves enforcing least privilege access to FM data, prompts, outputs, and supporting resources.
  • D. Lake Formation granular access is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Lake Formation granular access involves controlling fine-grained permissions to governed data sources used by GenAI applications.

Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model. This matches the GenAI safety and governance scenario without confusing input controls, output controls, privacy protections, audit logging, lineage, compliance mechanisms, or responsible AI practices. This is the correct answer.

A GenAI developer must implement input or output safety involving Custom moderation workflow. Which answer best describes the control?
  • A. Data retention with S3 Lifecycle is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Data retention with S3 Lifecycle involves expiring, transitioning, or retaining GenAI-related data according to policy and compliance requirements.
  • B. Programmatic model cards is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Programmatic model cards involves generating structured model documentation that records intended use, limitations, risks, and performance information.
  • C. Custom moderation workflow is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction.
  • D. AWS Glue data lineage tracking is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: AWS Glue data lineage tracking involves tracking data sources and transformations so FM outputs and decisions can be traced to supporting data.

Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction. This matches the GenAI safety and governance scenario without confusing input controls, output controls, privacy protections, audit logging, lineage, compliance mechanisms, or responsible AI practices. This is the correct answer.

A GenAI developer must implement input or output safety involving Real-time input validation. Which answer best describes the control?
  • A. Transparent AI output design is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Transparent AI output design involves presenting explanations, evidence, uncertainty, or reasoning traces so users understand FM behavior.
  • B. Source attribution in FM responses is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Source attribution in FM responses involves showing retrieved sources or evidence that support generated answers.
  • C. Fairness evaluation for FM outputs is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Fairness evaluation for FM outputs involves measuring whether FM outputs show bias or unequal treatment across relevant groups or contexts.
  • D. Real-time input validation is the best fit when a professional GenAI safety, security, or governance workflow requires this behavior: Real-time input validation involves checking user input immediately for safety, format, policy, and security risks before FM processing.

Real-time input validation involves checking user input immediately for safety, format, policy, and security risks before FM processing. This matches the GenAI safety and governance scenario without confusing input controls, output controls, privacy protections, audit logging, lineage, compliance mechanisms, or responsible AI practices. This is the correct answer.

A GenAI application must block unsafe input, filter outputs, reduce hallucinations, or defend against adversarial prompts. Which scenario best matches Bedrock guardrails for input filtering?
  • A. A workflow points to CloudTrail audit logging for GenAI when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: CloudTrail audit logging for GenAI involves recording AWS API activity related to GenAI systems for audit, investigation, and compliance evidence.
  • B. A workflow points to Organizational AI governance framework when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Organizational AI governance framework involves aligning GenAI implementation with internal policies, responsible AI principles, and regulatory requirements.
  • C. A workflow points to Bedrock guardrails for input filtering when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model.
  • D. A workflow points to Automated policy violation detection when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Automated policy violation detection involves detecting misuse, drift, or policy violations in GenAI systems and triggering alerts or remediation.

Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model. This distinction matters because choosing a nearby concept would lead to the wrong safety layer, privacy control, audit mechanism, source-tracking method, policy enforcement point, or responsible AI implementation. This is the correct answer.

A GenAI application must block unsafe input, filter outputs, reduce hallucinations, or defend against adversarial prompts. Which scenario best matches Custom moderation workflow?
  • A. A workflow points to Bedrock guardrails for input filtering when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model.
  • B. A workflow points to Real-time input validation when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Real-time input validation involves checking user input immediately for safety, format, policy, and security risks before FM processing.
  • C. A workflow points to Output safety filtering when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Output safety filtering involves screening FM responses to prevent harmful, toxic, private, or policy-violating content from reaching users.
  • D. A workflow points to Custom moderation workflow when input safety, output filtering, privacy, compliance, traceability, or responsible AI depends on this distinction: Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction.

Custom moderation workflow involves using Step Functions and Lambda to apply application-specific moderation logic before or after FM interaction. This distinction matters because choosing a nearby concept would lead to the wrong safety layer, privacy control, audit mechanism, source-tracking method, policy enforcement point, or responsible AI implementation. This is the correct answer.

A production GenAI system must enforce layered safety controls without blocking legitimate use. Which answer applies Bedrock guardrails for input filtering most accurately?
  • A. Hallucination reduction with Knowledge Bases is the correct GenAI developer choice when the safety, security, or governance decision depends on this exact behavior: Hallucination reduction with Knowledge Bases involves grounding FM answers in retrieved trusted sources to reduce unsupported or fabricated responses.
  • B. Confidence scoring is the correct GenAI developer choice when the safety, security, or governance decision depends on this exact behavior: Confidence scoring involves estimating how reliable or supported an FM response appears before it is used or shown.
  • C. JSON Schema output enforcement is the correct GenAI developer choice when the safety, security, or governance decision depends on this exact behavior: JSON Schema output enforcement involves requiring generated output to follow a structured schema so downstream systems can validate and process it reliably.
  • D. Bedrock guardrails for input filtering is the correct GenAI developer choice when the safety, security, or governance decision depends on this exact behavior: Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model.

Bedrock guardrails for input filtering involves filtering harmful, unsafe, or policy-violating user inputs before they reach a foundation model. This applies the concept at the point where a professional GenAI developer must implement production safety, privacy, governance, and responsible AI controls for FM applications. This is the correct answer.

Key Terms in This Domain

Link to this quiz

Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:

https://quizbuffet.com/aws-genai-developer-professional/ai-safety-security-and-governance/

<a href="https://quizbuffet.com/aws-genai-developer-professional/ai-safety-security-and-governance/">AWS GenAI Developer Professional AI Safety, Security, and Governance practice quiz on QuizBuffet</a>

Other AIP-C01 Domains

← Back to AIP-C01 practice test overview

Questions are written against the published AIP-C01 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.