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 deploy machine learning models securely. Which service should it use?
AAWS Lambda
BAmazon SageMaker
CAWS Glue
DAWS RDS
Explanation
Amazon SageMaker provides secure deployment for ML models while others focus on different functions.
Q72
You are configuring an EC2 instance without public IP. What will happen if you assign an Elastic IP?
AInstance gains public IP
BInstance can only connect internally
CInstance becomes unreachable
DInstance remains unaffected
Explanation
Assigning an Elastic IP will provide a public IP to the instance, enabling public connectivity.
Q73
Which service allows for automated machine learning without deep expertise?
AAmazon SageMaker Autopilot
BAWS Lambda
CAmazon ECS
DAWS Glue
Explanation
Amazon SageMaker Autopilot automates the ML model building process, unlike the other options which serve different functions.
Q74
A company needs to analyze large datasets quickly with SQL. Which AWS service should they use?
AAmazon EC2
BAmazon RDS
CAmazon Redshift
DAWS Glue
Explanation
Amazon Redshift is designed for high-performance SQL analysis over large datasets, while the others cater to different database and processing needs.
Q75
What happens when an IAM user tries to access a resource without the necessary permissions?
AAccess is granted with a warning
BAccess is denied
CPermission is requested automatically
DUser is logged out
Explanation
IAM security principles enforce access control, denying permissions by default, while the other options inaccurately describe permission behavior.
Q76
Which service is designed for data analytics in real-time?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis specializes in real-time data analytics, while the others cater to storage or compute tasks.
Q77
A company needs to secure API access for mobile users. What should they use?
AAWS Identity and Access Management
BAmazon EC2
CAWS Lambda
DAmazon CloudFront
Explanation
AWS IAM provides the necessary tools for securing API access, unlike the others which serve different purposes.
Q78
What happens when you enable versioning on an S3 bucket?
APrevious versions are deleted
BNew files overwrite old ones
CAll versions are retained
DBucket becomes read-only
Explanation
Enabling versioning retains all versions of objects, while the other options describe incorrect behaviors.
Q79
Which AWS service provides a serverless way to run code?
AAWS Lambda
BAWS EC2
CAWS S3
DAWS RDS
Explanation
AWS Lambda allows running code without server management, while EC2 requires provisioned instances, S3 is for storage, and RDS is for relational databases.
Q80
A company needs a way to manage sensitive user documents with strong access control. Which service should they choose?
AAWS S3 with IAM policies
BAWS SQS
CAWS CloudFront
DAWS DynamoDB
Explanation
AWS S3 with IAM policies allows for precise access control of sensitive documents, whereas SQS is for messaging, CloudFront is a CDN, and DynamoDB is a NoSQL database.