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 implement immediate data processing for streaming data sources. Which AWS service would be most appropriate?
AAmazon Kinesis
BAmazon S3
CAmazon EC2
DAWS CodeDeploy
Explanation
Amazon Kinesis is designed for real-time data streaming, unlike the other options that serve different purposes.
Q462
What happens when an AWS Lambda function exceeds its timeout limit?
AThe function is forcibly terminated.
BThe function continues running.
CResults are stored in S3.
DAn error is logged to CloudWatch.
Explanation
The Lambda function is terminated if it exceeds its timeout limit, while others describe scenarios that are incorrect.
Q463
Which AWS service is specifically designed for machine learning model training and deployment?
AAmazon SageMaker
BAWS Lambda
CAmazon RDS
DAWS EC2
Explanation
Amazon SageMaker is built for ML tasks, while others serve different purposes.
Q464
A company needs to analyze large datasets efficiently. Which service should they use?
AAWS Elastic Beanstalk
BAWS Glue
CAmazon S3
DAWS CloudFormation
Explanation
AWS Glue is a data integration service for analysis, while others are for application management.
Q465
What happens when you enable versioning in Amazon S3?
ADeletes previous versions
BKeeps all object versions
CIncreases costs instantly
DIs irreversible
Explanation
Enabling versioning retains all versions of objects, while others describe incorrect functionalities.
Q466
What service leverages AI for real-time video analysis?
AAmazon Rekognition
BAWS Lambda
CAmazon S3
DAWS Glue
Explanation
Amazon Rekognition offers AI-powered image and video analysis; Lambda, S3, and Glue are not focused on video analysis.
Q467
A company needs to train a machine learning model using a large dataset stored in S3. What should they use?
AAWS Batch
BAmazon SageMaker
CAWS Glue
DAmazon EC2
Explanation
Amazon SageMaker is designed specifically for training machine learning models with data from S3; Batch and Glue serve different purposes, while EC2 requires additional setup.
Q468
You are configuring IAM policies; which statement is FALSE?
ADeny overrides Allow policies.
BPolicies must be JSON formatted.
CIAM roles can only be assigned once.
DGroups can include multiple users.
Explanation
IAM roles can be assumed by multiple users; Deny overrides Allow, JSON format is required, and groups can have multiple users.
Q469
Which service is best for building machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon Polly
DAmazon S3
Explanation
Amazon SageMaker is specifically designed for building, training, and deploying machine learning models, while the others serve different purposes.
Q470
A company needs to ensure users can access data in S3 only while on their corporate network. What should they implement?
AS3 Public Access Block
BS3 Bucket Policy
CAWS VPN Connection
DS3 Lifecycle Configuration
Explanation
An AWS VPN Connection ensures secure access and restricts users to the corporate network, unlike the others which don't limit access based on location.