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.
Which service provides automated machine learning capabilities?
AAmazon SageMaker
BAWS Lambda
CAmazon RDS
DAWS Glue
Explanation
Amazon SageMaker specializes in automated machine learning; the others serve different purposes.
Q242
A company needs to improve the security of its API endpoints. Which AWS service should they use?
AAWS Shield
BAWS WAF
CAmazon Cognito
DAmazon CloudFront
Explanation
AWS WAF protects web applications from common exploits; the other options do not specifically enhance API security.
Q243
What happens when you stop an EC2 instance?
AThe instance is terminated
BInstance data is lost
CIP address is released
DStorage remains allocated
Explanation
Stopping an EC2 instance preserves data on EBS volumes; the other options either incorrectly describe stopping or apply to termination.
Q244
Which AWS service is designed for complex data analytics?
AAWS Redshift
BAWS S3
CAWS DynamoDB
DAWS Lambda
Explanation
AWS Redshift is a data warehousing service, while others serve different purposes like storage or compute.
Q245
A company needs to process streaming data in real time. Which AWS service should they use?
AAWS Lambda
BAWS Batch
CAmazon Kinesis
DAWS CloudFormation
Explanation
Amazon Kinesis is designed for real-time data streaming, whereas other options serve different functions.
Q246
You are configuring user permissions with IAM. What happens if two policies contradict each other?
ALast policy applies
BFirst policy applies
CAccess is denied
DBoth policies are ignored
Explanation
In IAM, the last evaluated policy takes precedence over previous ones, while others do not accurately describe IAM behavior.
Q247
Which service allows you to store and analyze large datasets in AWS?
AAmazon Redshift
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
Amazon Redshift is specifically designed for data warehousing and analyzing large datasets; RDS is for relational database management, Lambda is serverless computing, and EC2 is for general computing.
Q248
A company needs to automatically scale their EC2 instances during peak usage. Which AWS service provides this functionality?
AAWS Elastic Beanstalk
BAmazon EC2 Auto Scaling
CAmazon CloudFront
DAWS CloudTrail
Explanation
Amazon EC2 Auto Scaling allows automatic scaling of EC2 instances based on demand; Elastic Beanstalk manages app deployment, CloudFront is for content delivery, and CloudTrail monitors API calls.
Q249
What happens when you create a new IAM user without assigning permissions?
AUser cannot access any resources
BUser can access all resources
CUser receives admin access
DUser has view-only permissions
Explanation
A new IAM user without permissions cannot access any AWS resources; all other options imply some level of access not granted by default.
Q250
Which AWS service is best for real-time data streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, while others serve different purposes.