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.
You are configuring an Amazon RDS instance for a web application. What should you enable to ensure automatic backups?
ABackup Retention Period
BMulti-AZ Deployments
CRead Replicas
DDatabase Instance Class
Explanation
Setting a Backup Retention Period is essential for enabling automated backups, while the other options relate to availability and performance.
Q472
Which service allows you to automate the deployment of applications on AWS?
AAWS CloudFormation
BAmazon S3
CAWS IAM
DAmazon RDS
Explanation
AWS CloudFormation automates application deployments while others serve different purposes.
Q473
A company implements AWS Lambda for a serverless application. What happens when the code execution exceeds the allocated memory?
AThe function continues to run
BLambda fails with an error
CThe function is scaled up
DMemory is auto-increased by AWS
Explanation
AWS Lambda fails with an error when memory is exceeded; it does not auto-adjust.
Q474
You are configuring an Amazon S3 bucket for a web application. What must you do to allow public access to your bucket?
AEnable bucket encryption
BSet bucket policy to allow access
CDisable versioning in the bucket
DUse AWS Shield for protection
Explanation
You must set a bucket policy allowing access, while the other options do not facilitate public access.
Q475
Which service is best for building chatbots?
AAmazon Lex
BAmazon SageMaker
CAmazon Pinpoint
DAWS Lambda
Explanation
Amazon Lex is specifically designed for creating conversational interfaces, while the others serve different purposes.
Q476
A company needs to analyze streaming data from IoT devices in real-time. Which service should they use?
AAmazon Redshift
BAmazon Kinesis
CAmazon S3
DAmazon RDS
Explanation
Amazon Kinesis is tailored for real-time data processing, unlike the other options.
Q477
What happens when you configure an IAM user to have no permissions?
AUser can view all resources
BUser can create resources
CUser cannot access any resources
DUser can only delete resources
Explanation
An IAM user with no permissions cannot access any AWS resources.
Q478
Which service is primarily used for machine learning modeling in AWS?
AAmazon SageMaker
BAWS Glue
CAmazon RDS
DAWS Lambda
Explanation
Amazon SageMaker is designed for building, training, and deploying machine learning models, while others serve different purposes.
Q479
A company needs to analyze streaming data with minimal latency. Which service should they use?
AAmazon Kinesis
BAmazon S3
CAWS Batch
DAmazon EC2
Explanation
Amazon Kinesis is optimized for real-time data streaming analysis, unlike the others which are not specifically tailored for streaming data.
Q480
You are configuring a new Lambda function triggered by S3. What happens if the function execution fails?
AThe object is deleted.
BAn error message is logged.
CThe event is retried automatically.
DThe function is disabled.
Explanation
AWS Lambda will automatically retry failed invocations triggered by S3 events to ensure processing, unlike the other options which do not happen automatically.