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.
What happens when you enable versioning on an S3 bucket?
AOverwrites files without warnings
BDeletes all existing objects
CRetains all versions of objects
DIncreases storage costs only
Explanation
Enabling versioning on an S3 bucket retains all versions of the objects, while the other options are incorrect regarding versioning behavior.
Q442
Which AWS service provides managed graph databases?
AAmazon Neptune
BAmazon RDS
CAmazon DynamoDB
DAmazon Aurora
Explanation
Amazon Neptune is specifically designed for graph databases; others cater to relational data or key-value stores.
Q443
A company needs to improve its data analytics capabilities using machine learning. Which approach should they consider?
ABuilding an on-premise data center
BUsing Amazon SageMaker
CUtilizing AWS Lambda only
DImplementing Amazon S3 for storage only
Explanation
Amazon SageMaker provides multiple tools for ML development; the other options do not directly address analytics enhancements.
Q444
What happens when you set an S3 bucket policy to allow public read access?
AOnly the bucket owner can read files
BAnyone can read the files
CFiles are deleted automatically
DBucket versioning is enabled
Explanation
With public read access, any user can access the files; the other options describe incorrect behaviors or features.
Q445
Which AWS service is best for creating automated workflows?
AAWS Lambda
BAWS Step Functions
CAmazon EC2
DAmazon S3
Explanation
AWS Step Functions orchestrates automated workflows, while Lambda is for code execution, EC2 for hosting, and S3 for storage.
Q446
A company needs to analyze data streams in real-time. Which AWS service should they use?
AAmazon RDS
BAmazon Kinesis
CAmazon Redshift
DAWS Glue
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, unlike RDS (for relational databases), Redshift (data warehousing), or Glue (ETL).
Q447
You are configuring an S3 bucket for website hosting. What must you enable to allow public access?
AVersioning
BBucket Policy
CLifecycle Rules
DCloudTrail Logging
Explanation
A Bucket Policy is required to grant public access for hosting, whereas the other options serve different purposes.
Q448
Which service provides real-time data streaming in AWS?
AAmazon Kinesis
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time streaming, while others serve different storage or compute purposes.
Q449
A company needs to analyze their user activity data. Which AWS tool is most suitable for this task?
AAmazon Athena
BAWS Lambda
CAmazon EC2
DAmazon S3
Explanation
Amazon Athena allows for analyzing data directly in S3 using SQL; others are not designed for direct analysis.
Q450
What happens when you incorrectly configure a security group in AWS?
AEnhanced security for your resources
BAccess to your resources may be blocked
CNo effect on existing permissions
DResources will be deleted immediately
Explanation
Incorrectly configured security groups can block access, while the other options are not plausible outcomes.