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.
Explanation
AWS Lambda enables serverless computing, while others are server-based services.
Q362
A company needs to cache data for low-latency access; which service should they use?
AAmazon S3
BAmazon ElastiCache
CAmazon RDS
DAmazon DynamoDB
Explanation
Amazon ElastiCache is designed for in-memory caching, while others are storage or database services.
Q363
What happens when an IAM user is assigned no permissions?
AFull access granted.
BAccess denied by default.
CLimited access granted.
DRole-based access enabled.
Explanation
IAM users without permissions are denied access by default due to the principle of least privilege.
Q364
Which service is best suited for managing large-scale machine learning workflows?
AAWS SageMaker
BAWS Lambda
CAWS CloudFormation
DAWS CodeDeploy
Explanation
AWS SageMaker is designed for end-to-end machine learning workflows, while the others focus on different functionalities.
Q365
A company needs to analyze log data across multiple AWS accounts. Which service should they use?
AAWS Glue
BAWS CloudTrail
CAWS Lake Formation
DAWS IoT Core
Explanation
AWS CloudTrail helps monitor and log activity across AWS accounts, while the others do not focus on logging.
Q366
What happens when you enable S3 versioning on a bucket?
AYou cannot delete objects anymore.
BObjects are stored with unique IDs.
CPrevious versions are re-written.
DAll objects are encrypted automatically.
Explanation
Enabling versioning allows S3 to keep multiple versions of objects with unique IDs for each version, while the other options are incorrect about S3 behavior.
Q367
Which AWS service is primarily used for building machine learning models?
AAmazon SageMaker
BAmazon EC2
CAmazon RDS
DAWS Lambda
Explanation
Amazon SageMaker is specifically designed for building, training, and deploying machine learning models, whereas the other services serve different purposes.
Q368
A company needs to store sensitive user data while meeting compliance requirements. Which service should they prioritize?
AAmazon S3 with encryption
BAmazon S3 standard storage
CAmazon Glacier
DAWS Backup
Explanation
Amazon S3 with encryption provides the necessary data protection, whereas the other options do not focus specifically on sensitive data compliance.
Q369
What happens when you attach an IAM Policy directly to a user rather than to a group?
AUser inherits group permissions
BUser has unique permissions
CPolicy is ignored
DGroup permissions override user policy
Explanation
Attaching an IAM policy directly to a user means the user will have unique permissions as specified by that policy, independent of any group.
Q370
Which AWS service is used for serverless computing?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS CloudFormation
Explanation
AWS Lambda is specifically designed for serverless execution, while others are not.