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 291–300 of 498

Q291

What happens when you assign an IAM policy that grants full access to a resource but deny permissions in an explicit deny policy?

  • A Access granted to the resource
  • B Access denied to the resource
  • C Access depending on condition keys
  • D Access only allowed for specific users
Explanation An explicit deny always overrides any allow permissions in AWS IAM.
Q292

Which service enables users to analyze images for automation?

  • A Amazon Rekognition
  • B Amazon ECS
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon Rekognition is designed for image analysis, unlike the others.
Q293

A company needs to securely store API keys. What is the best AWS service for this?

  • A AWS Secrets Manager
  • B Amazon S3
  • C AWS CloudFormation
  • D AWS Elastic Beanstalk
Explanation AWS Secrets Manager is specifically designed for secret management.
Q294

You are configuring an Auto Scaling group. What happens if desired capacity exceeds maximum size?

  • A Scaling policies ignore requests
  • B Automatically scales to max size
  • C Health checks fail
  • D No action taken
Explanation Auto Scaling can only scale up to its maximum set limit.
Q295

Which AWS service provides real-time stream processing?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon S3
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data streams, while others cater to different needs such as event handling, storage, or databases.
Q296

A company needs to run machine learning models at scale without managing the infrastructure. Which AWS service should they choose?

  • A AWS Glue
  • B Amazon SageMaker
  • C AWS Batch
  • D Amazon EC2
Explanation Amazon SageMaker enables developers to build and train ML models with minimal infrastructure management, unlike the other options.
Q297

You are configuring an IAM policy with a condition. What will happen if the required condition key is not met?

  • A Access is granted anyway
  • B Access is explicitly denied
  • C Access is logged for auditing
  • D Access request times out
Explanation IAM policies deny access if conditions are not met, while the other options incorrectly describe the policy behavior.
Q298

Which service provides an easy way to manage machine learning models in AWS?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon RDS
  • D Amazon EC2
Explanation Amazon SageMaker is specifically built for machine learning model management, whereas the other services focus on different tasks.
Q299

A company needs to enforce multi-factor authentication (MFA) for all IAM users. What's the best way to achieve this?

  • A Create a policy for IAM roles.
  • B Enable MFA in AWS Organizations.
  • C Attach an MFA requirement to IAM users.
  • D Use AWS Config rules.
Explanation Attaching an MFA requirement directly to IAM users mandates MFA enforcement effectively compared to the other options.
Q300

What happens when you configure an Amazon S3 bucket with the 'public-read' ACL?

  • A Public can upload files.
  • B Anyone can read objects.
  • C Bucket listing is public.
  • D Access is fully restricted.
Explanation The 'public-read' ACL allows public read access to the objects in the bucket, not upload permissions.