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.
Which service allows real-time digital customer engagement?
AAmazon Connect
BAmazon RDS
CAWS Lambda
DAmazon ECS
Explanation
Amazon Connect is a cloud contact center service, while others are not primarily for engagement.
Q482
A company needs to securely share data with third parties. What should they implement?
AAmazon S3 Static Website
BAWS Authorizer
CAWS Lake Formation
DAmazon RDS Snapshot
Explanation
AWS Lake Formation simplifies secure data sharing, unlike the other choices which don't focus on secure sharing.
Q483
What happens when an Amazon EC2 instance reaches the maximum CPU credit balance?
AIt can still burst performance.
BIt will shutdown automatically.
CPerformance is throttled permanently.
DIt begins using 100% CPU constantly.
Explanation
It can still burst performance until credits are consumed; other options misrepresent instance behavior.
Q484
A company needs to store user-uploaded files securely and access them from anywhere. Which AWS service should they use?
AS3 Storage
BEC2 Instance
CRDS Database
DLambda Function
Explanation
S3 offers scalable object storage with global access, while the others are not designed for file storage.
Q485
You are configuring a pipeline in AWS CodePipeline. What happens if a stage fails?
AThe pipeline stops execution.
BThe pipeline retries the stage.
COnly that stage is skipped.
DThe pipeline continues to next stage.
Explanation
When a stage fails, the entire pipeline stops until the failure is resolved.
Q486
A developer is working with AWS IAM policies and needs to limit S3 bucket access to a specific IP range. What approach should they take?
AUse a managed policy.
BAttach a condition key.
CEnable MFA on the IAM user.
DCreate a separate IAM role.
Explanation
Using a condition key allows you to specify IP address constraints directly in the policy, while the others don't meet access limitation needs.
Q487
Which service would you use to build conversational agents?
AAmazon Lex
BAWS Transcribe
CAmazon Polly
DAWS Lambda
Explanation
Amazon Lex is specifically designed for building conversational interfaces, while the others serve different purposes.
Q488
A company needs to analyze large datasets stored in S3 quickly. Which AWS service should they use?
AAmazon RDS
BAmazon Athena
CAWS DMS
DAmazon EC2
Explanation
Amazon Athena allows you to query large datasets in S3 efficiently, whereas the other options do not directly facilitate quick data analysis for S3 storage.
Q489
You are configuring an IAM policy for a user. What happens if the user has permissions to 's3:ListBucket' but not 's3:GetObject'?
AUser can list objects but not access them.
BUser can neither list nor access objects.
CUser can only delete the objects.
DUser can get objects in any bucket.
Explanation
The user can list objects in the bucket but cannot download the objects if 's3:GetObject' is not permitted.
Q490
Which service helps in deploying machine learning models on AWS?
AAmazon SageMaker
BAWS Glue
CAmazon EC2
DAWS Lambda
Explanation
Amazon SageMaker is specifically designed for building and deploying ML models, while the others serve different purposes.