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 Lambda function's timeout exceeds the configured limit?
AFunction execution stops immediately
BExecution continues until it finishes
CExecution is paused and resumed
DAn error message is logged
Explanation
When a Lambda function exceeds its timeout limit, execution is terminated immediately, not allowing it to finish or resume later.
Q412
Which service allows you to manage AWS credentials?
AIAM (Identity and Access Management)
BCloudTrail for auditing
CAWS Shield for security
DS3 for object storage
Explanation
IAM is specifically designed for managing AWS credentials; the others serve different functions.
Q413
A company needs to analyze streaming data from IoT devices in real-time. Which AWS service should they use?
AAmazon S3
BAmazon Kinesis
CAmazon RDS
DAWS Batch
Explanation
Amazon Kinesis is best for real-time data streaming; the other options are not optimized for this purpose.
Q414
You are configuring an Amazon SageMaker endpoint. What happens when you set the minimum variant count to zero?
ANo inference requests can be processed.
BEndpoints will cost less.
CModels do not get deployed.
DAuto-scaling is disabled.
Explanation
Setting the minimum variant count to zero means no requests are handled, while the other options do not directly reflect this setting's impact.
Q415
Which service allows you to build chatbots using natural language processing?
AAmazon Lex
BAmazon Polly
CAmazon Connect
DAmazon Comprehend
Explanation
Amazon Lex is designed specifically for building chatbots, while the others serve different purposes such as text-to-speech or contact center solutions.
Q416
You are configuring an S3 bucket for public access. What should you ensure is NOT enabled?
ABucket Policy
BPublic Access Block Settings
CObject-level Permissions
DVersioning
Explanation
If you want public access, Public Access Block Settings should be disabled; the other options can regulate permissions further but do not block public access directly.
Q417
A company's machine learning model has hit a plateau in performance. Which technique is best for improvement?
AData Augmentation
BChange to Batch Processing
CIncrease Learning Rate
DReduce Model Complexity
Explanation
Data augmentation can significantly enrich the training dataset, thus improving model performance; the other options may not effectively address the issue or could hinder it.
Q418
Which service can automatically scale applications based on demand?
AAWS Lambda
BAmazon EC2 Auto Scaling
CAmazon S3
DAWS Snowball
Explanation
Amazon EC2 Auto Scaling can adjust capacity automatically, while AWS Lambda is event-driven, S3 stores data, and Snowball handles data transfer.
Q419
A company needs to securely manage permissions for its AWS users. Which is the best solution?
AAWS IAM
BAWS Config
CAWS CloudTrail
DAmazon GuardDuty
Explanation
AWS IAM provides tools for managing user permissions, while the others are for compliance, logging, and threat detection respectively.
Q420
You are configuring a newly created Amazon SageMaker model. What happens if you set endpoint autoscaling too high?
ACost may increase significantly
BModel performance may degrade
CInstances will stop responding
DData will be deleted
Explanation
Setting autoscaling too high can lead to unnecessary costs, while performance won't inherently degrade, instances won't stop, and no data will be deleted.