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 process real-time streaming data. Which service should they use?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon EC2
Explanation
Amazon Kinesis is designed for real-time data processing; S3 is for object storage, Lambda is for serverless computing, and EC2 is for virtual machines.
Q282
You are configuring Amazon Cognito. What happens when a user exceeds their allowed sign-in attempts?
AUser account is locked temporarily
BUser is permanently banned
CUser receives a warning email
DNo effect on the account
Explanation
Amazon Cognito temporarily locks accounts after too many failed attempts for security; permanent bans or emails are not automatic actions, and there is typically some form of account protection.
Q283
Which AWS service is designed for managing large-scale batch processing?
AAWS Batch
BAWS Lambda
CAmazon EC2
DAWS Fargate
Explanation
AWS Batch efficiently schedules and manages batch jobs, while other options do not focus on batch processing.
Q284
A company needs to configure environment variables for an AWS Lambda function. Which method is BEST?
ASet them in a configuration file
BUse ConfigMap in Kubernetes
CSpecify in Lambda console
DPass them in API Gateway
Explanation
Specifying environment variables in the Lambda console is the most straightforward method; other options are irrelevant.
Q285
What happens when multiple IAM policies apply to a single user?
AOnly the first policy applies
BAll policies are evaluated
CNo policies apply
DOnly deny policies matter
Explanation
All applicable IAM policies are evaluated for effective permissions, ensuring comprehensive access control.
Q286
Which service is best for data analytics at scale?
AAmazon Redshift
BAWS Lambda
CAmazon EC2
DAmazon S3
Explanation
Amazon Redshift is designed for analytical queries, while the others serve different purposes.
Q287
A company needs to ensure data is retained for compliance but doesn't require real-time access. Which S3 storage class should they choose?
AS3 Standard
BS3 Intelligent-Tiering
CS3 Glacier
DS3 One Zone-IA
Explanation
S3 Glacier is ideal for archival storage and compliance, unlike the other classes designed for different scenarios.
Q288
You are configuring an AWS Lambda function for automatic scaling. What happens when the execution time exceeds the timeout limit?
AFunction continues running until finished
BFunction stops and returns an error
CFunction is automatically retried
DFunction is saved for later execution
Explanation
When the execution time exceeds the limit, the function stops, while other options do not accurately describe Lambda's behavior.
Q289
Which AWS service specializes in creating and deploying ML models?
AAmazon SageMaker
BAWS Lambda
CAmazon RDS
DAWS Glue
Explanation
Amazon SageMaker is designed for machine learning workflows, while the others serve different purposes.
Q290
A company needs to securely store credentials and sensitive information. Which service should they use?
AAWS Secrets Manager
BAmazon S3
CAWS CloudTrail
DAmazon DynamoDB
Explanation
AWS Secrets Manager provides secure storage and management for sensitive information, unlike the other options.