🌍 All Study Guides📊 Dashboard📰 Blog💡 About
AWS Certified AI Practitioner • STUDY MODE

Practice Quiz

QUESTION 1 OF 16

A healthcare organization needs to build an identity verification system that deters fraud by ensuring a physical user is present, detecting spoof attacks such as printed photos and 3D masks. The solution must integrate directly with Amazon S3 and AWS Lambda to process images without moving them, require no prior machine learning expertise, and be compliant with processing Protected Health Information (PHI). Which AWS service and capability should they use?

A
Amazon Rekognition using Face LivenessCorrect Answer
B
Amazon Rekognition using Custom Labels
C
Amazon SageMaker using custom computer vision models
D
Amazon Bedrock using foundation models
Explanation:

Amazon Rekognition is a HIPAA-eligible, deep learning image analysis service that requires no ML expertise. It offers Face Liveness to deter identity fraud (by verifying physical presence and detecting spoof attacks like printed photos and 3D masks) and integrates out of the box with S3 and Lambda to process images without moving data.

QUESTION 2 OF 16

An organization needs to detect and filter explicit, inappropriate, and violent content within user-uploaded files, returning hierarchical labels with confidence scores. Additionally, they must ensure the service is compliant with processing, storing, and transmitting Protected Health Information (PHI). Which service features should they utilize?

A
Amazon Rekognition Content Moderation API, as the service is a HIPAA Eligible Service.Correct Answer
B
Amazon Rekognition Custom Labels API, as it is the only feature that is a HIPAA Eligible Service.
C
Amazon Rekognition Face Liveness, as it is specifically designed to filter inappropriate content.
D
Amazon SageMaker custom training, as Amazon Rekognition does not support HIPAA eligibility.
Explanation:

The Content Moderation API in Amazon Rekognition detects and filters explicit, inappropriate, and violent content, returning a hierarchical list of labels with confidence scores. Additionally, Amazon Rekognition is a HIPAA Eligible Service, allowing it to process, store, and transmit protected health information (PHI).

QUESTION 3 OF 16

A marketing company wants to automatically identify their proprietary brand logos and custom domain-specific objects in images stored in Amazon S3. They want to use an automated cloud-based analysis service that integrates out of the box with AWS Lambda and Amazon S3 without moving data, requiring no machine learning expertise to build. Which AWS service and feature should they use?

A
Amazon Rekognition Custom LabelsCorrect Answer
B
Amazon Rekognition Content Moderation API
C
Amazon Rekognition Face Liveness
D
Amazon Bedrock Guardrails
Explanation:

Amazon Rekognition Custom Labels allows users to train custom classifiers using sample images to identify domain-specific or proprietary objects and concepts such as logos. Furthermore, Rekognition requires no machine learning expertise and integrates out of the box with S3 and Lambda for automated image processing without moving data.

QUESTION 4 OF 16

A financial services company is building an online onboarding flow and needs to verify that users are physically present during face-based identity verification. The solution must detect and deter spoof attacks such as printed photos, 3D masks, and pre-recorded or deepfake videos injected into the capture subsystem. Which Amazon Rekognition feature should the company use to meet these requirements?

A
Amazon Rekognition Face LivenessCorrect Answer
B
Amazon Rekognition Celebrity Recognition
C
Amazon Rekognition Video Segmentation
D
Amazon Rekognition Image Property Analysis
Explanation:

Amazon Rekognition Face Liveness is a fully managed machine learning feature specifically designed to deter fraud during identity verification. It verifies that a user is physically present and helps detect spoof attacks presented to a camera (like photos or 3D masks) or injected directly (like deepfakes or pre-recorded videos).

QUESTION 5 OF 16

A healthcare organization wants to automatically process and analyze patient medical images stored in Amazon S3. The organization needs to trigger an analysis using AWS Lambda without moving the data out of S3. Furthermore, the architecture must comply with regulations for handling protected health information (PHI). Which AWS service capabilities and compliance status support this architecture?

A
Use Amazon Rekognition, which is a HIPAA Eligible Service that integrates with AWS Lambda and Amazon S3 to analyze images in place.Correct Answer
B
Use Amazon Rekognition, but data must first be exported to an external compliance cluster because Amazon Rekognition is not HIPAA eligible.
C
Use Amazon Rekognition Content Moderation API adapters, which are the only HIPAA-compliant way to transfer and store medical image files.
D
Use Amazon Rekognition Face Liveness, which automatically handles all HIPAA-compliant storage and prevents Lambda execution.
Explanation:

