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.
What happens when an EC2 instance exceeds its allotted EBS volume size?
AInstance shuts down
BData becomes read-only
CBackup is automatically created
DInstance auto-scales disk size
Explanation
The data stays intact but cannot be modified if the limit is exceeded; the others are not accurate events.
Q382
Which service provides managed machine learning capabilities?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon S3
Explanation
Amazon SageMaker is specifically designed for building, training, and deploying machine learning models, whereas the other options serve different purposes.
Q383
A company needs to analyze streams of real-time data with low latency. Which AWS service should they consider?
AAmazon Kinesis
BAWS Batch
CAWS Glue
DAmazon S3
Explanation
Amazon Kinesis is optimized for real-time data streaming, while the others focus on batch processing or data storage.
Q384
You are configuring an IAM role for a Lambda function. What action must you take to allow the function to log to CloudWatch?
AAssign S3 read permissions
BAttach CloudWatch Logs policy
CEnable Multi-Factor Authentication
DUse Elastic Load Balancing
Explanation
You need to attach the CloudWatch Logs policy to permit logging, while the other options do not relate to CloudWatch logging permissions.
Q385
Which service is best for visualizing data from multiple sources?
AAmazon QuickSight
BAWS Glue
CAmazon SageMaker
DAWS Lambda
Explanation
Amazon QuickSight specializes in data visualization, while the others serve different purposes.
Q386
A company needs to securely share sensitive data with external partners. Which AWS service should they use?
AAmazon S3
BAWS Transfer Family
CAWS Lambda
DAmazon RDS
Explanation
AWS Transfer Family is designed for secure data transfer; S3 lacks built-in sharing protocols.
Q387
What happens when you exceed the EC2 instance limits in a region?
AInstances will automatically scale down
BNo new instances can be launched
CExisting instances will be terminated
DAWS will notify with an alert
Explanation
When limits are reached, the creation of new instances is blocked until limits are increased.
Q388
Which AWS service provides fully managed search functionality?
AAmazon Elasticsearch Service
BAmazon RDS
CAWS Lambda
DAmazon SageMaker
Explanation
Amazon Elasticsearch Service offers managed search capabilities; RDS is for relational databases, Lambda is for serverless functions, and SageMaker is for machine learning.
Q389
A company needs to analyze user behavior from logs. Which AWS service should they primarily use?
AAmazon CloudWatch
BAWS Glue
CAmazon Athena
DAmazon S3
Explanation
Amazon Athena allows SQL queries on logs in S3; CloudWatch is for monitoring, Glue is for ETL, and S3 is used for storage.
Q390
What happens when you assign an IAM policy at both the user and group level?
AUser gets both permissions
BUser gets only group permissions
CUser is denied all permissions
DUser overwrites group permissions
Explanation
The user inherits permissions from both user and group; they don't overwrite but combine to allow all listed actions.