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 analyze large datasets stored in S3 without managing servers. Which solution should they use?
AAmazon Redshift
BAmazon EMR
CAWS Glue
DAmazon Athena
Explanation
Amazon Athena allows serverless SQL queries on S3 data, whereas the others require more management or are not suitable for direct querying.
Q12
What happens when an IAM user exceeds their permissions with a policy?
AUser gains new permissions
BUser receives an error
CUser is automatically logged out
DUser permissions are expanded
Explanation
When an IAM user exceeds permissions, they receive an error; their permissions do not extend or change automatically.
Q13
Which AWS service is suitable for real-time streaming analytics?
AAmazon Kinesis
BAmazon S3
CAmazon Glacier
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data streaming, while S3 and Glacier are focused on storage, and Lambda is for serverless computing.
Q14
A company needs to manage access to its AWS resources securely. Which service should they use?
AAWS IAM
BAmazon EC2
CAWS CloudFormation
DAWS CloudTrail
Explanation
AWS IAM is specifically for managing user access and permissions, whereas the other services serve different purposes.
Q15
You are configuring an instance in AWS. What happens when you change the instance type?
AData loss may occur
BInstance becomes incompatible
CIt's live-migrated without downtime
DYou need to stop the instance first
Explanation
To change the instance type, you must stop the instance first, as changing it live would result in an error.
Q16
Which AWS service enables you to deploy machine learning models?
AAmazon SageMaker
BAmazon RDS
CAmazon EC2
DAmazon CloudFront
Explanation
Amazon SageMaker is specifically designed for deploying ML models, while the others serve different purposes.
Q17
A company needs to analyze large datasets in real time. Which service should they use?
AAWS Glue
BAmazon Kinesis
CAmazon S3
DAWS Batch
Explanation
Amazon Kinesis provides the capability for real-time data processing, unlike the other services.
Q18
You are configuring IAM roles. What happens if a user has conflicting policies?
ADeny takes precedence over allow.
BAllow takes precedence over deny.
CBoth policies are ignored.
DUser receives no permissions.
Explanation
In AWS IAM, deny takes precedence over allow, highlighting security best practices.
Q19
Which AWS service is designed for distributed database and scalability?
AAmazon DynamoDB
BAmazon RDS
CAmazon S3
DAmazon Redshift
Explanation
Amazon DynamoDB is a NoSQL database that scales automatically; RDS and Redshift are SQL-based and do not provide scalability in the same way, while S3 is not a database.
Q20
A company needs to analyze unstructured data for insights. Which service should they use?
AAmazon QuickSight
BAmazon Athena
CAWS Lambda
DAmazon EC2
Explanation
Amazon Athena allows for querying unstructured data stored in S3 using SQL, whereas QuickSight is for visualization, and Lambda and EC2 are compute services.