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 manage permissions for resources across multiple AWS accounts. What should they use?
AAWS IAM Roles
BAWS Organizations
CAmazon VPC
DAWS CloudFormation
Explanation
AWS Organizations allows management of accounts and permissions, while the others do not handle multi-account permissions directly.
Q222
What happens when you disable an AWS Config rule?
ACompliance assessments stop immediately
BHistorical data is deleted
CIt stops recording configuration changes
DAll resources become non-compliant
Explanation
Disabling a rule stops real-time evaluations while historical data remains unchanged and compliance remains active for existing checks.
Q223
Which service automates the machine learning model deployment?
AAmazon SageMaker
BAWS Glue
CAmazon Redshift
DAWS CodeBuild
Explanation
Amazon SageMaker is designed for ML model deployment, while the others serve different purposes.
Q224
A company needs to securely manage API access. Which AWS service should they use?
AAWS Secrets Manager
BAmazon Cognito
CAWS Lambda
DAmazon CloudFront
Explanation
Amazon Cognito provides user authentication and secure access management, unlike the other options that don't focus on API access management.
Q225
You are configuring a Lambda function to access S3. What happens if the required permissions are missing?
AFunction executes but logs a warning.
BFunction executes successfully with default permissions.
Explanation
Without the required permissions, the function will fail with an access denied error since AWS enforces strict permission policies.
Q226
Which service is primarily used to train ML models?
AAmazon SageMaker
BAmazon EC2
CAmazon RDS
DAWS Lambda
Explanation
Amazon SageMaker is designed for ML training, while EC2, RDS, and Lambda serve different purposes.
Q227
A company needs to distribute heavy workloads dynamically. Which AWS service should they use?
AAWS CloudFormation
BAmazon Elastic Load Balancing
CAWS CodeDeploy
DAmazon S3
Explanation
Amazon Elastic Load Balancing distributes inbound traffic, unlike the other options.
Q228
What happens when you delete an Amazon S3 bucket that has versioning enabled?
AAll object versions are permanently deleted.
BBucket is deleted, versions are retained.
COnly latest object is deleted.
DBucket deletion fails automatically.
Explanation
All object versions are permanently deleted, not retained if the bucket is deleted with versioning enabled.
Q229
Which service is primarily used for machine learning model training in AWS?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS Glue
Explanation
Amazon SageMaker is specifically designed for ML model training and deployment; Lambda is for serverless compute, EC2 is for general compute, and Glue for ETL tasks.
Q230
You are configuring an API Gateway to integrate with a Lambda function. What method should be used to authorize this API?
AIAM Role
BAPI Key
CLambda Authorizer
DWAF Security
Explanation
A Lambda Authorizer can handle custom authentication; IAM Roles are for resource permissions, API Keys are for simple usage, and WAF is for web application security.