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.
A company needs to store confidential data with encryption. Which option ensures data is automatically encrypted in AWS S3?
AEnable S3 bucket versioning
BSet up S3 bucket logging
CUse S3 Default Encryption
DImplement VPC peering
Explanation
S3 Default Encryption automatically encrypts all new objects; the other options do not provide encryption.
Q282
What happens when you increase the instance size of an AWS EC2 instance?
ABetter network performance
BIncreased storage capacity
CHigher data transfer limits
DAccess to more CPU and RAM
Explanation
Increasing the instance size directly increases CPU and RAM; the other options are not guaranteed outcomes.
Q283
Which service enables effortless data warehousing with SQL capabilities?
AAmazon Redshift
BS3 Bucket
CEC2 Instance
DDynamoDB
Explanation
Amazon Redshift is specifically designed for data warehousing and querying with SQL, unlike the other options providing different functionalities.
Q284
A startup wants to use machine learning to predict customer churn. What AWS service should they primarily use?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon SageMaker provides comprehensive tools for building and deploying ML models, while the other services do not focus specifically on ML tasks.
Q285
What happens when you delete an Amazon S3 bucket that still contains objects?
ABucket remains and objects are deleted.
BBucket and objects are deleted.
CDelete operation fails until empty.
DObjects are archived before deletion.
Explanation
Deleting a non-empty S3 bucket will fail; it must be empty first, while other options misrepresent S3 behavior.
Q286
Which service is best for real-time data streaming?
AAmazon Kinesis
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, while others serve different purposes.
Q287
A company needs to store large amounts of unstructured data. Which AWS service should they use?
AAmazon RDS
BAmazon DynamoDB
CAmazon S3
DAmazon Redshift
Explanation
Amazon S3 is ideal for storing unstructured data at scale, whereas the other options are for structured or transactional data.
Q288
You are configuring Auto Scaling. What happens if you set the cooldown period too short?
AIt scales up too slowly.
BIt over-scales, increasing costs.
CIt disables Auto Scaling.
DIt does nothing noticeable.
Explanation
A short cooldown period can lead to excessive scaling, increasing costs due to frequent launches and terminations.
Q289
Which AWS service is used for real-time data processing?
AAmazon Kinesis
BAmazon S3
CAmazon RDS
DAmazon EC2
Explanation
Amazon Kinesis is specifically designed for real-time data processing, whereas the others serve different purposes.
Q290
A company needs to securely access their AWS resources using temporary credentials. Which service should they consider?
AAWS IAM Roles
BAmazon CloudWatch
CAWS Secrets Manager
DAmazon DynamoDB
Explanation
AWS IAM Roles provide temporary credentials that grant access to resources, unlike the other options which serve other functions.