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 configure S3 bucket policy to be public?
AFiles become encrypted automatically
BAnyone can read the files
CFiles are deleted automatically
DAccess is blocked for all users
Explanation
A public bucket policy allows read access to anyone, while the other options do not correctly describe the outcome.
Q52
Which AWS service enables serverless application execution?
AAWS Lambda
BAmazon EC2
CAWS CloudFormation
DAmazon S3
Explanation
AWS Lambda allows code execution without provisioning servers, whereas EC2 requires server management.
Q53
A company needs to ensure data compliance with GDPR. Which AWS feature should they use?
AAWS Shield
BAWS Artifact
CAmazon Inspector
DAWS WAF
Explanation
AWS Artifact provides compliance reports and documents, unlike the others.
Q54
What happens when your AWS CloudFormation stack is updated?
AStack is always deleted
BStack must be created again
CResources are updated according to changes
DUpdate is not allowed
Explanation
Resources in the stack are modified based on the specified template changes, while the other options describe incorrect actions.
Q55
Which AWS service is designed for serverless application deployment?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Elastic Beanstalk
Explanation
AWS Lambda allows code execution without managing servers, while EC2 involves server management.
Q56
A company needs to analyze real-time streaming data from IoT devices. Which service should they use?
AAmazon Kinesis
BAmazon S3
CAWS Batch
DAWS Glue
Explanation
Amazon Kinesis is specifically designed for real-time streaming data, unlike the other options.
Q57
You are configuring IAM policies. What happens if a user belongs to multiple groups with different permissions?
ACombined permissions apply
BConflicting permissions are ignored
CLimited to the least permissions
DNo permissions granted
Explanation
IAM grants users combined permissions from all groups, while other options misinterpret IAM's behavior.
Q58
Which service provides machine learning model training and deployment?
AAmazon SageMaker
BAWS Lambda
CAmazon S3
DAWS CloudFormation
Explanation
Amazon SageMaker is specifically designed for machine learning model training and deployment, while others serve different purposes.
Q59
A company needs to analyze streaming data in real-time. Which AWS service should they use?
AAmazon RDS
BAWS Glue
CAmazon Kinesis
DAWS Batch
Explanation
Amazon Kinesis is designed for real-time data processing while the others are for different types of data handling.
Q60
What happens when you attach an IAM policy with no permissions to a user?
AUser gains limited access
BUser is permanently locked out
CUser has no permissions
DUser can still assume roles
Explanation
Attaching a policy with no permissions means the user has no access to any AWS resources, while others imply permissions or access not provided by an empty policy.