Amazon AWS
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.
498 questions
0 views
Free
Questions 111–120 of 498
What happens when you set the TTL of an AWS DynamoDB item to 0?
A
Item is preserved indefinitely
B
Item is deleted immediately
C
Item is archived to S3
D
Item TTL setting is ignored
Reveal Answer
Explanation
Setting TTL to 0 causes immediate deletion, while other options are incorrect interpretations of TTL behavior.
Which service is primarily used for machine learning model training on AWS?
A
Amazon SageMaker
B
AWS Lambda
C
Amazon EC2
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon SageMaker is specifically designed for training ML models, while others serve different purposes.
A company needs to store large amounts of unstructured data that needs high availability. Which AWS service should they use?
A
Amazon S3
B
Amazon RDS
C
Amazon DynamoDB
D
AWS IoT Core
Reveal Answer
Explanation
Amazon S3 offers scalable storage for unstructured data and high availability for access.
You are configuring an IAM role for a Lambda function. What will happen if you provide it incomplete permissions?
A
Lambda will execute with limited functionality
B
Lambda will not execute successfully
C
Lambda will execute but log errors
D
Lambda will wait for full permissions
Reveal Answer
Explanation
Without the necessary permissions, the Lambda function cannot access required resources to execute successfully.
Which AWS service provides a fully managed experience for building and deploying ML models?
A
Amazon S3
B
Amazon SageMaker
C
AWS Lambda
D
Amazon RDS
Reveal Answer
Explanation
Amazon SageMaker is specifically designed for ML model development, while S3 is for storage and others serve different purposes.
A company needs to implement a serverless architecture for its web application. Which is the best choice?
A
Amazon EC2
B
AWS Fargate
C
AWS Lambda
D
Amazon ECS
Reveal Answer
Explanation
AWS Lambda allows complete serverless execution while the others involve server management.
You are configuring an S3 bucket to store public content. What should you avoid to prevent unauthorized access?
A
Enabling bucket versioning
B
Using public ACLs
C
Implementing bucket policies
D
Leaving no public access settings
Reveal Answer
Explanation
Leaving no public access settings can mistakenly allow public access, while the other options are standard approaches for managing access.
Which service provides infrastructure automation on AWS?
A
AWS CloudFormation
B
Amazon S3
C
AWS Lambda
D
Amazon EC2
Reveal Answer
Explanation
AWS CloudFormation automates infrastructure provisioning, unlike others.
A company needs to analyze large datasets using SQL-like queries. Which service should they use?
A
Amazon DynamoDB
B
Amazon RDS
C
Amazon Redshift
D
AWS Glue
Reveal Answer
Explanation
Amazon Redshift is optimized for big data analytics.
You are configuring AWS IAM roles. What happens when a user assumes a role with more permissions than their user policy?
A
Inherits role's permissions completely
B
Only user permissions apply
C
Role permissions are ignored
D
Permissions merge and deny access
Reveal Answer
Explanation
The user retains their own permissions, regardless of the role's.