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 provide fine-grained access control to various AWS resources for different users. Which service should they use?
AAWS IAM
BAWS Config
CAWS CloudTrail
DAmazon GuardDuty
Explanation
AWS IAM facilitates fine-grained permissions; other options do not manage user access directly.
Q432
You are configuring a machine learning model in SageMaker. What happens when you set a higher epoch count during training?
AUnderfitting occurs
BOverfitting risk increases
CTraining duration decreases
DModel accuracy decreases
Explanation
Higher epochs can lead to overfitting; others misinterpret the effects of training parameters.
Q433
A company needs to store processed data that's accessed infrequently. Which service is most cost-effective for such storage?
AAmazon S3 Glacier
BAmazon RDS
CAmazon EFS
DAmazon S3 Standard
Explanation
Amazon S3 Glacier is designed for infrequent access and offers lower costs for long-term storage, unlike RDS, EFS, and S3 Standard.
Q434
What happens when a user defines a security group with restrictions for inbound traffic in EC2?
ARequests will be allowed.
BRequests will be denied.
CRequests will time out.
DRequests will get redirected.
Explanation
If a security group has inbound rules restricting traffic, all other requests that don't meet those rules will be denied by default.
Q435
You are configuring an AWS Lambda function triggered by an S3 event. What must be ensured regarding permissions?
ALambda must have Amazon EC2 access.
BS3 must have Lambda access.
CLambda must be public.
DS3 needs permission to invoke Lambda.
Explanation
For the S3 event to trigger the Lambda function, S3 must be granted permission to invoke the Lambda.
Q436
Which service allows you to build and train machine learning models easily?
AAmazon SageMaker
BAmazon CloudFront
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker is specifically designed for ML tasks; the others serve different purposes.
Q437
A company needs to automatically scale its application based on the incoming traffic. Which AWS service should they use?
AAmazon EC2 Auto Scaling
BAWS Elastic Beanstalk
CAWS CloudFormation
DAmazon CloudWatch
Explanation
Amazon EC2 Auto Scaling adjusts instances based on traffic; the others do not handle scaling directly.
Q438
What happens when you enable AWS Config on your account?
AIt monitors AWS service changes.
BIt automatically migrates resources.
CIt deletes unused resources automatically.
DIt installs security patches.
Explanation
AWS Config tracks configurations of AWS resources; the other options describe different functionalities.
Q439
You are using AWS Lambda to run a serverless application. What is the maximum execution timeout for a single Lambda function invocation?
A3 seconds
B15 minutes
C1 hour
D24 hours
Explanation
Lambda functions can run for a maximum of 15 minutes, making 'B' correct. The other options are either too short or too long for AWS Lambda limits.
Q440
A company needs to store large amounts of unstructured data. Which AWS service is most suited for this purpose?
AAmazon RDS
BAmazon S3
CAmazon DynamoDB
DAmazon EFS
Explanation
Amazon S3 is designed for storing unstructured data, making 'B' correct. The other options are better suited for structured data or specific use cases.