AI Intermediate · 22% of the exam

AWS Bedrock & AI Services: free practice questions

5 sample questions from our 149-question bank for this domain — answers and explanations included. These are the same scenario-based style as the real DataCertPrep exam.

1. A company uses Amazon Bedrock with the on-demand pricing model. During a product launch, traffic spikes dramatically, and the team observes throttling and high latency for their most critical inference workloads. The model they use is available for provisioned throughput. What is the PRIMARY benefit of switching to provisioned throughput for this workload?

  • A. Provisioned throughput eliminates all per-token costs, making inference free after purchase
  • B. Provisioned throughput guarantees a reserved level of model units (throughput), preventing throttling for predictable high-volume workloads✓ Correct
  • C. Provisioned throughput allows the company to use any foundation model across all AWS regions simultaneously
  • D. Provisioned throughput automatically scales capacity up and down based on real-time traffic with no commitment
Explanation

Provisioned throughput in Amazon Bedrock allows customers to purchase a fixed number of model units, guaranteeing a consistent throughput level that prevents throttling — ideal for high-volume, predictable workloads. It does not eliminate per-token costs; customers pay for the committed capacity regardless of actual usage, which is a commitment cost, not free inference. Provisioned throughput applies to a specific model in specific regions; it does not grant cross-region access to all models. Provisioned throughput is a committed capacity purchase with a minimum term (e.g., 1 month or 6 months) and does not auto-scale — that characteristic describes on-demand pricing.

2. A company is using Amazon Bedrock Guardrails with grounding checks enabled. A user asks the chatbot a question, and the model generates a response. The grounding check evaluates the response. What is the grounding check SPECIFICALLY designed to detect?

  • A. Whether the user's input contains offensive or harmful language
  • B. Whether the model's response is factually consistent with the retrieved reference content (source documents), flagging hallucinations✓ Correct
  • C. Whether the user's request falls within a set of approved topics defined by the administrator
  • D. Whether the model response contains PII such as names or phone numbers
Explanation

Grounding checks in Bedrock Guardrails compare the model's generated response against a provided reference source (e.g., retrieved Knowledge Base passages) and compute a grounding score. Responses that contain claims not supported by the reference content are flagged as potentially hallucinated — this is precisely what grounding checks are designed for. Detecting offensive or harmful language in user input is the role of content filters, not grounding checks. Restricting conversations to approved topics is handled by the denied topics feature. Detecting PII in model responses or user inputs is handled by sensitive information filters (PII redaction), not grounding checks.

3. A developer at a retail company wants to build a product image moderation system. The application must automatically detect inappropriate or adult content in user-uploaded product photos before they are published to the catalog. The team wants a fully managed AWS service with no ML expertise required. Which AWS service is the MOST appropriate for this use case?

  • A. Amazon Rekognition with content moderation labels✓ Correct
  • B. Amazon Bedrock with a Stability AI image model
  • C. Amazon SageMaker with a pre-built image classification model
  • D. Amazon Textract with document analysis features
Explanation

Amazon Rekognition provides a fully managed Content Moderation API that can detect explicit, suggestive, or violent content in images and videos with no ML expertise required — this is its purpose-built use case. Amazon Bedrock with Stability AI is a generative image model used for creating images, not classifying or moderating them. Amazon SageMaker requires significant ML expertise to set up and maintain a custom image classifier. Amazon Textract is designed for extracting text and structured data from documents, not image content moderation.

4. A developer at a healthcare company is building a Bedrock-powered application and wants to evaluate how well the foundation model's responses are grounded in the retrieved source documents from a Knowledge Base (i.e., the model should not hallucinate information not present in the sources). They want this evaluation to run automatically at scale without human reviewers. Which evaluation metric available in Amazon Bedrock's automatic model evaluation is MOST appropriate for this goal?

  • A. ROUGE-L score comparing generated responses to reference answers
  • B. BERTScore measuring semantic similarity between prompt and response
  • C. Correctness metric using an LLM judge to score factual accuracy against reference answers
  • D. Groundedness metric that measures whether the response is supported by the source passages✓ Correct
Explanation

The Groundedness metric in Amazon Bedrock's automatic model evaluation specifically measures whether the model's generated response is factually supported by the provided source passages — directly addressing the hallucination concern in RAG use cases. It evaluates whether claims in the response can be traced back to the retrieved context. ROUGE-L (option A) measures lexical overlap between a generated response and a reference answer; it does not assess whether the content is grounded in source documents and is better suited for summarization tasks. BERTScore (option B) measures semantic similarity but compares the response to a reference text, not to source passages — it does not assess groundedness in retrieved context. The Correctness metric (option C) using an LLM judge compares the response against a golden reference answer for factual accuracy, but this requires pre-defined reference answers and does not directly evaluate grounding against retrieved passages the way the Groundedness metric does.

5. A company is migrating a legacy audio transcription workflow to AWS. The pipeline receives telephony audio recordings (8 kHz, mono, .wav format) and must convert them to text transcripts with speaker identification enabled. Which AWS service and feature combination is correct?

  • A. Amazon Transcribe with speaker diarization (ShowSpeakerLabels) enabled✓ Correct
  • B. Amazon Comprehend with audio entity recognition enabled
  • C. Amazon Rekognition with audio label detection enabled
  • D. Amazon Bedrock with an Amazon Titan multimodal model
Explanation

Amazon Transcribe is AWS's managed automatic speech recognition (ASR) service that supports telephony audio formats (8 kHz), and its speaker diarization feature (ShowSpeakerLabels parameter) automatically identifies and labels different speakers in a recording. Amazon Comprehend processes text, not audio, and has no audio input capability. Amazon Rekognition analyzes images and videos but does not process audio recordings for speech-to-text. Amazon Bedrock with Titan multimodal supports text and images, not raw audio transcription.

144 more questions in this domain

Practice the full bank with instant grading, flashcards, and a timed mock exam.

Start practicing free