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 51–60 of 504

Q51

What happens when you configure S3 bucket policy to be public?

  • A Files become encrypted automatically
  • B Anyone can read the files
  • C Files are deleted automatically
  • D Access is blocked for all users
Explanation A public bucket policy allows read access to anyone, while the other options do not correctly describe the outcome.
Q52

Which AWS service enables serverless application execution?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS CloudFormation
  • D Amazon S3
Explanation AWS Lambda allows code execution without provisioning servers, whereas EC2 requires server management.
Q53

A company needs to ensure data compliance with GDPR. Which AWS feature should they use?

  • A AWS Shield
  • B AWS Artifact
  • C Amazon Inspector
  • D AWS WAF
Explanation AWS Artifact provides compliance reports and documents, unlike the others.
Q54

What happens when your AWS CloudFormation stack is updated?

  • A Stack is always deleted
  • B Stack must be created again
  • C Resources are updated according to changes
  • D Update is not allowed
Explanation Resources in the stack are modified based on the specified template changes, while the other options describe incorrect actions.
Q55

Which AWS service is designed for serverless application deployment?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Elastic Beanstalk
Explanation AWS Lambda allows code execution without managing servers, while EC2 involves server management.
Q56

A company needs to analyze real-time streaming data from IoT devices. Which service should they use?

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Batch
  • D AWS Glue
Explanation Amazon Kinesis is specifically designed for real-time streaming data, unlike the other options.
Q57

You are configuring IAM policies. What happens if a user belongs to multiple groups with different permissions?

  • A Combined permissions apply
  • B Conflicting permissions are ignored
  • C Limited to the least permissions
  • D No permissions granted
Explanation IAM grants users combined permissions from all groups, while other options misinterpret IAM's behavior.
Q58

Which service provides machine learning model training and deployment?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon S3
  • D AWS CloudFormation
Explanation Amazon SageMaker is specifically designed for machine learning model training and deployment, while others serve different purposes.
Q59

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

  • A Amazon RDS
  • B AWS Glue
  • C Amazon Kinesis
  • D AWS Batch
Explanation Amazon Kinesis is designed for real-time data processing while the others are for different types of data handling.
Q60

What happens when you attach an IAM policy with no permissions to a user?

  • A User gains limited access
  • B User is permanently locked out
  • C User has no permissions
  • D User can still assume roles
Explanation Attaching a policy with no permissions means the user has no access to any AWS resources, while others imply permissions or access not provided by an empty policy.