Amazon AWS

AWS Certified AI Practitioner

AIF-C01

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.

504 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 501–504 of 504

Q501

What happens when a Lambda function exceeds its timeout limit?

  • A Function is automatically retried
  • B Function returns partial results
  • C Function fails and is terminated
  • D Function 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?

  • A AWS CloudTrail
  • B AWS Config
  • C Amazon RDS
  • D AWS 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?

  • A Amazon S3
  • B AWS Direct Connect
  • C Amazon CloudFront
  • D AWS Snowball
Explanation Amazon CloudFront is specifically for content delivery.
Q504

What happens when a Lambda function times out?

  • A Function continues executing
  • B Function stops and fails
  • C Function returns partial result
  • D Function reruns automatically
Explanation The function stops executing completely upon timeout.