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 181–190 of 504

Q181

Which AWS service is used for analyzing data in real-time?

  • A Amazon Kinesis
  • B Amazon S3
  • C Amazon RDS
  • D Amazon EC2
Explanation Amazon Kinesis is designed for real-time data analysis, while the others serve different purposes.
Q182

A company wants to ensure its data is secure and accessible only by authorized services/users. What service should they utilize?

  • A AWS IAM
  • B Amazon VPC
  • C Amazon RDS
  • D AWS Lambda
Explanation AWS IAM provides robust user access and authorization capabilities while other services pertain to networking or database management.
Q183

What happens when you delete a versioned object in S3 if versioning is enabled?

  • A Object cannot be restored
  • B Object is permanently deleted
  • C A delete marker is created
  • D Object is moved to Glacier
Explanation A delete marker is created, allowing previous versions to remain accessible, while the other options imply data loss or incorrect handling of versioning.
Q184

A company needs to process real-time data streams. Which AWS service should they use?

  • A Amazon Kinesis
  • B AWS Batch
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon Kinesis is specifically designed for real-time data processing, while the others serve different purposes.
Q185

What happens when an IAM user is permanently delete?

  • A Access keys become inactive
  • B All access requests are logged
  • C The user is restored automatically
  • D No longer able to use AWS services
Explanation Permanently deleting an IAM user revokes all access to AWS services for that user immediately.
Q186

You are configuring an S3 bucket with versioning enabled. What happens if you delete an object?

  • A Object is permanently removed
  • B A delete marker is added
  • C Bucket becomes non-versioned
  • D All versions are deleted
Explanation When an object is deleted in a versioned bucket, a delete marker is added instead of permanently removing it.
Q187

Which service is best for deploying machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Elastic Beanstalk
Explanation Amazon SageMaker is specifically designed for machine learning model deployment, unlike the other options which serve different purposes.
Q188

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

  • A Amazon RDS
  • B Amazon Kinesis
  • C Amazon S3
  • D AWS Batch
Explanation Amazon Kinesis is optimized for real-time data streaming, while the other services do not provide this functionality directly.
Q189

What happens when IAM user permissions are conflicting?

  • A Allow permissions take precedence
  • B Deny permissions take precedence
  • C Conflicting permissions are ignored
  • D All permissions are revoked
Explanation In IAM, explicit deny permissions take precedence over allows, making them more restrictive in cases of conflict.
Q190

Which Amazon service provides serverless compute capabilities?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D Amazon RDS
Explanation AWS Lambda allows code execution without provisioning servers, unlike EC2 and RDS.