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 securely store and share sensitive documents. Which AWS service is the best choice?
AAmazon S3
BAWS Secrets Manager
CAWS CodeCommit
DAmazon EBS
Explanation
Amazon S3 can securely store files with shared access, unlike the other options which serve different purposes.
Q432
You are configuring an EC2 instance. What happens if you forget to specify a security group?
AInstance will not launch
BInstance launches but is unreachable
CDefault security group applies
DHTTP access is granted automatically
Explanation
Forgetting a security group means the instance will launch but cannot be accessed until configured.
Q433
Which AWS service can automate the setup of machine learning workflows?
AAWS SageMaker
BAWS Lambda
CAWS EC2
DAWS CloudFormation
Explanation
AWS SageMaker provides tools to automate ML workflows, while others serve different purposes.
Q434
A company needs to restrict S3 bucket access to specific IP addresses. Which feature should they use?
ABucket Policies
BIAM Roles
CS3 Versioning
DLifecycle Policies
Explanation
Bucket Policies can limit access based on IP, unlike IAM Roles and others.
Q435
What happens when you enable S3 bucket versioning?
ADeletes all original copies
BMaintains copies of all versions
CIncreases storage costs significantly
DQueuing writes to the bucket
Explanation
Enabling versioning keeps all versions of objects, while the others misinterpret functionalities.
Q436
Which service offers real-time data streaming?
AAmazon Kinesis
BAWS Lambda
CAmazon RDS
DAWS Glue
Explanation
Amazon Kinesis specifically provides real-time data streaming, while others serve different functions.
Q437
A company needs to automate recurring billing for its customers. Which AWS service should they use?
AAWS IAM
BAmazon API Gateway
CAmazon Billing Console
DAWS Marketplace
Explanation
The Amazon Billing Console allows for automated billing setups, while the others do not address recurring billing directly.
Q438
You are configuring a new IAM policy and want to restrict access to a specific S3 bucket. What happens if you set the policy to deny access to all resources?
AAccess is allowed to S3.
BAccess is denied to all resources.
COnly IAM users are denied.
DAccess is denied only to the bucket.
Explanation
A deny policy overrides all allows, denying access to anything, including the S3 bucket.
Q439
Which AWS service helps manage user identities and permissions?
AAWS IAM
BAWS S3
CAWS EC2
DAWS RDS
Explanation
AWS IAM (Identity and Access Management) is designed for managing user identities and permissions, while the other services serve different purposes.
Q440
A company needs to run code in response to events without provisioning servers. Which AWS service should they use?
AAWS Lambda
BAWS EC2
CAmazon ECS
DAWS Batch
Explanation
AWS Lambda allows for serverless execution of code triggered by events, unlike the other options that require server provisioning.