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
Questions 471–480 of 498
You are configuring an S3 bucket for public access. What happens if you enable block public access settings?
A
Public access will be granted.
B
Public access will be blocked.
C
Server access will be restricted.
D
Bucket versioning will be disabled.
Reveal Answer
Explanation
Block public access settings prevent any public access, making the other options incorrect.
Which AWS service provides managed identity and access management?
A
AWS IAM
B
AWS S3
C
AWS EC2
D
AWS Lambda
Reveal Answer
Explanation
AWS IAM enables managed user identities; others provide different functionalities.
A company needs to analyze streaming data for real-time insights. Which service should they use?
A
AWS Glue
B
Amazon Kinesis
C
Amazon EMR
D
AWS Batch
Reveal Answer
Explanation
Amazon Kinesis is designed explicitly for real-time data processing; others are for batch or less timely data processing.
You are configuring an AWS Lambda function to read messages from an SQS queue. What does the Lambda function need to access SQS?
A
Basic monitoring permissions
B
SQS Read Permission in policy
C
S3 write access
D
IAM database access role
Reveal Answer
Explanation
The Lambda function needs specific SQS permissions in its execution role; other options are irrelevant to SQS access.
Which AWS service is primarily used for deploying machine learning models?
A
Amazon SageMaker
B
AWS Lambda
C
Amazon EC2
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon SageMaker is specifically designed for machine learning model deployment, whereas others serve different purposes.
A company needs to analyze large datasets in real-time. Which service should they use?
A
Amazon S3
B
Amazon Redshift
C
Amazon EMR
D
AWS Glue
Reveal Answer
Explanation
Amazon EMR is optimized for processing large datasets quickly, while the other options are less suited for real-time analysis.
You are configuring IAM policies. What happens if you have conflicting allow and deny statements?
A
Allow takes precedence
B
Deny takes precedence
C
No action is allowed
D
Access is granted for all resources
Reveal Answer
Explanation
Deny statements always take precedence over allow statements in IAM policies, ensuring tighter access control.
Which service helps manage API lifecycles in AWS?
A
AWS API Gateway
B
AWS Lambda
C
AWS IoT Core
D
AWS CloudFormation
Reveal Answer
Explanation
AWS API Gateway specifically focuses on managing APIs, while the others serve different purposes.
A company needs to encrypt sensitive data in transit. Which AWS service should they use?
A
AWS Key Management Service
B
AWS CloudFront
C
AWS Direct Connect
D
AWS Shield
Reveal Answer
Explanation
AWS CloudFront can help secure data in transit using HTTPS; the others don't specifically handle encryption during transmission.
You are configuring a Lambda function to integrate with Amazon DynamoDB. What happens if the IAM role lacks the required permissions?
A
Lambda function runs successfully
B
Access Denied error occurs
C
DynamoDB data is deleted
D
Function retries execution automatically
Reveal Answer
Explanation
Without the right permissions, the Lambda function will not be able to access DynamoDB and will receive an Access Denied error.