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 you to automate document classification?
AAmazon Textract
BAWS Lambda
CAmazon Comprehend
DAmazon RDS
Explanation
Amazon Comprehend uses ML to classify documents; Textract extracts text, Lambda executes code, and RDS is a database service.
Q62
A company needs to develop a chatbot that can understand customer queries in multiple languages. Which AWS service should they use?
AAmazon Polly
BAmazon Connect
CAmazon Lex
DAWS Amplify
Explanation
Amazon Lex specializes in building conversational interfaces; Polly converts text to speech, Connect is for contact centers, and Amplify is for app development.
Q63
You are configuring an Amazon S3 bucket for public access. What happens when you apply a bucket policy allowing public read access?
AAll users can upload files.
BOnly specific users can access.
CEveryone can read, but not write.
DBucket becomes private again.
Explanation
The policy allows public read access, not write; A implies upload capability, B restricts access, and D contradicts the policy application.
Q64
Which service is best for monitoring deep learning models in production?
AAmazon CloudWatch
BAWS CodeDeploy
CAWS DataSync
DAmazon Route 53
Explanation
Amazon CloudWatch offers metrics and alarming for models, while the others serve different purposes.
Q65
A company needs to deploy a chatbot using a generative language model. Which AWS service should they prioritize?
AAmazon Lex
BAmazon EC2
CAWS Lambda
DAWS S3
Explanation
Amazon Lex provides the needed conversational interfaces for chatbots, unlike the other options.
Q66
What happens when you configure a Lambda function without enough memory allocation?
AFunction execution is always successful
BFunction execution may time out
CFunction runs faster due to less memory
DFunction requires additional permissions
Explanation
Insufficient memory can lead to timeouts during execution, impacting performance, unlike other options.
Q67
Which service provides real-time data streaming?
AAmazon Kinesis
BAmazon RDS
CAWS Lambda
DAmazon S3
Explanation
Amazon Kinesis is designed for real-time data, while the others do not provide streaming capabilities.
Q68
A company needs to ensure policies don’t permit over-privileged access. What feature should be implemented?
AIAM Policies
BResource Tags
CIAM Password Policy
DAWS Organizations
Explanation
IAM Policies control permissions effectively, while the others do not directly manage access rights.
Q69
You are configuring an AWS Lambda function with insufficient memory. What is the likely outcome?
AFunction fails with timeout
BFunction executes faster
CFunction crashes immediately
DFunction executes successfully
Explanation
Insufficient memory causes lambda execution to exceed time limits and fail, while the others suggest incorrect outcomes.
Q70
A company needs to handle sensitive data securely on AWS. Which service provides a way to manage encryption keys?
AAWS Key Management Service (KMS)
BAmazon S3
CAWS CloudTrail
DAmazon RDS
Explanation
AWS KMS is specifically designed to manage cryptographic keys, while the other options do not serve this purpose.