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.
What happens when a Kinesis stream exceeds its shard limit?
AData is automatically deleted
BNew data cannot be processed
CThe stream is deleted
DData is throttled and retained
Explanation
When a Kinesis stream exceeds its shard limit, it cannot accept new data without increasing shard count, while other options do not accurately describe the behavior.
Q142
Which service automatically scales applications based on demand?
AAmazon Elastic Beanstalk
BAWS Lambda
CAmazon EC2 Autoscaling
DAmazon S3
Explanation
Amazon EC2 Autoscaling adjusts instances based on load, while others do not inherently auto-scale.
Q143
A company needs to analyze data in real time from streaming services. Which service should they use?
AAWS Glue
BAmazon Kinesis
CAmazon Athena
DAWS Batch
Explanation
Amazon Kinesis is specifically designed for real-time data processing, unlike the other services which cater to different needs.
Q144
You are configuring a VPC with private and public subnets. What is the primary function of a NAT gateway?
AAllows outside traffic to access EC2
BEnables outbound internet access
CManages inter-instance traffic
DSecures VPC from all external access
Explanation
A NAT gateway specifically allows outbound internet access for resources in private subnets, contrasting with the other functions described.
Q145
Which service provides automatic machine learning model training?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon SageMaker enables automated machine learning model training, while the others are not focused on model training.
Q146
A company needs to securely share files between multiple departments. Which service should they use?
AAmazon S3
BAWS CloudFormation
CAmazon EC2
DAWS IAM
Explanation
Amazon S3 is designed for secure file sharing, unlike the other options which serve different purposes.
Q147
What happens when you attempt to delete an Amazon RDS snapshot that is shared with you?
AYou can delete it.
BOnly the owner can delete it.
CIt is permanently deleted.
DSnapshot becomes private.
Explanation
Only the owner of a shared RDS snapshot can delete it; shared permissions do not extend to delete operations.
Q148
Which AWS service provides serverless computing capabilities?
AAWS Lambda
BAmazon EC2
CAmazon ECS
DAWS Batch
Explanation
AWS Lambda allows running code without server provisioning, unlike others that require managing servers.
Q149
A company needs to manage API access among multiple departments securely. Which service provides fine-grained access control for APIs?
AAWS API Gateway
BIAM Roles
CAWS WAF
DCognito User Pools
Explanation
AWS API Gateway integrates with IAM for fine-grained access control, while others don't focus specifically on API management.
Q150
You are configuring a SageMaker model endpoint. What happens if you over-provision the instance type for the endpoint?
AIncreased cost without performance benefit
BImproved model accuracy
CReduced latency on predictions
DAutomatic scaling to match requirements
Explanation
Over-provisioning leads to higher costs without necessarily improving performance, unlike the benefits in other options.