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 you exceed AWS Lambda's timeout limit?
AFunction fails and is terminated
BFunction continues running indefinitely
CAWS automatically retries the function
DLogs 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?
AAWS SageMaker
BAmazon Rekognition
CAWS Lambda
DAmazon 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?
AAmazon RDS
BAWS Glue
CAmazon Kinesis
DAmazon 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?
AText-to-speech conversion
BImage recognition
CData storage solutions
DChatbot 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?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS 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?
AIdentity-based policy
BService control policy
CResource-based policy
DOrganizational 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?
AFunction continues running until complete
BFunction stops and returns an error
CFunction retries automatically until success
DFunction 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?
AAmazon Lex
BAmazon RDS
CAmazon S3
DAWS 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?
AAmazon S3
BAmazon CloudWatch
CAmazon Athena
DAWS 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?
AModel performs equally on all classes
BModel shows skewed accuracy
CModel requires more data
DModel generalizes better
Explanation
Biased training data usually leads to a model that performs poorly on underrepresented classes.