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 151–160 of 498

Q151

Which service provides scalable machine learning solutions?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D Amazon RDS
Explanation Amazon SageMaker is designed for machine learning, unlike the others.
Q152

A company needs to store unstructured data. Which AWS service should they use?

  • A Amazon EFS
  • B Amazon S3
  • C Amazon RDS
  • D AWS Glue
Explanation Amazon S3 is optimized for unstructured data storage, while others are not.
Q153

You are configuring permission policies in IAM. What happens if a permission is explicitly denied?

  • A The user gains access.
  • B The user loses all access.
  • C The deny overrides other permissions.
  • D The permission has no effect.
Explanation Explicitly denying a permission overrides any allowed permissions.
Q154

Which service is best for storing large datasets in a structured format?

  • A Amazon RDS
  • B Amazon S3
  • C Amazon DynamoDB
  • D Amazon Redshift
Explanation Amazon Redshift is optimized for analytic workloads and storing large datasets, while the others serve different storage needs.
Q155

A company needs to deploy a machine learning model with minimal latency. Which AWS service should it utilize?

  • A AWS Lambda
  • B Amazon SageMaker
  • C Amazon EC2
  • D AWS Batch
Explanation Amazon SageMaker is built for deploying ML models with optimized latency, unlike other options.
Q156

You are configuring IAM policies. What happens when a policy explicitly denies an action?

  • A The action is allowed
  • B The action is denied
  • C The action is automatically logged
  • D The action's status cannot be inferred
Explanation Explicit denies always take precedence over allows in IAM policies.
Q157

Which service provides a fully managed message broker for AWS?

  • A Amazon MQ
  • B Amazon SNS
  • C AWS Step Functions
  • D AWS Lambda
Explanation Amazon MQ offers a managed message broker, while SNS is for notifications and the others serve different functions.
Q158

A company needs to enable cross-account access for its S3 bucket. What approach should they take?

  • A Use IAM roles with permissions.
  • B Share the bucket key.
  • C Enable VPC peering.
  • D Change the bucket name.
Explanation Using IAM roles allows specific permissions across accounts, while the other options do not address access management properly.
Q159

What happens when you schedule a Lambda function to run every minute?

  • A It runs twice a minute.
  • B It only runs once.
  • C It results in throttling.
  • D It runs every minute as scheduled.
Explanation A scheduled Lambda function executes as specified unless other limits are reached, while the other options incorrectly imply failure or limits.
Q160

Which AWS service is best for creating APIs?

  • A Amazon API Gateway
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon API Gateway is specifically designed for creating and managing APIs, while the others serve different purposes.