Amazon AWS Certified AI Practitioner AIF-C01 Exam Questions

Page: 1 / 14
Total 365 questions
Question 1

An AI company periodically evaluates its systems and processes with the help of independent software vendors (ISVs). The company needs to receive email message notifications when an ISV's compliance reports become available.

Which AWS service meets this requirement?



Answer : B

The correct answer is AWS Artifact, which is a central resource for accessing AWS compliance documentation, audit reports, and certifications from both AWS and third-party providers, including ISVs. According to AWS documentation, Artifact supports notifications for newly available reports. Customers can subscribe to notification emails when specific compliance documents or updates are published. This feature is ideal for regulated industries or companies needing third-party verification of compliance and security postures. Artifact provides access to reports such as SOC 2, ISO, PCI, and more, and is commonly used for audit preparation and vendor risk management. In contrast, AWS Audit Manager helps create internal audit frameworks but is not focused on third-party report distribution. AWS Data Exchange is for marketplace data sharing, and Trusted Advisor provides performance and cost optimization recommendations, not compliance document alerts. Thus, AWS Artifact is the purpose-built service that meets this requirement.

Referenced AWS AI/ML Documents and Study Guides:

AWS Artifact Documentation -- Compliance Reports and Subscriptions

AWS Security and Compliance Whitepaper -- Using Artifact for Third-Party Assurance


Question 2

A company wants to learn about generative AI applications in an experimental environment.

Which solution will meet this requirement MOST cost-effectively?



Answer : C

The correct answer is Amazon Bedrock PartyRock, a playground for building and experimenting with generative AI apps in a low-cost, no-code environment. PartyRock is designed for innovation and learning. It enables users to try out prompts, LLM apps, and templates using Amazon Bedrock under a free-tier friendly setup. According to AWS, PartyRock abstracts infrastructure and allows rapid prototyping using models from Bedrock providers. This makes it ideal for early experimentation, especially for non-developers or those not ready to invest in full production pipelines. In contrast, Amazon Q Developer is for software engineering tasks, SageMaker JumpStart focuses on deploying ML models, and Q Business targets enterprise knowledge workers. None of those are as cost-effective and experimental-focused as PartyRock.

Referenced AWS AI/ML Documents and Study Guides:

Amazon Bedrock Documentation -- PartyRock Overview

AWS Generative AI Learning Path -- Getting Started Tools


Question 3

Which component of Amazon Bedrock Studio can help secure the content that AI systems generate?



Answer : C

Amazon Bedrock Studio provides tools to build and manage generative AI applications, and the company needs a component to secure the content generated by AI systems. Guardrails in Amazon Bedrock are designed to ensure safe and responsible AI outputs by filtering harmful or inappropriate content, making them the key component for securing generated content.

Exact Extract from AWS AI Documents:

From the AWS Bedrock User Guide:

'Guardrails in Amazon Bedrock provide mechanisms to secure the content generated by AI systems by filtering out harmful or inappropriate outputs, such as hate speech, violence, or misinformation, ensuring responsible AI usage.'

(Source: AWS Bedrock User Guide, Guardrails for Responsible AI)

Detailed

Option A: Access controlsAccess controls manage who can use or interact with the AI system but do not directly secure the content generated by the system.

Option B: Function callingFunction calling enables AI models to interact with external tools or APIs, but it is not related to securing generated content.

Option C: GuardrailsThis is the correct answer. Guardrails in Amazon Bedrock secure generated content by filtering out harmful or inappropriate material, ensuring safe outputs.

Option D: Knowledge basesKnowledge bases provide data for AI models to generate responses but do not inherently secure the content that is generated.


AWS Bedrock User Guide: Guardrails for Responsible AI (https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html)

AWS AI Practitioner Learning Path: Module on Responsible AI and Model Safety

