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 user fails to authenticate with AWS IAM after multiple attempts?
AUser is locked out temporarily
BAccount is permanently disabled
CNo impact on the user's access
DIAM automatically generates a password reset
Explanation
A user is temporarily locked to prevent unauthorized access, while the other options are false.
Q357
You are configuring an Amazon RDS instance. Which of these would allow for read scalability?
AMulti-AZ deployment
BRead Replicas
CStandard security group
DBackup storage
Explanation
Read Replicas specifically enhance read scalability, while other options address different functions.
Q358
You are configuring an AWS Lambda function. Which configuration option allows the function to scale automatically based on demand?
AConcurrency limits
BProvisioned throughput
CAuto Scaling groups
DEvent source mapping
Explanation
Lambda functions scale automatically within concurrency limits, while the other options do not directly control scaling for Lambda.
Q359
A company needs to enhance its data processing capabilities with AI. Which AWS service should they use for building, training, and deploying machine learning models?
AAmazon SageMaker
BAmazon DynamoDB
CAmazon Redshift
DAWS Glue
Explanation
Amazon SageMaker is specifically designed for machine learning, while the others serve different purposes.
Q360
What happens when an Amazon S3 bucket policy denies access to an IP range?
AAccess is allowed only for specific users
BAll access is denied to that range
CAccess remains unchanged for others
DPermissions need to be updated manually
Explanation
A deny statement in S3 policies overrides all allowances, while the others incorrectly suggest alternative outcomes.