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 a Lambda function exceeds its timeout limit?
AFunction is automatically retried
BFunction returns partial results
CFunction fails and is terminated
DFunction logs an error message
Explanation
When timeout occurs, Lambda immediately terminates the function without completing its process, while others do not reflect this behavior accurately.
Q502
Which service helps in monitoring AWS resources automatically?
AAWS CloudTrail
BAWS Config
CAmazon RDS
DAWS Lambda
Explanation
AWS Config tracks resource configurations while others do not.
Q503
A company needs to distribute content globally with low latency. Which service should they use?
AAmazon S3
BAWS Direct Connect
CAmazon CloudFront
DAWS Snowball
Explanation
Amazon CloudFront is specifically for content delivery.
Q504
What happens when a Lambda function times out?
AFunction continues executing
BFunction stops and fails
CFunction returns partial result
DFunction reruns automatically
Explanation
The function stops executing completely upon timeout.