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 run machine learning models reliably. Which AWS service should they use for managed environments?
AAWS Lambda
BSageMaker
CCloudFormation
DEC2
Explanation
AWS SageMaker provides a managed environment specifically for building and deploying ML models, unlike the other services which serve different functions.
Q132
What happens when you create a public subnet in a VPC?
AInternet traffic is blocked
BInstances can connect to the Internet
CSecurity groups are ignored
DAll traffic is routed to another VPC
Explanation
Instances in a public subnet can access the Internet with an appropriate route table, while the other options misrepresent VPC behavior.
Q133
Which service is primarily used for data lakes?
AAmazon S3
BAmazon RDS
CAWS Lambda
DAmazon VPC
Explanation
Amazon S3 is designed for highly scalable object storage suitable for data lakes, while the others serve different purposes.
Q134
A company needs to process real-time data streams. Which AWS service should they use?
AAmazon S3
BAmazon Kinesis
CAmazon EC2
DAWS Batch
Explanation
Amazon Kinesis is specifically designed for real-time data streaming; the other options do not provide this capability.
Q135
You are configuring IAM roles with limited permission. What happens if a user attempts an action not permitted by their role?
AAction is allowed but logged.
BAction is denied with an error.
CAction waits for approval.
DAction is permitted after one hour.
Explanation
IAM's principle of least privilege denies any action not explicitly permitted by the role, while the other options are incorrect scenarios.
Q136
Which AWS service is best for real-time streaming data processing?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed specifically for real-time data processing, while the others serve different purposes like storage or serverless computing.
Q137
A company needs to provide users with temporary access to AWS resources. Which service should they use?
AIAM roles
BAWS Organizations
CIAM groups
DAWS Shield
Explanation
IAM roles allow for temporary access credentials, while the others manage user groups or provide protection against DDoS attacks.
Q138
What happens when you disable versioning on an S3 bucket?
AAll versions are deleted
BOnly the latest version is kept
CNew uploads override existing objects
DNothing; versions are permanent
Explanation
Disabling versioning allows new uploads to overwrite existing objects, while other options imply incorrect behaviors regarding version management.
Q139
Which service is best for real-time data processing?
AAWS Lambda
BAmazon S3
CAmazon RDS
DAmazon Glacier
Explanation
AWS Lambda allows processing data in real time, while S3 and Glacier are for storage and RDS is for databases.
Q140
You are configuring an S3 bucket policy. What happens if you specify 'Deny' for the 's3:PutObject' permission?
AAll users can upload objects.
BOnly admins can upload objects.
CNo one can upload objects.
DObjects can be uploaded without restrictions.
Explanation
A 'Deny' permission overrides any allowed permissions, preventing all uploads.