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 481–490 of 498

Q481

Which service allows real-time digital customer engagement?

  • A Amazon Connect
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon ECS
Explanation Amazon Connect is a cloud contact center service, while others are not primarily for engagement.
Q482

A company needs to securely share data with third parties. What should they implement?

  • A Amazon S3 Static Website
  • B AWS Authorizer
  • C AWS Lake Formation
  • D Amazon RDS Snapshot
Explanation AWS Lake Formation simplifies secure data sharing, unlike the other choices which don't focus on secure sharing.
Q483

What happens when an Amazon EC2 instance reaches the maximum CPU credit balance?

  • A It can still burst performance.
  • B It will shutdown automatically.
  • C Performance is throttled permanently.
  • D It begins using 100% CPU constantly.
Explanation It can still burst performance until credits are consumed; other options misrepresent instance behavior.
Q484

A company needs to store user-uploaded files securely and access them from anywhere. Which AWS service should they use?

  • A S3 Storage
  • B EC2 Instance
  • C RDS Database
  • D Lambda Function
Explanation S3 offers scalable object storage with global access, while the others are not designed for file storage.
Q485

You are configuring a pipeline in AWS CodePipeline. What happens if a stage fails?

  • A The pipeline stops execution.
  • B The pipeline retries the stage.
  • C Only that stage is skipped.
  • D The pipeline continues to next stage.
Explanation When a stage fails, the entire pipeline stops until the failure is resolved.
Q486

A developer is working with AWS IAM policies and needs to limit S3 bucket access to a specific IP range. What approach should they take?

  • A Use a managed policy.
  • B Attach a condition key.
  • C Enable MFA on the IAM user.
  • D Create a separate IAM role.
Explanation Using a condition key allows you to specify IP address constraints directly in the policy, while the others don't meet access limitation needs.
Q487

Which service would you use to build conversational agents?

  • A Amazon Lex
  • B AWS Transcribe
  • C Amazon Polly
  • D AWS Lambda
Explanation Amazon Lex is specifically designed for building conversational interfaces, while the others serve different purposes.
Q488

A company needs to analyze large datasets stored in S3 quickly. Which AWS service should they use?

  • A Amazon RDS
  • B Amazon Athena
  • C AWS DMS
  • D Amazon EC2
Explanation Amazon Athena allows you to query large datasets in S3 efficiently, whereas the other options do not directly facilitate quick data analysis for S3 storage.
Q489

You are configuring an IAM policy for a user. What happens if the user has permissions to 's3:ListBucket' but not 's3:GetObject'?

  • A User can list objects but not access them.
  • B User can neither list nor access objects.
  • C User can only delete the objects.
  • D User can get objects in any bucket.
Explanation The user can list objects in the bucket but cannot download the objects if 's3:GetObject' is not permitted.
Q490

Which service helps in deploying machine learning models on AWS?

  • A Amazon SageMaker
  • B AWS Glue
  • C Amazon EC2
  • D AWS Lambda
Explanation Amazon SageMaker is specifically designed for building and deploying ML models, while the others serve different purposes.