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 analyze streaming data in real-time. Which service should they use?
AAmazon Kinesis
BAWS Glue
CAmazon Redshift
DAmazon Aurora
Explanation
Amazon Kinesis is designed for real-time data processing, unlike Glue (ETL), Redshift (data warehouse), or Aurora (relational database).
Q222
What happens when a SageMaker notebook instance is stopped?
AAll data is deleted
BThe instance shuts down but data is saved
CBilling continues for that instance
DThe notebook cannot be restarted
Explanation
Stopping a SageMaker notebook instance releases the compute resources while retaining the data, but billing continues for persistent storage.
Q223
Which service is primarily used for data archiving in AWS?
AAmazon S3 Glacier
BAWS Lambda
CAmazon RDS
DAWS CloudFormation
Explanation
Amazon S3 Glacier is optimized for data archiving, while the others serve different purposes.
Q224
A company needs to manage user permissions securely. Which AWS service should they implement?
AAWS Elastic Beanstalk
BAWS IAM
CAWS Route 53
DAWS CloudWatch
Explanation
AWS IAM is specifically designed for managing user permissions, unlike the others.
Q225
What happens when you terminate an EC2 instance?
AData is permanently deleted
BInstance is stopped temporarily
CInstance is saved as a snapshot
DData on EBS is retained
Explanation
Terminating an EC2 instance removes all attached storage unless explicitly specified otherwise.
Q226
Which service provides serverless compute for AI models?
AAWS Lambda
BAmazon EC2
CAWS Batch
DAmazon Lightsail
Explanation
AWS Lambda allows you to run code without provisioning servers, ideal for AI models.
Q227
A company needs to identify anomalies in real-time data streams. Which AWS service should they use?
AAmazon Rekognition
BAmazon Kinesis
CAWS Glue
DAWS CodePipeline
Explanation
Amazon Kinesis enables real-time data stream processing for anomaly detection.
Q228
What happens when you increase the maximum size of an S3 bucket?
ACost decreases immediately
BAdditional capacity is added instantly
CLimits remain unchanged
DStorage space increases only when full
Explanation
The **maximum size limit** for an S3 bucket is effectively unlimited, so increasing size doesn't change any limits.
Q229
Which service would you use for serverless computing?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS Glue
Explanation
AWS Lambda allows executing code without provisioning servers; EC2 requires server management, S3 is for storage, and Glue is for data integration.
Q230
A company needs to analyze large data sets without managing infrastructure. Which AWS service should they select?
AAmazon Redshift
BAmazon RDS
CAWS Glue
DAmazon Athena
Explanation
Amazon Athena is serverless and allows querying without managing infrastructure; Redshift and RDS require setup, and Glue is for ETL.