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 491–498 of 498

Q491

A company needs to invoke a Lambda function based on a specific S3 event. How should they configure this?

  • A Create a CloudWatch rule
  • B Set up S3 bucket policy
  • C Use S3 event notifications
  • D Trigger from an EC2 instance
Explanation S3 event notifications directly invoke Lambda on specific events, whereas the others do not establish this direct linkage.
Q492

What happens when an IAM role is deleted that is currently attached to a running EC2 instance?

  • A EC2 instance shuts down immediately
  • B EBS volumes become inaccessible
  • C Current permissions remain until reboot
  • D The instance continues with limitations
Explanation The instance continues running but loses its role's permissions for new actions; it does not shut down or lose EBS access.
Q493

Which service provides a fully managed natural language processing solution?

  • A Amazon Comprehend
  • B Amazon S3
  • C Amazon RDS
  • D Amazon DynamoDB
Explanation Amazon Comprehend is specifically designed for natural language processing, while the others serve different purposes.
Q494

A company needs to analyze large datasets in real time. Which service should they use?

  • A Amazon Athena
  • B Amazon EMR
  • C Amazon QuickSight
  • D Amazon Redshift
Explanation Amazon EMR is optimized for real-time large-scale data analysis; others are for different types of data processing or reporting.
Q495

What happens when an S3 bucket policy allows access from all IPs but an IAM user policy denies it?

  • A User has full access to S3
  • B User has no access to S3
  • C User can access via other means
  • D Bucket access rules override IAM rules
Explanation IAM policies take precedence over bucket policies, denying access regardless of the bucket's policy.
Q496

Which AWS service provides fully managed NoSQL database solutions?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon DynamoDB is designed specifically for NoSQL, while RDS is for SQL databases, Lambda is for serverless computing, and S3 is for object storage.
Q497

You are configuring a Lambda function. Which event source could NOT trigger your function?

  • A S3 file upload
  • B API Gateway
  • C CloudFormation stack update
  • D SNS message published
Explanation CloudFormation triggers stack updates but not Lambda functions directly; the others are valid triggers.
Q498

What happens when an IAM user uses the `sts:AssumeRole` action without proper permissions?

  • A Access denied error
  • B Role assumed, access granted
  • C User elevated to admin
  • D Permissions inherited from the role
Explanation If permissions are missing, the action fails and returns an access denied error; roles cannot be assumed without appropriate permissions.