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.
Which service offers fully managed machine learning for developers?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS DeepRacer
Explanation
Amazon SageMaker provides tools to build, train, and deploy machine learning models, while the others serve different purposes.
Q302
A company needs to enable access for an application to an S3 bucket. What is the best practice for granting this access?
AAttach policies to the IAM user
BUse IAM role for the application
CAdd bucket policy for public access
DProvide the AWS access key directly
Explanation
Using an IAM role for the application allows for more secure and flexible access, while the other options have security risks or improper usage.
Q303
What happens when you configure an Auto Scaling group with a minimum size of three instances?
AIt will never launch instances
BThree instances are always running
CScaling can go below three instances
DInstances not required will be terminated
Explanation
The minimum size ensures three instances are always running, whereas the other options suggest incorrect configurations or misunderstandings about auto scaling.
Q304
Which service is best for automated machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon SageMaker provides tools for building, training, and deploying machine learning models, unlike the other services.
Q305
A company needs to secure its S3 bucket. What should they implement?
ABucket Policy
BCloudWatch Alerts
CAmazon SNS Notifications
DIAM Roles
Explanation
A Bucket Policy directly controls access to S3 buckets, while the others serve different purposes.
Q306
You are configuring a Lambda function. What happens when the execution time exceeds the timeout limit?
ALambda restarts execution
BRuntime error occurs
CFunction continues running
DIt terminates without finishing
Explanation
If the execution time exceeds the timeout, the function stops executing immediately, which causes incomplete processing.
Q307
Which service allows you to create, train, and deploy machine learning models at scale?
AAmazon SageMaker
BAWS Batch
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker is designed specifically for machine learning tasks, while the others serve different purposes.
Q308
A company needs real-time data analytics for its IoT devices. Which service should they use?
AAmazon S3
BAmazon Kinesis
CAWS Snowball
DAmazon EC2
Explanation
Amazon Kinesis specializes in real-time streaming data, unlike the others.
Q309
What happens when a user makes an incorrect AWS Identity and Access Management (IAM) role assumption request?
AAccess is granted temporarily
BAn API error is returned
CUser is automatically alerted
DCredentials are revoked
Explanation
An API error is the expected behavior on incorrect requests, whereas the others are inaccurate outcomes.
Q310
Which AWS service provides a fully managed machine learning platform?
AAmazon SageMaker
BAmazon EMR
CAWS Lambda
DAmazon Redshift
Explanation
Amazon SageMaker is explicitly designed for building, training, and deploying machine learning models; the others serve different needs.