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 221–230 of 498

Q221

A company needs to manage permissions for resources across multiple AWS accounts. What should they use?

  • A AWS IAM Roles
  • B AWS Organizations
  • C Amazon VPC
  • D AWS CloudFormation
Explanation AWS Organizations allows management of accounts and permissions, while the others do not handle multi-account permissions directly.
Q222

What happens when you disable an AWS Config rule?

  • A Compliance assessments stop immediately
  • B Historical data is deleted
  • C It stops recording configuration changes
  • D All resources become non-compliant
Explanation Disabling a rule stops real-time evaluations while historical data remains unchanged and compliance remains active for existing checks.
Q223

Which service automates the machine learning model deployment?

  • A Amazon SageMaker
  • B AWS Glue
  • C Amazon Redshift
  • D AWS CodeBuild
Explanation Amazon SageMaker is designed for ML model deployment, while the others serve different purposes.
Q224

A company needs to securely manage API access. Which AWS service should they use?

  • A AWS Secrets Manager
  • B Amazon Cognito
  • C AWS Lambda
  • D Amazon CloudFront
Explanation Amazon Cognito provides user authentication and secure access management, unlike the other options that don't focus on API access management.
Q225

You are configuring a Lambda function to access S3. What happens if the required permissions are missing?

  • A Function executes but logs a warning.
  • B Function executes successfully with default permissions.
  • C Function fails with access denied error.
  • D Function automatically requests necessary permissions.
Explanation Without the required permissions, the function will fail with an access denied error since AWS enforces strict permission policies.
Q226

Which service is primarily used to train ML models?

  • A Amazon SageMaker
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon SageMaker is designed for ML training, while EC2, RDS, and Lambda serve different purposes.
Q227

A company needs to distribute heavy workloads dynamically. Which AWS service should they use?

  • A AWS CloudFormation
  • B Amazon Elastic Load Balancing
  • C AWS CodeDeploy
  • D Amazon S3
Explanation Amazon Elastic Load Balancing distributes inbound traffic, unlike the other options.
Q228

What happens when you delete an Amazon S3 bucket that has versioning enabled?

  • A All object versions are permanently deleted.
  • B Bucket is deleted, versions are retained.
  • C Only latest object is deleted.
  • D Bucket deletion fails automatically.
Explanation All object versions are permanently deleted, not retained if the bucket is deleted with versioning enabled.
Q229

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

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Glue
Explanation Amazon SageMaker is specifically designed for ML model training and deployment; Lambda is for serverless compute, EC2 is for general compute, and Glue for ETL tasks.
Q230

You are configuring an API Gateway to integrate with a Lambda function. What method should be used to authorize this API?

  • A IAM Role
  • B API Key
  • C Lambda Authorizer
  • D WAF Security
Explanation A Lambda Authorizer can handle custom authentication; IAM Roles are for resource permissions, API Keys are for simple usage, and WAF is for web application security.