Amazon Bedrock Developer Guide: Securing AI Outputs (https://aws.amazon.com/bedrock/)

Question 4

A company is developing an AI solution to help make hiring decisions.

Which strategy complies with AWS guidance for responsible AI?



Answer : C

The correct answer is C -- Test the AI solution to ensure that it does not discriminate against any protected groups. According to AWS Responsible AI principles, fairness and bias mitigation are essential when AI is used for high-impact decisions such as hiring. AWS documentation emphasizes evaluating datasets, model outputs, and demographic performance to ensure that AI systems do not reinforce or reproduce discriminatory patterns. Services such as Amazon SageMaker Clarify support automated bias detection and explainability, helping teams identify and mitigate unwanted correlations in training data or model predictions. Option A violates AWS guidance, as human-in-the-loop review is required for sensitive decisions. Option B risks amplifying historical bias because training on only ''successful'' hires can create feedback loops. Option D contradicts transparency principles, which AWS states are crucial for accountability in regulated or ethical decision-making domains. Therefore, rigorous fairness testing aligns with AWS's recommended practices for responsible AI in hiring workflows.

Referenced AWS Documentation:

AWS Responsible AI Whitepaper -- Fairness and Bias Mitigation

Amazon SageMaker Clarify Documentation


Question 5

A company is building a mobile app for users who have a visual impairment. The app must be able to hear what users say and provide voice responses.

Which solution will meet these requirements?



Answer : A

The mobile app for users with visual impairment needs to hear user speech and provide voice responses, requiring speech-to-text (speech recognition) and text-to-speech capabilities. Deep learning neural networks are widely used for speech recognition tasks, as they can effectively process and transcribe spoken language. AWS services like Amazon Transcribe, which uses deep learning for speech recognition, can fulfill this requirement by converting user speech to text, and Amazon Polly can generate voice responses.

Exact Extract from AWS AI Documents:

From the AWS Documentation on Amazon Transcribe:

'Amazon Transcribe uses deep learning neural networks to perform automatic speech recognition (ASR), converting spoken language into text with high accuracy. This is ideal for applications requiring voice input, such as accessibility features for visually impaired users.'

(Source: Amazon Transcribe Developer Guide, Introduction to Amazon Transcribe)

Detailed

Option A: Use a deep learning neural network to perform speech recognition.This is the correct answer. Deep learning neural networks are the foundation of modern speech recognition systems, as used in AWS services like Amazon Transcribe. They enable the app to hear and transcribe user speech, and a service like Amazon Polly can handle voice responses, meeting the requirements.

Option B: Build ML models to search for patterns in numeric data.This option is irrelevant, as the task involves processing speech (audio data) and generating voice responses, not analyzing numeric data patterns.

Option C: Use generative AI summarization to generate human-like text.Generative AI summarization focuses on summarizing text, not processing speech orgenerating voice responses. This option does not address the core requirement of speech recognition.

Option D: Build custom models for image classification and recognition.Image classification and recognition are unrelated to processing speech or generating voice responses, making this option incorrect for an app focused on audio interaction.


Amazon Transcribe Developer Guide: Introduction to Amazon Transcribe (https://docs.aws.amazon.com/transcribe/latest/dg/what-is.html)

Amazon Polly Developer Guide: Text-to-Speech Overview (https://docs.aws.amazon.com/polly/latest/dg/what-is.html)

AWS AI Practitioner Learning Path: Module on Speech Recognition and Synthesis

Question 6

A company wants to build a customer-facing generative AI application. The application must block or mask sensitive information. The application must also detect hallucinations.

Which solution will meet these requirements with the LEAST operational overhead?



Answer : C

Comprehensive and Detailed Explanation (AWS AI documents):

AWS recommends using managed, purpose-built services to enforce safety, compliance, and responsible AI controls in generative AI applications in order to minimize operational complexity and maintenance effort.

Amazon Bedrock Guardrails are specifically designed to help customers:

Block or mask sensitive information, such as personally identifiable information (PII)

Detect and reduce hallucinations by enforcing grounding and response constraints

Apply content filters, topic restrictions, and safety policies consistently across generative AI applications

Configure safeguards without building or managing custom infrastructure

Because Guardrails are fully managed and integrated directly with Amazon Bedrock, they require minimal setup, no custom code for policy enforcement, and no infrastructure management, resulting in the least operational overhead.

Why the other options are less suitable:

A . AWS Lambda policy evaluator requires custom logic, testing, monitoring, and ongoing maintenance.

B . FM default policies alone are insufficient because they do not provide application-specific masking, hallucination detection, or configurable governance controls.

D . Custom EC2-based policy evaluators introduce the highest operational overhead due to server management, scaling, patching, and monitoring.

AWS AI Study Guide Reference:

Amazon Bedrock overview and safety features

Amazon Bedrock Guardrails for responsible generative AI

AWS best practices for building secure and governed generative AI applications


Question 7

Which phase of the ML lifecycle determines compliance and regulatory requirements?



Answer : D

The business goal identification phase of the ML lifecycle involves defining the objectives of the project and understanding the requirements, including compliance and regulatory considerations. This phase ensures the ML solution aligns with legal and organizational standards before proceeding to technical stages like data collection or model training.

Exact Extract from AWS AI Documents:

From the AWS AI Practitioner Learning Path:

'The business goal identification phase involves defining the problem to be solved, identifying success metrics, and determining compliance and regulatory requirements to ensure the ML solution adheres to legal and organizational standards.'

(Source: AWS AI Practitioner Learning Path, Module on Machine Learning Lifecycle)

Detailed

Option A: Feature engineeringFeature engineering involves creating or selecting features for model training, which occurs after compliance requirements are identified. It does not address regulatory concerns.

Option B: Model trainingModel training focuses on building the ML model using data, not on determining compliance or regulatory requirements.

Option C: Data collectionData collection involves gathering data for training, but compliance and regulatory requirements (e.g., data privacy laws) are defined earlier in the business goal identification phase.

Option D: Business goal identificationThis is the correct answer. This phase ensures that compliance and regulatory requirements are considered at the outset, shaping the entire ML project.


AWS AI Practitioner Learning Path: Module on Machine Learning Lifecycle

Amazon SageMaker Developer Guide: ML Workflow (https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works-mlconcepts.html)

AWS Well-Architected Framework: Machine Learning Lens (https://docs.aws.amazon.com/wellarchitected/latest/machine-learning-lens/)

Page:    1 / 14   
Total 365 questions