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.
Which AWS service automatically scales your applications based on demand?
AAmazon EC2 Auto Scaling
BAmazon RDS
CAWS Lambda
DAWS CodeDeploy
Explanation
Amazon EC2 Auto Scaling adjusts capacity to maintain performance, while others serve different purposes.
Q272
A company needs to securely store sensitive customer data and comply with data protection regulations. Which AWS service should they use?
AAmazon S3 with SSE
BAmazon RDS without encryption
CAWS CloudTrail
DAmazon Elasticache
Explanation
Amazon S3 with Server-Side Encryption securely stores sensitive data, while the others do not primarily focus on data security in this context.
Q273
What happens when an AWS Lambda function exceeds its timeout limit?
AFunction execution is terminated
BFunction retries automatically
CFunction continues until completion
DAWS charges extra fees
Explanation
When a Lambda function exceeds the timeout, execution is terminated, unlike retries or continuing to run.
Q274
Which service is ideal for real-time data processing?
AAmazon Kinesis
BAmazon S3
CAmazon EC2
DAmazon RDS
Explanation
Amazon Kinesis is specifically designed for real-time processing; the others are more suited for storage or static processing.
Q275
A company needs to determine the type of data stored in S3 for compliance. What's the best approach?
AUse S3 Inventory
BEncrypt the data
CDelete unused data
DChange storage class
Explanation
S3 Inventory provides detailed reports on stored objects, whereas the other options do not assist in understanding data types.
Q276
You are configuring an IAM policy. What happens if permissions for an action are denied?
AAccess to the action is granted
BAccess is determined by deny rules
COnly certain users can access it
DRole assumptions are skipped
Explanation
Deny rules in IAM take precedence over allow rules, restricting access regardless of other permissions.
Q277
Which AWS service is best for scalable file storage?
AAmazon S3
BAmazon EC2
CAmazon RDS
DAWS Lambda
Explanation
Amazon S3 is designed for scalable object storage, while others serve different purposes like compute or databases.
Q278
A company needs to analyze their log data in real-time. Which service should they use?
AAmazon Athena
BAmazon Redshift
CAWS Glue
DAmazon Kinesis
Explanation
Amazon Kinesis specializes in real-time data processing, unlike the other services which focus on batch or structured query capabilities.
Q279
What happens when you exceed the limit of IAM roles per user?
ANew roles overwrite old ones
BNo new roles can be created
CUser loses all role access
DRoles reroute automatically
Explanation
Once the limit is reached, no additional roles can be assigned until existing roles are removed.
Q280
Which AWS service is primarily used for real-time data analytics?
AAmazon Kinesis
BAmazon S3
CAmazon RDS
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data streaming and analytics; the others focus on storage or database services.