The AWS Certified AI Practitioner (AIF-C01) exam validates your ability to understand and use AI services on AWS. It is ideal for individuals looking to demonstrate their knowledge of AI concepts and AWS services.
What happens when you enable S3 versioning on a bucket?
AOnly the latest version is stored
BAll versions are listed but not stored
CDeleted objects can be recovered
DIt reduces storage costs
Explanation
Enabling S3 versioning allows recovery of deleted objects by retaining all object versions, while the other options misrepresent the versioning functionality.
Q22
Which AWS service is best for large-scale data warehousing?
AAmazon Redshift
BAmazon S3
CAWS Lambda
DAmazon EC2
Explanation
Amazon Redshift is specifically designed for data warehousing, unlike the other options which serve different purposes.
Q23
A company needs to build a machine learning model using available labeled data. Which AWS service should they utilize?
AAWS Snowball
BAmazon SageMaker
CAWS Glue
DAmazon EMR
Explanation
Amazon SageMaker is purpose-built for building, training, and deploying machine learning models, while the others do not focus on ML model creation.
Q24
You are configuring an IAM policy. What happens if you include a 'Deny' statement along with 'Allow' statements?
ADeny overrides Allow
BAllow overrides Deny
CBoth are applied equally
DIt causes an error
Explanation
In IAM, a Deny statement always takes precedence over Allow, making 'Deny' effective regardless of other permissions.
Q25
What is the primary purpose of Amazon SageMaker?
ATrain and deploy ML models
BStore unstructured data
CManage database instances
DOrchestrate serverless functions
Explanation
SageMaker is designed specifically for training and deploying machine learning models, while the other options refer to different AWS services.
Q26
A company needs a secure method to control user access across AWS services. Which service should they implement?
ACloudTrail
BAWS IAM
CS3 Bucket Policies
DAWS Lambda
Explanation
AWS IAM is meant for managing user access and permissions, whereas the others address logging, specific resource controls, or serverless architectures.
Q27
What happens when you terminate an EC2 instance?
AAll data in instance is preserved
BInstance is permanently deleted
CStop charges incurred only
DSecurity groups are deleted
Explanation
Terminating an EC2 instance deletes its associated data by default, while the other options are false regarding instance state and costs.
Q28
Which service provides managed machine learning capabilities for developers?
AAWS SageMaker
BAWS CloudFormation
CAWS IAM
DAWS Cost Explorer
Explanation
AWS SageMaker simplifies building, training, and deploying ML models; the others serve very different purposes.
Q29
A company needs to automate the redaction of sensitive information in documents. Which AWS service should they use?
AAmazon Textract
BAmazon Rekognition
CAWS Glue
DAWS Lambda
Explanation
Amazon Textract specializes in extracting and processing text from documents, while the others do not focus on document redaction.
Q30
You are configuring a real-time recommendation system using AWS services. What happens when you use Amazon Personalize?
AStatic recommendations are generated.
BUser behavior cannot be tracked.
CReal-time personalized recommendations are provided.
DIt only supports batch processing.
Explanation
Amazon Personalize delivers real-time personalized recommendations based on user data, while the other options misunderstand its capabilities.