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 is used for analyzing data in real-time?
AAmazon Kinesis
BAmazon S3
CAmazon RDS
DAmazon EC2
Explanation
Amazon Kinesis is designed for real-time data analysis, while the others serve different purposes.
Q182
A company wants to ensure its data is secure and accessible only by authorized services/users. What service should they utilize?
AAWS IAM
BAmazon VPC
CAmazon RDS
DAWS Lambda
Explanation
AWS IAM provides robust user access and authorization capabilities while other services pertain to networking or database management.
Q183
What happens when you delete a versioned object in S3 if versioning is enabled?
AObject cannot be restored
BObject is permanently deleted
CA delete marker is created
DObject is moved to Glacier
Explanation
A delete marker is created, allowing previous versions to remain accessible, while the other options imply data loss or incorrect handling of versioning.
Q184
A company needs to process real-time data streams. Which AWS service should they use?
AAmazon Kinesis
BAWS Batch
CAmazon S3
DAWS Lambda
Explanation
Amazon Kinesis is specifically designed for real-time data processing, while the others serve different purposes.
Q185
What happens when an IAM user is permanently delete?
AAccess keys become inactive
BAll access requests are logged
CThe user is restored automatically
DNo longer able to use AWS services
Explanation
Permanently deleting an IAM user revokes all access to AWS services for that user immediately.
Q186
You are configuring an S3 bucket with versioning enabled. What happens if you delete an object?
AObject is permanently removed
BA delete marker is added
CBucket becomes non-versioned
DAll versions are deleted
Explanation
When an object is deleted in a versioned bucket, a delete marker is added instead of permanently removing it.
Q187
Which service is best for deploying machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS Elastic Beanstalk
Explanation
Amazon SageMaker is specifically designed for machine learning model deployment, unlike the other options which serve different purposes.
Q188
A company needs to analyze streaming data in real time. Which service should they use?
AAmazon RDS
BAmazon Kinesis
CAmazon S3
DAWS Batch
Explanation
Amazon Kinesis is optimized for real-time data streaming, while the other services do not provide this functionality directly.
Q189
What happens when IAM user permissions are conflicting?
AAllow permissions take precedence
BDeny permissions take precedence
CConflicting permissions are ignored
DAll permissions are revoked
Explanation
In IAM, explicit deny permissions take precedence over allows, making them more restrictive in cases of conflict.
Q190
Which Amazon service provides serverless compute capabilities?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAmazon RDS
Explanation
AWS Lambda allows code execution without provisioning servers, unlike EC2 and RDS.