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.
Which service is best for real-time data streaming?
AAmazon Kinesis
BAWS Lambda
CAmazon S3
DAmazon RDS
Explanation
Amazon Kinesis is designed specifically for real-time data streaming, unlike the other services listed.
Q122
A company needs to generate and store weekly reports in S3. What AWS service can automate this process?
AAWS Glue
BAmazon Athena
CAWS Lambda
DAmazon CloudWatch
Explanation
AWS Lambda can trigger processes for report generation automatically, while others do not focus on automation nearly as effectively.
Q123
What happens when you set a DynamoDB table's read capacity to zero?
ATable is deleted
BLast write wins policy applied
CNo read requests are allowed
DTable becomes read-only
Explanation
Setting the read capacity to zero prevents any read requests, while the others do not apply to capacity settings.
Q124
Which service can automatically analyze images for moderation?
AAmazon Rekognition
BAmazon Transcribe
CAmazon Comprehend
DAmazon Lex
Explanation
Amazon Rekognition analyzes images for content moderation, while others focus on transcription or language processing.
Q125
A company needs to process streaming data. Which AWS tool should they use?
AAmazon S3
BAmazon Kinesis
CAmazon RDS
DAWS Batch
Explanation
Amazon Kinesis is designed for real-time streaming data processing, while S3 and RDS are for storage and Batch is for batch processing.
Q126
You are configuring a machine learning model. What happens when you overfit the model?
AHigh training accuracy
BLow test accuracy
CGeneralizes well
DAvoids noise
Explanation
Overfitting usually results in low test accuracy since the model performs well on training data but fails on new data.
Q127
Which AWS service is used for data lakes?
AAWS Lake Formation
BAmazon RDS
CAWS Config
DAmazon EC2
Explanation
AWS Lake Formation is explicitly designed for data lakes; the others serve different purposes.
Q128
A company needs to control which IAM users can execute AWS Lambda functions. Which feature should they use?
AIAM Roles
BResource Policies
CAWS Config
DService Control Policies
Explanation
Resource Policies directly control access to Lambda functions, while the others have different scopes or usages.
Q129
What happens when an AWS S3 bucket policy denies access to a specific user?
AAccess is denied for that user
BAccess is granted only to that user
CAll users are denied access
DOnly admins can access the bucket
Explanation
When a bucket policy denies access, it overrides other permissions for that user; the other options incorrectly suggest alternative behaviors.
Q130
Which service allows real-time data streaming?
AKinesis
BS3
CDynamoDB
DRDS
Explanation
Kinesis is designed for real-time data streaming, while the others are for storage or structured data management.