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 AWS service should they use?
AAWS Batch
BAmazon Kinesis
CAmazon Redshift
DAWS Glue
Explanation
Amazon Kinesis is specifically designed for real-time streaming data analytics, unlike the other options that focus on different data workflows.
Q342
You are configuring an AWS Lambda function with insufficient permissions. What happens when it tries to access a resource?
ALambda function executes with warnings
BFunction will timeout immediately
CAccessDenied error occurs
DResource is accessed anyway
Explanation
An AccessDenied error occurs because the Lambda function lacks the necessary permissions to access the resource, while other options incorrectly suggest alternative outcomes.
Q343
Which service can be used for serverless compute?
AAWS Lambda
BEC2
CElastic Beanstalk
DRDS
Explanation
AWS Lambda offers on-demand execution based on events, while others are not serverless.
Q344
A company needs to analyze large data sets without managing infrastructure. Which service should they use?
AAWS Glue
BAmazon QuickSight
CAmazon Athena
DAmazon RDS
Explanation
Amazon Athena allows ad-hoc queries on S3 data without infrastructure management.
Q345
What happens when you enable versioning in an S3 bucket?
AOld versions get deleted
BNew versions overwrite old ones
CAll versions are retained
DAccess control changes
Explanation
Enabling versioning retains all object versions in the bucket, while others misinterpret outcomes.
Q346
Which service helps in automatically scaling resources?
AAWS Auto Scaling
BAWS CloudTrail
CAWS Lambda
DAWS CloudFormation
Explanation
AWS Auto Scaling adjusts resources based on demand, while the others serve different purposes.
Q347
A company needs to ensure secure access to AWS resources. What should they use?
AAWS IAM
BAWS S3
CAWS VPC
DAWS Redshift
Explanation
AWS IAM provides identity and access management; the others do not focus on secure access management.
Q348
You are configuring an AWS Lambda function. What happens if its execution exceeds the timeout limit?
AFunction continues running
BFunction stops execution
CFunction logs an error
DFunction executes partially
Explanation
The function will stop executing if it exceeds the timeout limit; the other options are incorrect as they misrepresent Lambda behavior.
Q349
Which service can automatically scale resources based on demand?
AAWS Auto Scaling
BAWS Lambda
CAmazon S3
DAWS CloudFormation
Explanation
AWS Auto Scaling adjusts capacity automatically; Lambda and S3 do not scale resources directly.
Q350
A company needs to apply machine learning for predictive analytics. Which AWS service is most suitable?
AAmazon SageMaker
BAWS Batch
CAWS Data Pipeline
DAmazon EMR
Explanation
Amazon SageMaker provides tools for building ML models, unlike the other services.