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 111–120 of 504

Q111

What happens when you exceed AWS Lambda's timeout limit?

  • A Function fails and is terminated
  • B Function continues running indefinitely
  • C AWS automatically retries the function
  • D Logs are saved for future use
Explanation When a Lambda function exceeds the timeout limit, it is forcibly terminated, whereas others do not occur in that context.
Q112

Which AWS service is best for automated machine learning model training?

  • A AWS SageMaker
  • B Amazon Rekognition
  • C AWS Lambda
  • D Amazon Comprehend
Explanation AWS SageMaker is specifically designed for machine learning model training, while the others serve different purposes.
Q113

A company needs to process real-time streaming data. Which AWS service should they choose?

  • A Amazon RDS
  • B AWS Glue
  • C Amazon Kinesis
  • D Amazon S3
Explanation Amazon Kinesis is designed for processing real-time streaming data, unlike RDS, Glue, or S3 which serve different storage and data lifecycle functions.
Q114

You are configuring an Amazon Polly service. What does it primarily provide?

  • A Text-to-speech conversion
  • B Image recognition
  • C Data storage solutions
  • D Chatbot framework
Explanation Amazon Polly provides text-to-speech synthesis, while the other options relate to different AWS functionalities.
Q115

Which service is primarily used for machine learning model training on AWS?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Glue
Explanation Amazon SageMaker is designed for machine learning; the other services support different functions or use cases.
Q116

A company needs to allow developers limited access to specific AWS resources for testing. Which policy type should be used?

  • A Identity-based policy
  • B Service control policy
  • C Resource-based policy
  • D Organizational policy
Explanation Identity-based policies grant specific permissions to users; other policies serve different purposes or scopes.
Q117

What happens when an AWS Lambda function times out during execution?

  • A Function continues running until complete
  • B Function stops and returns an error
  • C Function retries automatically until success
  • D Function writes logs and suspends processing
Explanation When a Lambda function times out, it stops execution and returns an error; the other options misrepresent Lambda's behavior.
Q118

Which service is best for building chatbots?

  • A Amazon Lex
  • B Amazon RDS
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon Lex provides tools specifically for building conversational interfaces; others are for different purposes.
Q119

A company needs to analyze log data in real time. Which AWS service should they use?

  • A Amazon S3
  • B Amazon CloudWatch
  • C Amazon Athena
  • D AWS Glue
Explanation Amazon CloudWatch monitors and analyzes log data in real time, while others do different types of data processing or querying.
Q120

You are configuring a model for image recognition. What happens if training data is biased?

  • A Model performs equally on all classes
  • B Model shows skewed accuracy
  • C Model requires more data
  • D Model generalizes better
Explanation Biased training data usually leads to a model that performs poorly on underrepresented classes.