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 secure access to their machine learning models. What AWS service should they use?
AAWS Secrets Manager
BAmazon CloudWatch
CAWS CloudTrail
DAmazon SNS
Explanation
AWS Secrets Manager securely stores and manages access to credentials needed for machine learning models.
Q252
What happens when an AWS Lambda function exceeds its allocated timeout?
AFunction completes successfully
BAn error is thrown
CFunction continues indefinitely
DFunction restarts automatically
Explanation
When a Lambda function exceeds its timeout, it is terminated and an error is returned.
Q253
Which service provides a virtual private network in AWS?
AAWS CloudFormation
BAWS Direct Connect
CAmazon VPC
DAWS Lambda
Explanation
Amazon VPC allows you to create a virtual network, while others serve different purposes.
Q254
A company needs to analyze large datasets stored in S3. Which service should they use?
AAmazon RDS
BAWS Glue
CAmazon Redshift
DAmazon Sagemaker
Explanation
Amazon Redshift is optimized for data warehousing and analytics, whereas the others perform different functions.
Q255
You are configuring lifecycle rules for S3. What happens when an object's storage class is changed to GLACIER?
AImmediate retrieval possible
BAutomatic deletion after 1 year
CReduced retrieval time
DArchival storage
Explanation
GLACIER is specifically for archival storage, while others do not apply in this context.
Q256
Which service is best for real-time data streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data processing; others don't support streaming flow.
Q257
A company needs to deploy a machine learning model and requires a fully managed service. Which service should they choose?
AAWS Lambda
BAmazon SageMaker
CAmazon EC2
DAWS Batch
Explanation
Amazon SageMaker offers a full lifecycle environment for ML; others require more management tasks.
Q258
What happens when a security group rule is added allowing inbound traffic on TCP port 80?
AAccess is denied by default
BWeb traffic access is enabled
CSSH access is disabled
DTraffic is always blocked
Explanation
Enabling TCP port 80 allows HTTP traffic; default rules deny other ports without explicit permissions.
Q259
Which service is best for training ML models at scale?
AAmazon SageMaker
BAWS Lambda
CAmazon RDS
DAmazon S3
Explanation
Amazon SageMaker is specifically designed for scalable ML training, while others serve different purposes in the AWS ecosystem.
Q260
A company needs to store and analyze large datasets efficiently. Which AWS service should they use?
AAmazon Aurora
BAmazon Redshift
CAWS Glue
DAmazon DynamoDB
Explanation
Amazon Redshift is a data warehouse service optimized for large-scale data analysis, unlike the other options which focus on different data handling aspects.