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 431–440 of 504

Q431

A company needs to securely store and share sensitive documents. Which AWS service is the best choice?

  • A Amazon S3
  • B AWS Secrets Manager
  • C AWS CodeCommit
  • D Amazon EBS
Explanation Amazon S3 can securely store files with shared access, unlike the other options which serve different purposes.
Q432

You are configuring an EC2 instance. What happens if you forget to specify a security group?

  • A Instance will not launch
  • B Instance launches but is unreachable
  • C Default security group applies
  • D HTTP access is granted automatically
Explanation Forgetting a security group means the instance will launch but cannot be accessed until configured.
Q433

Which AWS service can automate the setup of machine learning workflows?

  • A AWS SageMaker
  • B AWS Lambda
  • C AWS EC2
  • D AWS CloudFormation
Explanation AWS SageMaker provides tools to automate ML workflows, while others serve different purposes.
Q434

A company needs to restrict S3 bucket access to specific IP addresses. Which feature should they use?

  • A Bucket Policies
  • B IAM Roles
  • C S3 Versioning
  • D Lifecycle Policies
Explanation Bucket Policies can limit access based on IP, unlike IAM Roles and others.
Q435

What happens when you enable S3 bucket versioning?

  • A Deletes all original copies
  • B Maintains copies of all versions
  • C Increases storage costs significantly
  • D Queuing writes to the bucket
Explanation Enabling versioning keeps all versions of objects, while the others misinterpret functionalities.
Q436

Which service offers real-time data streaming?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon RDS
  • D AWS Glue
Explanation Amazon Kinesis specifically provides real-time data streaming, while others serve different functions.
Q437

A company needs to automate recurring billing for its customers. Which AWS service should they use?

  • A AWS IAM
  • B Amazon API Gateway
  • C Amazon Billing Console
  • D AWS Marketplace
Explanation The Amazon Billing Console allows for automated billing setups, while the others do not address recurring billing directly.
Q438

You are configuring a new IAM policy and want to restrict access to a specific S3 bucket. What happens if you set the policy to deny access to all resources?

  • A Access is allowed to S3.
  • B Access is denied to all resources.
  • C Only IAM users are denied.
  • D Access is denied only to the bucket.
Explanation A deny policy overrides all allows, denying access to anything, including the S3 bucket.
Q439

Which AWS service helps manage user identities and permissions?

  • A AWS IAM
  • B AWS S3
  • C AWS EC2
  • D AWS RDS
Explanation AWS IAM (Identity and Access Management) is designed for managing user identities and permissions, while the other services serve different purposes.
Q440

A company needs to run code in response to events without provisioning servers. Which AWS service should they use?

  • A AWS Lambda
  • B AWS EC2
  • C Amazon ECS
  • D AWS Batch
Explanation AWS Lambda allows for serverless execution of code triggered by events, unlike the other options that require server provisioning.