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 421–430 of 498
A company needs to perform batch data processing. Which AWS service should they use?
A
AWS Glue
B
Amazon S3
C
AWS Lambda
D
Amazon EC2
Reveal Answer
Explanation
AWS Glue is designed for ETL tasks and batch processing, while the other options serve different purposes.
You are configuring AWS IAM policies. What happens if a user has both an allow and a deny statement in their policy?
A
Allow takes precedence
B
Deny takes precedence
C
Both will be ignored
D
User has no permissions
Reveal Answer
Explanation
A deny statement always takes precedence over an allow statement in IAM policies.
Which service allows for the automatic scaling of resources in response to load?
A
AWS Auto Scaling
B
Amazon RDS
C
AWS Lambda
D
Amazon CloudWatch
Reveal Answer
Explanation
AWS Auto Scaling manages scaling automatically, whereas the other services do not directly provide this capability.
Which service provides automated machine learning models in AWS?
A
Amazon SageMaker
B
AWS Lambda
C
Amazon RDS
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon SageMaker is designed for machine learning, while the others are not focused on this area.
A company needs to analyze large datasets in real-time. Which AWS service is ideal for their use case?
A
AWS Glue
B
Amazon Kinesis
C
Amazon S3
D
AWS Batch
Reveal Answer
Explanation
Amazon Kinesis is designed for real-time data processing, unlike the others.
You are configuring an S3 bucket for public read access. What must you ensure?
A
Disable versioning
B
Set a bucket policy
C
Enable MFA Delete
D
Change the bucket name
Reveal Answer
Explanation
Setting a bucket policy is required to grant public access, while the other options do not ensure such access.
A company needs to secure access to its S3 buckets. Which service can they use to manage permissions?
A
AWS IAM
B
AWS CloudFormation
C
AWS CodeDeploy
D
AWS Lambda
Reveal Answer
Explanation
AWS IAM is used to manage access permissions, while the other options serve different purposes.
What happens when you enable versioning on an S3 bucket?
A
Data compression occurs
B
Previous versions are preserved
C
Bucket becomes read-only
D
Costs increase immediately
Reveal Answer
Explanation
Enabling versioning preserves all previous versions of objects, making option B the correct response.
You are configuring a Lambda function to process events from an SQS queue. What should you ensure for reliable processing?
A
Lambda has SQS permissions
B
Function timeout is set to zero
C
SQS queue is empty
D
Event source mapping is disabled
Reveal Answer
Explanation
The Lambda function must have permissions to read from the SQS queue for reliable event processing.
Which service allows for automatic scaling of applications based on defined metrics?
A
AWS Auto Scaling
B
AWS Lambda
C
Amazon RDS
D
Amazon DynamoDB
Reveal Answer
Explanation
AWS Auto Scaling adjusts capacity based on metrics; others do not primarily provide scaling functions.