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 an AWS Lambda function exceeds its timeout setting?
ALambda continues to execute
BLambda throws an error
CLambda automatically retries
DLambda logs the execution time
Explanation
When Lambda exceeds its timeout setting, it throws an error and stops execution, while the other options are incorrect outcomes.
Q292
Which AWS service allows for real-time data streaming?
AAmazon Kinesis
BAWS Lambda
CAmazon S3
DAmazon RDS
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, while the others serve different purposes like storage or compute.
Q293
A company needs to analyze its customer feedback data securely while adhering to compliance standards. Which AWS service should they use?
AAmazon QuickSight
BAWS Glue
CAmazon Comprehend
DAmazon Athena
Explanation
Amazon Comprehend provides data analysis capabilities with built-in compliance measures, while QuickSight and Athena focus on visualization and querying, respectively, and Glue is for ETL processes.
Q294
You are configuring permissions in AWS IAM for a user. What happens if you attach a policy with 'Deny' explicit permissions?
AUser can override deny policy
BAll permissions overridden
CUser receives granted access
DDeny policy takes precedence
Explanation
In IAM, explicit 'Deny' policies take precedence over 'Allow' policies, resulting in denied permissions regardless of other configurations.
Q295
Which service is best for serverless computing?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAmazon VPC
Explanation
AWS Lambda allows for serverless application execution, unlike the others.
Q296
A company wants to analyze data from a stream in real-time. Which service should they choose?
AAmazon EMR
BAmazon Kinesis
CAWS Glue
DAmazon RDS
Explanation
Amazon Kinesis specializes in real-time data streaming, while others serve different purposes.
Q297
You are configuring permissions for an IAM policy using resource ARNs. What happens when you specify the resource as '*'?
AAllows access to all resources
BRestricts access to no resources
CAllows access to specified resources only
DPrevents all access
Explanation
Specifying '*' permits access to all resources, unlike limiting it to specific ones.
Q298
Which service provides managed machine learning capabilities?
AAmazon SageMaker
BAmazon EC2
CAWS Lambda
DAWS Glue
Explanation
Amazon SageMaker is designed for machine learning; the others are not suitable.
Q299
A company wants to use AI to personalize its recommendations. Which AWS service should they consider?
AAmazon Personalize
BAmazon Rekognition
CAWS Lambda
DAmazon Comprehend
Explanation
Amazon Personalize is specifically meant for personalized recommendations.
Q300
What happens when you configure overly broad IAM permissions?
AIncreased security risk
BFaster API responses
CReduced cost
DSimplified user access
Explanation
Overly broad IAM permissions can expose resources to unnecessary risks.