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 421–430 of 498

Q421

A company needs to perform batch data processing. Which AWS service should they use?

  • A AWS Glue
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS Glue is designed for ETL tasks and batch processing, while the other options serve different purposes.
Q422

You are configuring AWS IAM policies. What happens if a user has both an allow and a deny statement in their policy?

  • A Allow takes precedence
  • B Deny takes precedence
  • C Both will be ignored
  • D User has no permissions
Explanation A deny statement always takes precedence over an allow statement in IAM policies.
Q423

Which service allows for the automatic scaling of resources in response to load?

  • A AWS Auto Scaling
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon CloudWatch
Explanation AWS Auto Scaling manages scaling automatically, whereas the other services do not directly provide this capability.
Q424

Which service provides automated machine learning models in AWS?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon RDS
  • D AWS CloudFormation
Explanation Amazon SageMaker is designed for machine learning, while the others are not focused on this area.
Q425

A company needs to analyze large datasets in real-time. Which AWS service is ideal for their use case?

  • A AWS Glue
  • B Amazon Kinesis
  • C Amazon S3
  • D AWS Batch
Explanation Amazon Kinesis is designed for real-time data processing, unlike the others.
Q426

You are configuring an S3 bucket for public read access. What must you ensure?

  • A Disable versioning
  • B Set a bucket policy
  • C Enable MFA Delete
  • D Change the bucket name
Explanation Setting a bucket policy is required to grant public access, while the other options do not ensure such access.
Q427

A company needs to secure access to its S3 buckets. Which service can they use to manage permissions?

  • A AWS IAM
  • B AWS CloudFormation
  • C AWS CodeDeploy
  • D AWS Lambda
Explanation AWS IAM is used to manage access permissions, while the other options serve different purposes.
Q428

What happens when you enable versioning on an S3 bucket?

  • A Data compression occurs
  • B Previous versions are preserved
  • C Bucket becomes read-only
  • D Costs increase immediately
Explanation Enabling versioning preserves all previous versions of objects, making option B the correct response.
Q429

You are configuring a Lambda function to process events from an SQS queue. What should you ensure for reliable processing?

  • A Lambda has SQS permissions
  • B Function timeout is set to zero
  • C SQS queue is empty
  • D Event source mapping is disabled
Explanation The Lambda function must have permissions to read from the SQS queue for reliable event processing.
Q430

Which service allows for automatic scaling of applications based on defined metrics?

  • A AWS Auto Scaling
  • B AWS Lambda
  • C Amazon RDS
  • D Amazon DynamoDB
Explanation AWS Auto Scaling adjusts capacity based on metrics; others do not primarily provide scaling functions.