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 31–40 of 498
Which service provides serverless machine learning models?
A
Amazon SageMaker
B
AWS Lambda
C
Amazon EC2
D
AWS Glue
Reveal Answer
Explanation
Amazon SageMaker is specifically designed for serverless ML model deployment, while others do not serve this purpose.
A company needs a way to manage API access. Which AWS service would be best?
A
Amazon API Gateway
B
AWS Direct Connect
C
AWS SES
D
Amazon RDS
Reveal Answer
Explanation
Amazon API Gateway is tailored for managing and securing API access compared to the other options.
What happens when you use AWS IAM policies with a deny effect?
A
Always allows access if specific
B
Denies access even with permissions
C
Overrides all other permissions
D
Behavior is undefined
Reveal Answer
Explanation
Deny effects in IAM policies take precedence over allow effects, restricting access regardless of other permissions.
Which Amazon service provides serverless event-driven execution?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
AWS Glue
Reveal Answer
Explanation
AWS Lambda runs code in response to events, unlike the others which require infrastructure management.
A company needs to securely share API keys between multiple AWS accounts. Which service should they use?
A
AWS Systems Manager Parameter Store
B
Amazon S3
C
AWS Secrets Manager
D
AWS IAM Roles
Reveal Answer
Explanation
AWS Secrets Manager provides secure storage for secrets and can be accessed across accounts, unlike the other options.
What happens when an Amazon S3 bucket policy denies access to a specific IP address?
A
Access is always granted
B
Denied for that IP only
C
Denied for all IPs
D
Default allows access
Reveal Answer
Explanation
The bucket policy denies access specifically for the IP in question, while other IPs remain unaffected.
Which service is best for managing API traffic in AWS?
A
Amazon API Gateway
B
AWS Lambda
C
Amazon EC2
D
Amazon S3
Reveal Answer
Explanation
Amazon API Gateway is designed specifically for managing APIs, while the others serve different functions.
A company needs to perform real-time analysis of streaming data. Which AWS service should they use?
A
Amazon Kinesis
B
Amazon RDS
C
AWS Batch
D
Amazon S3
Reveal Answer
Explanation
Amazon Kinesis is built for real-time data analytics, while the others are not designed for real-time streaming.
You are configuring VPC peering between two VPCs. What happens if they have overlapping CIDR blocks?
A
Peering connection fails
B
Traffic routes normally
C
No impact on routing
D
VPCs become isolated
Reveal Answer
Explanation
Overlapping CIDR blocks prevent the peering connection from being established, while the others incorrectly suggest normal functionality.
Which AWS service is best for securing APIs?
A
AWS WAF
B
AWS S3
C
Amazon EC2
D
Amazon RDS
Reveal Answer
Explanation
AWS WAF is designed specifically to protect web applications and APIs, while others focus on storage, compute, or databases.