Amazon Rekognition is a HIPAA Eligible Service, enabling the processing, storage, and transmission of protected health information (PHI). Additionally, it provides out-of-the-box integration with AWS Lambda and Amazon S3, allowing users to run image analysis on-the-spot without moving data.

QUESTION 6 OF 16

An organization wants to build an application that automates tasks for end-users. They need to orchestrate interactions between foundation models, company data sources, software applications, and user conversations. They want to avoid provisioning capacity, managing infrastructure, or writing custom code to handle memory, monitoring, and prompt engineering. Which AWS service feature meets these needs?

A
Amazon Bedrock AgentsCorrect Answer
B
AWS Lambda custom execution threads
C
Amazon SageMaker Pipelines
D
Amazon EC2 Hosted Agent Instances
Explanation:

Amazon Bedrock Agents orchestrate interactions between foundation models, data sources, software applications, and user conversations to automate tasks. Additionally, Bedrock fully manages prompt engineering, memory, monitoring, encryption, user permissions, and API invocation, eliminating the need to write custom code or provision infrastructure.

QUESTION 7 OF 16

When configuring an Amazon Bedrock Agent to customize its behavior, developers can modify prompt templates across which specific sequence of steps?

A
Pre-processing, orchestration, knowledge base response generation, and post-processingCorrect Answer
B
Model training, hyperparameter tuning, validation, and deployment
C
API routing, data encryption, permission granting, and logging
D
Database indexing, vector search, semantic parsing, and caching
Explanation:

Amazon Bedrock Agents allows customizing the agent's behavior by modifying prompt templates specifically for the pre-processing, orchestration, knowledge base response generation, and post-processing execution steps.

QUESTION 8 OF 16

A developer wants to monitor and inspect the step-by-step reasoning process of an Amazon Bedrock Agent during its orchestration. Which feature should the developer use?

A
TracesCorrect Answer
B
AWS CloudTrail API history logs
C
Amazon SageMaker Clarify
D
Knowledge Bases
Explanation:

Traces allow developers to examine and monitor an Amazon Bedrock Agent's detailed step-by-step reasoning process during orchestration.

QUESTION 9 OF 16

A retail organization wants to enhance its newly configured Amazon Bedrock Agent to answer user questions using private catalog data stored in their databases. Which method is recommended to augment the agent's performance?

A
Associate a knowledge base with the agent.Correct Answer
B
Re-train the foundation model with the catalog database data.
C
Deploy a dedicated AWS Lambda function to query the database and pass hardcoded values to the agent.
D
Provision an Amazon EC2 instance to sync the data via manual scripts.
Explanation:

Integrating and associating a knowledge base with an Amazon Bedrock Agent directly augments its performance by supplementing information for its actions with private database data.

QUESTION 10 OF 16

A security company is building a mobile-based user registration system that requires face-based identity verification. To prevent unauthorized access, the system must detect and block spoofing attempts, specifically targeting printed photos, 3D masks, and pre-recorded or deepfake videos injected directly into the capture system. Which feature of Amazon Rekognition should the company use to meet these requirements?

A
Amazon Rekognition Face LivenessCorrect Answer
B
Amazon Rekognition face searching
C
Amazon Rekognition Custom Labels
D
Amazon Rekognition Personal Protective Equipment (PPE) detection
Explanation:

Amazon Rekognition Face Liveness is designed to detect and deter fraud during face-based identity verification by identifying spoof attacks presented to a camera (like printed photos or 3D masks) or injected directly into the video capture subsystem (such as deepfakes).

QUESTION 11 OF 16

An industrial safety inspector wants to automatically audit work zones by analyzing images to monitor safety compliance. The system must be able to detect personal protective equipment (PPE) and automatically flag improper equipment conditions. Which Amazon Rekognition feature should they implement?

A
Personal Protective Equipment (PPE) detectionCorrect Answer
B
Face Liveness detection
C
Content Moderation API
D
Custom Labels
Explanation:

Amazon Rekognition allows users to detect personal protective equipment (PPE) in images to monitor safety compliance across various industries and automatically flag unsafe or improper equipment conditions.

QUESTION 12 OF 16

A financial technology company is launching an identity verification application. The development team needs to prevent fraudulent spoofing attempts, specifically targeting printed photos, 3D masks, and pre-recorded or deepfake videos injected directly into the video capture subsystem. Which Amazon Rekognition feature should they implement to meet this requirement?

