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 an IAM user is assigned both 'ReadOnlyAccess' and a policy allowing 's3:*' actions?
APolicy denies all S3 access
BUser has full S3 access
CUser has no S3 access
DUser can only read from S3
Explanation
Explicit permissions in IAM policies take precedence, so the user retains full S3 access; options A, C, and D are incorrect interpretations of IAM behavior.
Q232
Which AWS service is primarily used for orchestration of serverless applications?
AAWS Step Functions
BAWS CodeDeploy
CAWS CloudFormation
DAWS Lambda
Explanation
AWS Step Functions helps coordinate serverless components, while others focus on deployment or infrastructure management.
Q233
A company needs to implement a machine learning model that requires real-time insights from streaming data. Which AWS service should they use?
AAmazon Kinesis
BAWS Batch
CAmazon S3
DAmazon DynamoDB
Explanation
Amazon Kinesis specializes in real-time data processing, unlike others that do not focus on streaming scenarios.
Q234
You are configuring IAM roles for an application in AWS. What happens when a user assumes a role with permissions that conflict with their existing permissions?
AUser gets merged permissions
BUser is denied access
CRole permissions take precedence
DUser can only use existing permissions
Explanation
When a role is assumed, its permissions override the user's existing permissions, while the others are incorrect interpretations of IAM behavior.
Q235
Which service allows you to create serverless applications easily?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS CloudFormation
Explanation
AWS Lambda is specifically designed for serverless applications, while EC2 requires provisioning servers.
Q236
A company needs to store large amounts of unstructured data. Which AWS service would be the most suitable?
AAmazon RDS
BAmazon S3
CAWS ElastiCache
DAmazon DynamoDB
Explanation
Amazon S3 is ideal for unstructured data storage, while RDS is for structured data.
Q237
You are configuring a policy in IAM. What happens if there is both an allow and a deny statement for a user on the same resource?
AUser is granted access.
BUser is denied access.
CAccess is determined randomly.
DUser gets read-only access.
Explanation
In IAM, deny statements always take precedence over allow statements, resulting in access denial.
Q238
Which service is best for managing machine learning workflows?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS SQS
Explanation
Amazon SageMaker is specifically designed for ML workflows, while the others serve different purposes.
Q239
A company needs to process streaming data in real time. Which AWS service should they use?
AAmazon Kinesis
BAWS CloudFormation
CAmazon Glacier
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data processing, unlike the other services that focus on different functionalities.
Q240
You are configuring an S3 bucket for static website hosting. What happens if you set public access off?
AWebsite will be accessible publicly
BOnly authenticated users can access
CWebsite will not work
DAccess is enabled for all users
Explanation
The website will not load since public access is required for static website hosting.