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.
A company needs to invoke a Lambda function based on a specific S3 event. How should they configure this?
ACreate a CloudWatch rule
BSet up S3 bucket policy
CUse S3 event notifications
DTrigger 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?
AEC2 instance shuts down immediately
BEBS volumes become inaccessible
CCurrent permissions remain until reboot
DThe 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?
AAmazon Comprehend
BAmazon S3
CAmazon RDS
DAmazon 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?
AAmazon Athena
BAmazon EMR
CAmazon QuickSight
DAmazon 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?
AUser has full access to S3
BUser has no access to S3
CUser can access via other means
DBucket 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?
AAmazon DynamoDB
BAmazon RDS
CAWS Lambda
DAmazon 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?
AS3 file upload
BAPI Gateway
CCloudFormation stack update
DSNS 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?
AAccess denied error
BRole assumed, access granted
CUser elevated to admin
DPermissions 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.