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 data stored within a DynamoDB table. Which service should they use?
AAmazon EMR
BAmazon Athena
CAWS Glue
DAmazon Redshift
Explanation
AWS Glue is specifically designed for data transformation and integration with DynamoDB, while EMR and Redshift focus on different aspects of big data processing.
Q142
Which service can help you automate machine learning workflows?
ASageMaker
BLambda
CCloudFormation
DCloudWatch
Explanation
SageMaker is specifically designed for ML workflows, while others serve different purposes.
Q143
A company needs to analyze log files stored in S3. Which service should they use?
ARDS
BAthena
CGlue
DQuickSight
Explanation
Athena allows SQL queries on S3 data, unlike the other services.
Q144
What happens when you delete an object version in S3 with bucket versioning enabled?
AAll versions are deleted.
BOnly the latest version is deleted.
CThe object is archived.
DA delete marker is created.
Explanation
A delete marker is created to indicate the deletion without removing historical versions.
Q145
Which AWS service provides managed blockchain solutions?
AAmazon Quantum Ledger Database
BAWS Blockchain Templates
CAmazon RDS
DAmazon Aurora
Explanation
AWS Blockchain Templates allow for quick deployment of blockchain networks, unlike the other options.
Q146
A company needs to analyze streaming data in real time. Which service should they choose?
AAmazon EMR
BAmazon Kinesis
CAWS Glue
DAmazon Athena
Explanation
Amazon Kinesis is specifically designed for real-time data analysis.
Q147
What happens when you enable S3 Versioning?
AAll copies of objects are deleted
BOnly the last version is retained
CAll object versions are preserved
DCosts are waived for previous versions
Explanation
Enabling S3 Versioning preserves all versions, while other options describe incorrect outcomes.
Q148
Which service provides real-time, serverless event streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAWS Glue
Explanation
Amazon Kinesis is designed for real-time event streaming, unlike S3 which is for storage or Lambda which is for serverless functions.
Q149
A company needs to scale its AI inference workload dynamically based on demand. Which AWS service should they use?
AAmazon EC2
BAmazon SageMaker
CAWS Batch
DAmazon ECS
Explanation
Amazon SageMaker offers built-in capabilities for dynamic scaling of AI workloads, while EC2 and ECS are more general compute services.
Q150
What happens when you enable Multi-Factor Authentication (MFA) on an IAM user?
AUser authenticated with only password.
BAdditional authentication step required.
CAccess to AWS services revoked.
DUser can skip MFA on login.
Explanation
MFA adds an extra step for authentication, enhancing security; the other options either misrepresent the function or imply reduced security.