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 an AWS Lambda function runs out of memory?
AFunction returns an error
BFunction terminates unexpectedly
CFunction automatically retries
DFunction continues with reduced performance
Explanation
When a Lambda function exceeds its memory limits, it terminates unexpectedly, unlike the other options that imply different handling of the situation.
Q82
Which service allows you to train machine learning models using a graphical interface?
ASageMaker
BLambda
CNeptune
DStep Functions
Explanation
SageMaker provides a user-friendly interface for ML model training, unlike the other options.
Q83
A company needs to run an AI model without managing the underlying infrastructure. Which service should they use?
AEC2
BSageMaker Endpoint
CCloudFormation
DElastic Beanstalk
Explanation
SageMaker Endpoints provide scalable AI model deployment without infrastructure management.
Q84
What happens when you set an IAM policy with Deny permissions in AWS?
AAccess is allowed
BAccess is denied
CIt requires explicit allow
DPermissions are ignored
Explanation
Deny permissions take precedence over allow permissions in IAM policies.
Q85
Which AWS service is best for creating a machine learning model with pre-built algorithms?
AAWS SageMaker
BAWS EMR
CAWS Glue
DAWS Lambda
Explanation
AWS SageMaker specifically provides tools for building, training, and deploying machine learning models, while others serve different purposes.
Q86
A company needs to secure their S3 bucket with an IAM policy that allows only specific users to access it. What should they do?
ASet a bucket policy only
BUse an IAM role with conditions
CAttach an ACL to the bucket
DGrant public access to resources
Explanation
Using an IAM role with conditions grants precise access control, whereas other options either provide less control or are insecure.
Q87
You are configuring an Amazon Aurora database for a web application. What happens when you enable Storage Auto Scaling?
AAutomatically scales compute resources
BIncreases storage on-demand
CImproves network throughput
DReplicates data across regions
Explanation
Storage Auto Scaling automatically increases storage as needed, while other options describe unrelated database functionalities.
Q88
Which AWS service helps in fine-tuning ML models?
AAmazon SageMaker
BAmazon RDS
CAWS Data Pipeline
DAmazon S3
Explanation
Amazon SageMaker is specifically designed for ML model training and fine-tuning.
Q89
A company needs to secure access for its API. What is the best approach using AWS?
AUse Lambda authorizer
BImplement API Gateway throttling
CDeploy a CloudFront distribution
DEnable S3 bucket policies
Explanation
Using a Lambda authorizer allows custom authentication for API access.
Q90
You are configuring an ECS task definition. What happens if the Task Role is missing?
AIAM permissions are granted by default
BTasks cannot access AWS resources
CTasks will fail immediately
DECS assumes the task will have permission
Explanation
Without the Task Role, ECS tasks will not have the necessary permissions to access resources.