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 461–470 of 504

Q461

A company needs to implement immediate data processing for streaming data sources. Which AWS service would be most appropriate?

  • A Amazon Kinesis
  • B Amazon S3
  • C Amazon EC2
  • D AWS CodeDeploy
Explanation Amazon Kinesis is designed for real-time data streaming, unlike the other options that serve different purposes.
Q462

What happens when an AWS Lambda function exceeds its timeout limit?

  • A The function is forcibly terminated.
  • B The function continues running.
  • C Results are stored in S3.
  • D An error is logged to CloudWatch.
Explanation The Lambda function is terminated if it exceeds its timeout limit, while others describe scenarios that are incorrect.
Q463

Which AWS service is specifically designed for machine learning model training and deployment?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon RDS
  • D AWS EC2
Explanation Amazon SageMaker is built for ML tasks, while others serve different purposes.
Q464

A company needs to analyze large datasets efficiently. Which service should they use?

  • A AWS Elastic Beanstalk
  • B AWS Glue
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS Glue is a data integration service for analysis, while others are for application management.
Q465

What happens when you enable versioning in Amazon S3?

  • A Deletes previous versions
  • B Keeps all object versions
  • C Increases costs instantly
  • D Is irreversible
Explanation Enabling versioning retains all versions of objects, while others describe incorrect functionalities.
Q466

What service leverages AI for real-time video analysis?

  • A Amazon Rekognition
  • B AWS Lambda
  • C Amazon S3
  • D AWS Glue
Explanation Amazon Rekognition offers AI-powered image and video analysis; Lambda, S3, and Glue are not focused on video analysis.
Q467

A company needs to train a machine learning model using a large dataset stored in S3. What should they use?

  • A AWS Batch
  • B Amazon SageMaker
  • C AWS Glue
  • D Amazon EC2
Explanation Amazon SageMaker is designed specifically for training machine learning models with data from S3; Batch and Glue serve different purposes, while EC2 requires additional setup.
Q468

You are configuring IAM policies; which statement is FALSE?

  • A Deny overrides Allow policies.
  • B Policies must be JSON formatted.
  • C IAM roles can only be assigned once.
  • D Groups can include multiple users.
Explanation IAM roles can be assumed by multiple users; Deny overrides Allow, JSON format is required, and groups can have multiple users.
Q469

Which service is best for building machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon Polly
  • D Amazon S3
Explanation Amazon SageMaker is specifically designed for building, training, and deploying machine learning models, while the others serve different purposes.
Q470

A company needs to ensure users can access data in S3 only while on their corporate network. What should they implement?

  • A S3 Public Access Block
  • B S3 Bucket Policy
  • C AWS VPN Connection
  • D S3 Lifecycle Configuration
Explanation An AWS VPN Connection ensures secure access and restricts users to the corporate network, unlike the others which don't limit access based on location.