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
Start Mock Test Timed · Full-length · Scored

Questions 111–120 of 498

Q111

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
Explanation Setting TTL to 0 causes immediate deletion, while other options are incorrect interpretations of TTL behavior.
Q112

Which service is primarily used for machine learning model training on AWS?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS CloudFormation
Explanation Amazon SageMaker is specifically designed for training ML models, while others serve different purposes.
Q113

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
Explanation Amazon S3 offers scalable storage for unstructured data and high availability for access.
Q114

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
Explanation Without the necessary permissions, the Lambda function cannot access required resources to execute successfully.
Q115

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
Explanation Amazon SageMaker is specifically designed for ML model development, while S3 is for storage and others serve different purposes.
Q116

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
Explanation AWS Lambda allows complete serverless execution while the others involve server management.
Q117

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
Explanation Leaving no public access settings can mistakenly allow public access, while the other options are standard approaches for managing access.
Q118

Which service provides infrastructure automation on AWS?

  • A AWS CloudFormation
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS CloudFormation automates infrastructure provisioning, unlike others.
Q119

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
Explanation Amazon Redshift is optimized for big data analytics.
Q120

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
Explanation The user retains their own permissions, regardless of the role's.