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.
A company needs to ensure that data is stored and accessible even if the original source fails. Which AWS service should they use?
AAmazon S3
BAWS CloudFormation
CAmazon RDS
DAWS Lambda
Explanation
Amazon S3 offers durable storage solutions that ensure data availability even after source failures, unlike the other services.
Q312
You are configuring an AWS Identity and Access Management (IAM) role for a Lambda function. What happens if the role has no permissions attached?
AFunction will succeed with warnings
BFunction execution will fail
CRole will be automatically granted permissions
DFunction will inherit permissions from the user
Explanation
Without permissions, the Lambda function cannot access required resources, resulting in failure; the other options do not reflect IAM behavior correctly.
Q313
Which AWS service is best for automating machine learning workflows?
AAmazon SageMaker
BAWS Lambda
CAWS Step Functions
DAmazon Polly
Explanation
Amazon SageMaker provides a full workflow for machine learning, making it the best choice here.
Q314
You are configuring an AWS S3 bucket for static website hosting. What must be set to allow public access?
ABucket Policy
BIAM Role
CCloudFront Distribution
DEC2 Instance
Explanation
A Bucket Policy allows you to specify public access for static website hosting.
Q315
What happens when you use an IAM role with a specific trust policy?
AAccess is always granted
BAccess is based on permissions
CViolates security best practices
DAllows sessions to other accounts
Explanation
IAM roles define permissions based on their policies, restricting access appropriately.
Q316
Which AWS service is designed for deploying machine learning models at scale?
AAmazon SageMaker
BAWS Lambda
CAmazon DynamoDB
DAmazon EC2
Explanation
SageMaker is purpose-built for ML deployments; Lambda is for serverless functions, DynamoDB for NoSQL, and EC2 for general-purpose compute.
Q317
A company needs to securely manage API keys and passwords. Which service should they use?
AAWS Secrets Manager
BAmazon S3
CAWS CloudTrail
DAWS Config
Explanation
AWS Secrets Manager is intended for managing sensitive information; S3 is for object storage, CloudTrail for logging API requests, and Config for resource compliance monitoring.
Q318
What happens when you use a publicly accessible Amazon RDS instance?
ARDS becomes unprotected to all
BAccess is restricted only to AWS
COnly IAM users can access it
DIt's accessible from the internet
Explanation
Publicly accessible RDS instances can be accessed from the internet; the other options misinterpret the accessibility controls.
Q319
Which service provides scalable machine learning models without infrastructure management?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS Batch
Explanation
Amazon SageMaker allows building and deploying models without managing servers; the others require infrastructure management.
Q320
What happens when you exceed the provisioned IOPS for an EBS volume?
AVolume becomes read-only
BYou incur throttling
CData is lost
DYou receive a notification
Explanation
Exceeding provisioned IOPS results in throttling, while the other options are incorrect.