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 351–360 of 504

Q351

What happens when you modify an IAM user's permissions to 'Deny' access?

  • A Access is granted automatically.
  • B Access is denied regardless of other policies.
  • C Access is granted but monitored.
  • D No effect if combined with allow.
Explanation A 'Deny' policy overrides any 'Allow' permissions in IAM.
Q352

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

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

A company needs to store and analyze large datasets from their IoT devices. Which service should they use?

  • A Amazon S3
  • B AWS Glue
  • C Amazon QuickSight
  • D Amazon Redshift
Explanation Amazon S3 is ideal for large datasets; other options focus on processing or visualizing data.
Q354

You are configuring an Amazon Cognito user pool for authorization. What happens if the user does not confirm their account?

  • A They receive unlimited access
  • B They can login without confirming
  • C Access to the app is denied
  • D Account is permanently deleted
Explanation Confirmation is mandatory for access; unconfirmed accounts cannot log in, unlike the other options.
Q355

Which service can automatically scale your applications?

  • A AWS Auto Scaling
  • B Amazon RDS
  • C AWS IAM
  • D Amazon S3
Explanation AWS Auto Scaling allows you to automatically adjust resources, while the others do not provide this capability.
Q356

A company needs to implement fine-grained access control for AWS resources. Which service should they use?

  • A AWS IAM
  • B Amazon CloudFront
  • C Amazon RDS
  • D AWS Lambda
Explanation AWS IAM is specifically designed for access control, unlike the other services listed.
Q357

You are configuring an Amazon S3 bucket for public access. What happens if you enable Block Public Access?

  • A Public access is still allowed.
  • B Public access will be restricted.
  • C Only files can be public.
  • D Only certain users can access.
Explanation Enabling Block Public Access prevents any public access settings, ensuring security.
Q358

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B AWS EC2
  • C AWS S3
  • D AWS RDS
Explanation AWS Lambda enables event-driven, serverless computing, while EC2, S3, and RDS require server management.
Q359

A company needs to securely store secrets like API keys. Which AWS service should they use?

  • A AWS Secrets Manager
  • B AWS S3
  • C AWS IAM
  • D AWS CloudTrail
Explanation AWS Secrets Manager is designed for securely managing secrets, whereas S3 and CloudTrail do not focus on secrets management.
Q360

What happens when a Lambda function hits its timeout limit?

  • A Function continues processing
  • B Function shuts down immediately
  • C Function is suspended temporarily
  • D Function returns an incomplete response
Explanation When a Lambda function exceeds the timeout, it shuts down immediately, disrupting processing for that invocation.