Courseiva
Fundamentals of Generative AIhardMultiple ChoiceObjective-mapped

AIF-C01 Fundamentals of Generative AI Practice Question

A financial services company is subject to strict regulatory requirements. They plan to use generative AI to summarize customer interaction logs. Which combination of AWS services and configurations best ensures compliance while maintaining accuracy?

⚠ Common exam trap

A common misconception is that encryption alone ensures compliance. However, the trap here is that public internet access (even with HTTPS) violates strict regulatory requirements that mandate private network connectivity (via VPC endpoints) and data residency controls.

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

Use Amazon Bedrock with a private VPC endpoint, AWS KMS encryption, and content filtering.

It combines a private VPC endpoint to keep all traffic within the AWS network (avoiding public internet exposure), AWS KMS encryption for data at rest and in transit, and content filtering to block sensitive or non-compliant outputs. This architecture meets strict regulatory requirements for data privacy and security while using Amazon Bedrock's managed foundation models for accurate summarization.

Answer analysis

Option-by-option breakdown

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

  • Deploy an open-source model on Amazon Bedrock in a local on-premises server.

    Why it's wrong here

    Bedrock is a managed service, not on-premises.

  • Use Amazon Bedrock with a foundation model and public internet access without encryption.

    Why it's wrong here

    Lacks encryption and data governance.

  • Use Amazon SageMaker to host a fine-tuned model with a public API key.

    Why it's wrong here

    Public API keys are insecure for regulated data.

  • Use Amazon Bedrock with a private VPC endpoint, AWS KMS encryption, and content filtering.

    Why this is correct

    This configuration meets regulatory requirements for data privacy and content safety.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

About these practice questions

This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.