Amazon AWS

AWS Certified Generative AI Developer – Professional

AIP-C01

The AWS Certified Generative AI Developer – Professional (AIP-C01) exam tests your ability to build and deploy generative AI applications on AWS. It is designed for developers specializing in AI technologies.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 441–450 of 498

Q441

Which IAM policy allows users to launch EC2 instances but restricts them from using specific instance types?

  • A Allow all EC2 actions
  • B Deny specific instance types only
  • C Allow ec2:RunInstances except instance types
  • D Allow ec2:LaunchInstances for types
Explanation The correct method is to allow 'ec2:RunInstances' but specify conditions to limit instance types, which 'C' reflects. The other options do not achieve the specified restriction correctly.
Q442

Which service provides a managed environment for deploying AI models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Batch
Explanation Amazon SageMaker specifically offers tools for deploying AI models; the others are not designed primarily for AI model management.
Q443

A company needs to perform real-time sentiment analysis on customer feedback. Which AWS service should they use?

  • A Amazon S3
  • B AWS Glue
  • C Amazon Comprehend
  • D Amazon CloudWatch
Explanation Amazon Comprehend is the service tailored for natural language processing tasks such as sentiment analysis; others do not provide this functionality.
Q444

What happens when you delete an Amazon S3 bucket that contains versioning enabled?

  • A All versions are permanently deleted.
  • B Only the latest version is deleted.
  • C The bucket will remain but empty.
  • D The bucket cannot be deleted.
Explanation With versioning enabled, all versions are indeed deleted when the bucket is deleted; options B and C are incorrect interpretations of versioning behavior.
Q445

Which service would you use for real-time data streaming and analytics?

  • A AWS Lambda
  • B Amazon Kinesis
  • C Amazon SQS
  • D Amazon RDS
Explanation Amazon Kinesis is specifically designed for real-time data processing, while the others serve different functions.
Q446

A company needs to ensure all IAM policies are least privilege. What should they do?

  • A Grant full access to all services
  • B Use instance profiles with broad permissions
  • C Review and restrict existing policies
  • D Use nested groups for user roles
Explanation Reviewing and restricting policies aligns with least privilege best practices, unlike the other options.
Q447

What happens when you delete an S3 bucket with versioning enabled?

  • A All versions are permanently removed.
  • B Bucket is preserved with all versions.
  • C Only the latest version is removed.
  • D Versions become publicly accessible.
Explanation Deleting a versioned bucket preserves the versions until explicitly deleted.
Q448

Which AWS service is best for developing machine learning models?

  • A Amazon SageMaker
  • B AWS CloudFormation
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon SageMaker is designed for machine learning development; the other options serve different purposes.
Q449

A company needs to deploy a serverless application. Which combination of services should they choose?

  • A AWS Lambda and API Gateway
  • B Amazon EC2 and RDS
  • C AWS Lightsail and DynamoDB
  • D AWS Batch and S3
Explanation AWS Lambda with API Gateway is ideal for serverless; other combinations involve traditional or managed services.
Q450

You are configuring events for an Amazon S3 bucket. What happens when an object is stored?

  • A Event is triggered immediately
  • B No events are generated by default
  • C All users receive a notification
  • D Only bucket owner is notified
Explanation Events can be configured to trigger on object creation, whereas others are incorrect interpretations of event notifications.