Amazon AWS

AWS Certified AI Practitioner

AIF-C01

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.

504 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 341–350 of 504

Q341

A company needs to analyze streaming data in real time. Which AWS service should they use?

  • A AWS Batch
  • B Amazon Kinesis
  • C Amazon Redshift
  • D AWS Glue
Explanation Amazon Kinesis is specifically designed for real-time streaming data analytics, unlike the other options that focus on different data workflows.
Q342

You are configuring an AWS Lambda function with insufficient permissions. What happens when it tries to access a resource?

  • A Lambda function executes with warnings
  • B Function will timeout immediately
  • C AccessDenied error occurs
  • D Resource is accessed anyway
Explanation An AccessDenied error occurs because the Lambda function lacks the necessary permissions to access the resource, while other options incorrectly suggest alternative outcomes.
Q343

Which service can be used for serverless compute?

  • A AWS Lambda
  • B EC2
  • C Elastic Beanstalk
  • D RDS
Explanation AWS Lambda offers on-demand execution based on events, while others are not serverless.
Q344

A company needs to analyze large data sets without managing infrastructure. Which service should they use?

  • A AWS Glue
  • B Amazon QuickSight
  • C Amazon Athena
  • D Amazon RDS
Explanation Amazon Athena allows ad-hoc queries on S3 data without infrastructure management.
Q345

What happens when you enable versioning in an S3 bucket?

  • A Old versions get deleted
  • B New versions overwrite old ones
  • C All versions are retained
  • D Access control changes
Explanation Enabling versioning retains all object versions in the bucket, while others misinterpret outcomes.
Q346

Which service helps in automatically scaling resources?

  • A AWS Auto Scaling
  • B AWS CloudTrail
  • C AWS Lambda
  • D AWS CloudFormation
Explanation AWS Auto Scaling adjusts resources based on demand, while the others serve different purposes.
Q347

A company needs to ensure secure access to AWS resources. What should they use?

  • A AWS IAM
  • B AWS S3
  • C AWS VPC
  • D AWS Redshift
Explanation AWS IAM provides identity and access management; the others do not focus on secure access management.
Q348

You are configuring an AWS Lambda function. What happens if its execution exceeds the timeout limit?

  • A Function continues running
  • B Function stops execution
  • C Function logs an error
  • D Function executes partially
Explanation The function will stop executing if it exceeds the timeout limit; the other options are incorrect as they misrepresent Lambda behavior.
Q349

Which service can automatically scale resources based on demand?

  • A AWS Auto Scaling
  • B AWS Lambda
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS Auto Scaling adjusts capacity automatically; Lambda and S3 do not scale resources directly.
Q350

A company needs to apply machine learning for predictive analytics. Which AWS service is most suitable?

  • A Amazon SageMaker
  • B AWS Batch
  • C AWS Data Pipeline
  • D Amazon EMR
Explanation Amazon SageMaker provides tools for building ML models, unlike the other services.