A
Amazon Rekognition Custom Labels
B
Amazon Rekognition Face LivenessCorrect Answer
C
Amazon Rekognition Content Moderation API
D
Amazon Rekognition face collections
Explanation:

Amazon Rekognition Face Liveness is a fully managed feature designed to prevent fraud during face-based identity verification by detecting spoof attacks. It can identify physical presence and block spoof attempts presented to the camera (such as printed or digital photos and 3D masks) as well as those that bypass the camera (such as pre-recorded or deepfake videos injected directly into the capture subsystem).

QUESTION 13 OF 16

A retail organization wants to automatically detect its unique, proprietary company logos on products displayed in images. They need a custom solution that improves detection accuracy for these specific niche branding elements compared to using a general-purpose classifier. Which Amazon Rekognition feature is best suited to meet this requirement?

A
Amazon Rekognition PPE detection
B
Amazon Rekognition Custom LabelsCorrect Answer
C
Amazon Rekognition Content Moderation API
D
Amazon Rekognition face collections
Explanation:

Amazon Rekognition Custom Labels enables users to train custom classifiers to identify specific niche or proprietary objects, concepts, or logos. This improves overall accuracy for targeted use cases compared to general classifiers, making it ideal for detecting unique company logos on products.

QUESTION 14 OF 16

A financial organization wants to build a generative AI assistant that can help customers complete account transfers and update their profile details. The assistant must orchestrate tasks across several foundation models, customer databases, external software applications, and user conversations. It also needs to automatically call specific APIs and invoke knowledge bases to complete these tasks. Which Amazon Bedrock feature should the organization use to meet these requirements?

A
Amazon Bedrock AgentsCorrect Answer
B
Amazon Bedrock Guardrails
C
Amazon Bedrock Custom Models
D
Amazon Bedrock Knowledge Bases alone
Explanation:

Amazon Bedrock Agents orchestrate interactions between foundation models, data sources, software applications, and user conversations to help end-users complete actions. Additionally, they automatically call APIs and invoke knowledge bases to execute actions and supplement details.

QUESTION 15 OF 16

A developer is configuring an Amazon Bedrock Agent and wants to examine its step-by-step reasoning process during orchestration. Additionally, the developer needs to customize how the agent behaves during the pre-processing, orchestration, knowledge base response generation, and post-processing stages. Which capabilities of Amazon Bedrock Agents should the developer use?

A
Use traces to examine the orchestration steps, and modify prompt templates for the pre-processing, orchestration, knowledge base response generation, and post-processing steps.Correct Answer
B
Use Amazon CloudWatch logs to inspect the orchestration steps, and modify model hyperparameters to customize the pre-processing and post-processing steps.
C
Use Amazon Bedrock Guardrail logs to inspect the orchestration steps, and customize the underlying foundation model's source code.
D
Use AWS CloudTrail logs to inspect the orchestration steps, and configure model fine-tuning jobs for each pre-processing and post-processing step.
Explanation:

Amazon Bedrock Agents support traces to allow developers to inspect the step-by-step reasoning process of the agent's orchestration. Developers can customize an agent's behavior by modifying prompt templates for pre-processing, orchestration, knowledge base response generation, and post-processing steps.

QUESTION 16 OF 16

Amazon Bedrock simplifies the deployment of AI agents by handling several key operational and infrastructure tasks. Which group of features is fully managed and handled automatically by Amazon Bedrock for agents?

A
Prompt engineering, memory, monitoring, encryption, user permissions, and API invocationCorrect Answer
B
Custom model training, manual hyperparameter tuning, model weight pruning, and hardware provisioning
C
Source code translation, database schema generation, application server compilation, and DNS registration
D
Client-side browser rendering, routing table creation, data-labeling workflow setup, and raw model compilation
Explanation:

Amazon Bedrock manages prompt engineering, memory, monitoring, encryption, user permissions, and API invocation for agents, allowing developers to focus on higher-level task definitions.

Ready to test your recall?

A healthcare organization needs to build an identity verification system that deters fraud by ensuring a physical user is present, detecting spoof attacks such as printed photos and 3D masks. The solution must integrate directly with Amazon S3 and AWS Lambda to process images without moving them, require no prior machine learning expertise, and be compliant with processing Protected Health Information (PHI). Which AWS service and capability should they use?

A
Amazon Rekognition using Face Liveness
B
Amazon Rekognition using Custom Labels
C
Amazon SageMaker using custom computer vision models
D
Amazon Bedrock using foundation models

How confident are you in this answer?