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 orchestrate multiple services for a machine learning workflow. Which AWS service should they use?
AAWS Step Functions
BAmazon SageMaker
CAWS CloudTrail
DAmazon Comprehend
Explanation
AWS Step Functions is specifically designed for orchestrating services, unlike the other choices.
Q192
You are configuring an IAM user. What will happen if no permissions are attached?
AUser can access all services
BUser has no access by default
CUser can only access S3
DUser will be suspended
Explanation
IAM users without attached permissions cannot access any AWS services by default.
Q193
Which service is best for real-time analytics on streaming data?
AAmazon Kinesis
BAmazon RDS
CAWS Lambda
DAmazon S3
Explanation
Amazon Kinesis is designed for real-time streaming data analytics, while the others serve different purposes.
Q194
A company needs to offload its machine learning workloads. Which AWS service should they prioritize?
AAmazon SageMaker
BAWS Glue
CAmazon EC2
DAmazon S3
Explanation
Amazon SageMaker specializes in managing machine learning workloads effectively, unlike the others.
Q195
You are configuring Amazon S3 bucket policies. What happens if a policy allows public access?
AFiles become private automatically
BPublic users can access files
CAccess is restricted to the owner
DFiles are stored on Glacier
Explanation
A public access policy permits anyone to access the files, whereas the other options describe incorrect scenarios.
Q196
Which Amazon service is primarily used for serverless computing?
AAWS Lambda
BAWS EC2
CAWS S3
DAWS RDS
Explanation
AWS Lambda lets you run code without provisioning servers; EC2, S3, and RDS involve managing instances, storage, or databases.
Q197
A company needs its web applications to be fault-tolerant and globally available. Which AWS service should they use?
AAWS VPC
BAmazon CloudFront
CAWS Direct Connect
DAWS Lambda
Explanation
Amazon CloudFront is a global content delivery network that distributes web applications for low latency; the others are not primarily used for global availability.
Q198
You are configuring access to S3 buckets. What happens when a bucket has a public access block enabled?
AAll public access is allowed.
BNo public access is allowed.
CAccess is limited to certain IPs.
DOnly root user can access.
Explanation
Enabling public access block prevents any public access to the S3 bucket; the other options incorrectly imply varying levels of public access.
Q199
Which AWS service is primarily used for real-time analytics on streaming data?
AKinesis
BS3
CRDS
DGlacier
Explanation
Kinesis is designed for real-time streaming data, while S3 is for storage.
Q200
A company needs to manage user permissions more efficiently for multiple AWS accounts. What should they implement?
AIAM Policies
BService Control Policies
CUser Groups
DResource Tags
Explanation
Service Control Policies enable management of permissions across multiple accounts.