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 service is used for identity management on AWS?
AAWS IAM
BAWS Lambda
CAWS Kinesis
DAWS S3
Explanation
AWS IAM allows you to manage access and permissions for AWS resources, while the others serve different functionalities.
Q332
A company needs to process streaming data in real-time. Which service should they use?
AAWS Glue
BAmazon Kinesis
CAWS Batch
DAmazon SQS
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, unlike the other options.
Q333
What happens when you enable versioning in an S3 bucket?
AOld versions are deleted
BNew versions are always stored
CCost increases significantly
DObjects become immutable
Explanation
When versioning is enabled, new versions of objects are stored, allowing recovery of previous versions, while other options do not describe this accurately.
Q334
Which AWS service is primarily used for data warehousing?
AAmazon Redshift
BAmazon RDS
CAmazon S3
DAmazon EC2
Explanation
Amazon Redshift is designed for data warehousing, while RDS manages relational databases, S3 is for storage, and EC2 is for computing.
Q335
A company needs to monitor real-time application performance. Which service should they use?
AAmazon CloudWatch
BAWS Backup
CAWS Config
DAmazon Inspector
Explanation
Amazon CloudWatch provides real-time monitoring, whereas AWS Backup and Config focus on backup and configuration compliance, respectively.
Q336
What happens when you provision an EC2 instance without a key pair?
AInstance fails to launch
BInstance launches normally
CKey pair created automatically
DUnencrypted storage is used
Explanation
An EC2 instance will launch normally, but you cannot SSH into it without a key pair.
Q337
Which service allows machine learning model versioning?
AAmazon SageMaker
BAmazon EC2
CAmazon RDS
DAWS Lambda
Explanation
Amazon SageMaker provides built-in support for versioning models, whereas the others do not have this capability.
Q338
A company needs to analyze real-time streaming data from IoT devices. Which AWS service is best suited for this?
AAWS Glue
BAmazon Kinesis
CAmazon S3
DAWS Batch
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, while the others are not.
Q339
What happens when a Lambda function has a deployment package size exceeding its limit?
AFunction deployment will succeed
BFunction will ignore extra data
CDeployment will fail
DLambda auto-reduces the package size
Explanation
If the deployment package exceeds the limit, the deployment will fail entirely.
Q340
Which AWS service is designed for managing keys for encryption?
AAWS Key Management Service
BAWS Secrets Manager
CAWS CloudHSM
DAWS IAM
Explanation
AWS Key Management Service manages encryption keys, while the others serve distinct purposes such as secrets management or identity governance.