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 real-time stream processing. Which service should they use?
AAmazon S3
BAWS Glue
CAmazon Kinesis
DAWS Batch
Explanation
Amazon Kinesis is designed for real-time data streams, while the others address different data processing needs.
Q162
You are configuring a model in Amazon Rekognition. What happens when you increase the input image size?
AImproves accuracy significantly
BIncreases processing time only
CNo effect on accuracy
DReduces image quality
Explanation
Larger images typically require more time to process; accuracy may not significantly change.
Q163
Which AWS service allows you to manage user identities and permissions?
AAWS Identity and Access Management (IAM)
BAmazon S3
CAmazon EC2
DAWS Lambda
Explanation
AWS IAM is specifically designed for managing users and permissions, while the others serve different purposes.
Q164
A company needs to analyze large sets of unstructured data in real time. Which service should they use?
AAmazon RDS
BAmazon Kinesis
CAmazon EC2
DAWS CloudFormation
Explanation
Amazon Kinesis is ideal for real-time analytics on streaming unstructured data, whereas the others focus on different use cases.
Q165
You are configuring an S3 bucket and want to prevent public access to its contents. What should you do?
AEnable versioning on the bucket
BUse bucket policies to block public access
CChange bucket name to include 'private'
DSet lifecycle rules on the bucket
Explanation
Bucket policies are essential for controlling access, unlike the other options which do not ensure public prevention.
Q166
Which service is designed for serverless data processing?
AAWS Lambda
BAmazon EC2
CAWS CodePipeline
DAmazon RDS
Explanation
AWS Lambda allows execution of code without provisioning servers, unlike the other options which require server management.
Q167
A company needs to secure its APIs. What should they enable to authenticate users?
AIAM roles
BAWS WAF
CAmazon Cognito
DS3 Bucket Policy
Explanation
Amazon Cognito manages user authentication effectively, while the other options are not specifically for API user authentication.
Q168
You are configuring a ML model in Amazon SageMaker. What happens if you choose a lower instance type than required?
AThe model will train faster.
BThe model may fail to train.
CCost will decrease markedly.
DData will not be processed.
Explanation
Choosing a lower instance type may lead to insufficient resources, causing the training to fail, while the other options are invalid claims about the instance's effect.
Q169
Which service is best for real-time data processing?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data, while the others serve different purposes.
Q170
A company needs to allow temporary access to AWS resources for contractors. What is the most suitable method?
AIAM Roles
BIAM Users
CResource Policies
DService Control Policies
Explanation
IAM Roles allow temporary permissions, unlike users which are permanent.