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.
A company needs to deploy a low-latency global application. Which AWS service should they primarily use?
AAWS Global Accelerator
BAmazon CloudFront
CAWS Direct Connect
DAmazon Route 53
Explanation
AWS Global Accelerator improves global application performance by directing traffic to optimal endpoints; CloudFront focuses on content delivery. Direct Connect is for private connections, while Route 53 primarily handles DNS.
Q122
What happens when you configure an S3 bucket with versioning enabled?
AOnly latest version is stored
BAll object versions are preserved
CObjects cannot be deleted
DPricing increases dramatically
Explanation
Versioning in S3 retains all versions of an object; only the latest version is stored if versioning is disabled. Objects can still be deleted and pricing does not dramatically increase.
Q123
You are configuring IAM policies for a team. Which of the following principal elements does not typically grant permissions?
AUser
BAccess Key
CRole
DGroup
Explanation
Users, roles, and groups are IAM principals that can be granted permissions; access keys are credentials, not principals. The access key is tied to the user but does not independently grant permissions.
Q124
Which service can automatically generate text summaries of documents?
AAmazon Comprehend
BAWS Transcribe
CAWS Lambda
DAmazon SageMaker
Explanation
Amazon Comprehend can analyze documents for insights, including summarization, while the other services have different main purposes.
Q125
A company needs to securely store and retrieve sensitive user data. What AWS service should they choose?
AAmazon Aurora
BAWS Secrets Manager
CAmazon DynamoDB
DAmazon S3
Explanation
AWS Secrets Manager specifically handles sensitive information securely, whereas the others are primarily for data storage.
Q126
You are configuring a chatbot using Amazon Lex. What happens when the user's intent is not matched?
ALex provides an error message.
BThe request is ignored.
CLex triggers a fallback intent.
DThe session ends abruptly.
Explanation
Lex can use a fallback intent to handle unmatched requests, whereas the other options incorrectly describe the behavior.
Q127
Which AWS service is primarily used for deploying machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon S3
DAWS CloudFormation
Explanation
Amazon SageMaker is specialized for machine learning model deployment, while the others serve different functions.
Q128
A company needs a cost-effective way to archive infrequently accessed data. Which AWS service is best suited for this?
AAmazon S3 Standard
BAmazon S3 Glacier
CAmazon EBS
DAmazon RDS
Explanation
Amazon S3 Glacier is optimized for archiving and infrequent access, unlike S3 Standard, EBS, or RDS.
Q129
What happens when you create an IAM role without specifying any permissions?
ARole is created with full access
BRole is created but unusable
CRole is created with limited access
DRole denies all access by default
Explanation
A role without permissions is created but cannot be used effectively until appropriate permissions are added.
Q130
Which service allows real-time data stream processing?
AAmazon Kinesis
BAWS Lambda
CAmazon S3
DAWS Glue
Explanation
Amazon Kinesis is specifically designed for real-time streaming data, while others are not.