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 AWS service is primarily used for deploying machine learning models?
AAmazon SageMaker
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker is specifically designed for deploying ML models, while others serve different purposes.
Q2
A company needs to automatically scale their web application. Which service should they use?
AAWS Lambda
BAmazon EC2 Auto Scaling
CAmazon S3
DAWS CloudFormation
Explanation
Amazon EC2 Auto Scaling automatically adjusts resources, while the others do not focus primarily on scaling instances.
Q3
You are configuring an AWS IoT device, and need it to connect securely. What is the best way to manage device authentication?
AAWS Secrets Manager
BAWS IoT Core with X.509
CAWS IAM Roles
DAmazon CloudFront
Explanation
AWS IoT Core utilizes X.509 certificates for device authentication, whereas the other options do not provide the same functionality.
Q4
Which AWS service is designed for building chatbots?
AAmazon Lex
BAWS Lambda
CAmazon SageMaker
DAmazon Comprehend
Explanation
Amazon Lex specifically creates conversational interfaces, while other services serve different purposes.
Q5
A company needs to preprocess data before sending it to a SageMaker training job. Which AWS service should they use?
AAthena
BGlue
CCloudFormation
DCodePipeline
Explanation
AWS Glue is specifically designed for ETL processes, unlike the other listed options.
Q6
What happens when you set an S3 bucket policy to deny all IAM users from accessing it?
AAll users can access bucket.
BOnly root user can access.
CBucket becomes publicly accessible.
DAccess is restricted as defined.
Explanation
The policy effectively denies access as specified, overriding permissions for IAM users.
Q7
Which AWS service can automatically adjust compute capacity?
AAuto Scaling
BEC2
CLambda
DCloudWatch
Explanation
Auto Scaling adjusts capacity based on demand; EC2 is the instance service, Lambda is serverless compute, and CloudWatch monitors resources.
Q8
A company needs to analyze large datasets with minimal infrastructure management. Which AWS service should they use?
AAmazon EMR
BAWS Glue
CAmazon Redshift
DAmazon Athena
Explanation
Amazon Athena allows querying data directly in S3 without infrastructure; EMR and Redshift require more setup, while Glue is for ETL.
Q9
You are configuring IAM for a team. What is a best practice for managing permissions?
AUse least privilege access
BAttach policies directly to users
CUse wildcard permissions
DAssign admin access to everyone
Explanation
Using least privilege grants only necessary permissions; directly attaching policies increases risk, wildcards create security holes, and admin access is too broad.
Q10
Which AWS service is used for real-time data processing?
AAWS Lambda
BAmazon S3
CAmazon RDS
DAWS CodeBuild
Explanation
AWS Lambda enables real-time data processing through event-driven functions, while the others focus on storage or build services.