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 share documents between multiple departments using AWS. Which service would best meet this need?
AAWS Secrets Manager
BAmazon WorkDocs
CAWS Glue
DAmazon Cognito
Explanation
Amazon WorkDocs is designed specifically for document sharing and collaboration, while the others focus on other functionalities.
Q102
What happens when you enable versioning on an S3 bucket?
AOnly the latest version is stored
BAll versions of files are preserved
CFiles cannot be deleted
DBucket size limit is removed
Explanation
Enabling versioning preserves all versions of objects, while other options incorrectly describe versioning effects.
Q103
You are configuring an AWS Lambda function. Which of the following is a common event source?
AAmazon S3 Bucket
BAmazon DynamoDB Stream
CAmazon CloudFront Distribution
DAWS Elastic Beanstalk
Explanation
DynamoDB Streams trigger Lambda functions; others do not support direct triggers.
Q104
A company needs to analyze large datasets quickly. Which AWS service is designed specifically for big data analytics?
AAmazon RDS
BAmazon EMR
CAWS Glue
DAmazon QuickSight
Explanation
Amazon EMR is optimized for big data; RDS is for relational databases.
Q105
What happens when an AWS IAM user is deleted?
AUser data is permanently lost
BUser access keys become invalid
CUser policies are deleted
DUser's resources are deleted
Explanation
Access keys of deleted users become invalid; user policies remain in IAM unless deleted explicitly.
Q106
Which service is used for serverless functions on AWS?
AAWS Lambda
BEC2 Instances
CElastic Beanstalk
DRDS
Explanation
AWS Lambda allows code execution without provisioning servers, unlike others that require infrastructure management.
Q107
A company needs to store unstructured data at scale. Which service should they use?
AAmazon RDS
BAmazon S3
CAmazon DynamoDB
DAmazon EFS
Explanation
Amazon S3 is designed for storing large amounts of unstructured data, whereas RDS and DynamoDB are structured database services.
Q108
You are configuring a security group for an EC2 instance. What happens if you do not allow inbound traffic on the SSH port?
ASSH access is granted by default.
BInstance becomes inaccessible via SSH.
CTraffic is allowed from all IPs.
DSecurity group auto-configures to allow it.
Explanation
Not allowing inbound traffic on port 22 (SSH) prevents SSH access, whereas other options are incorrect provisions by default.
Q109
Which service provides serverless compute for ML models?
AAWS Lambda
BAmazon EC2
CAWS Batch
DAmazon S3
Explanation
AWS Lambda allows you to run code without provisioning servers, making it ideal for serverless ML model inference, while the others require server management or are not compute services.
Q110
A company needs to encrypt a sensitive dataset at rest in S3. What is the easiest method?
AUse S3 server-side encryption
BEncrypt using AWS Glue
CStore it in DynamoDB
DManually encrypt with a key
Explanation
S3 server-side encryption automatically encrypts data at rest with minimal configuration, while the other options are either more complex or irrelevant.