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 121–130 of 498

Q121

A company needs to deploy a low-latency global application. Which AWS service should they primarily use?

  • A AWS Global Accelerator
  • B Amazon CloudFront
  • C AWS Direct Connect
  • D Amazon Route 53
Explanation AWS Global Accelerator improves global application performance by directing traffic to optimal endpoints; CloudFront focuses on content delivery. Direct Connect is for private connections, while Route 53 primarily handles DNS.
Q122

What happens when you configure an S3 bucket with versioning enabled?

  • A Only latest version is stored
  • B All object versions are preserved
  • C Objects cannot be deleted
  • D Pricing increases dramatically
Explanation Versioning in S3 retains all versions of an object; only the latest version is stored if versioning is disabled. Objects can still be deleted and pricing does not dramatically increase.
Q123

You are configuring IAM policies for a team. Which of the following principal elements does not typically grant permissions?

  • A User
  • B Access Key
  • C Role
  • D Group
Explanation Users, roles, and groups are IAM principals that can be granted permissions; access keys are credentials, not principals. The access key is tied to the user but does not independently grant permissions.
Q124

Which service can automatically generate text summaries of documents?

  • A Amazon Comprehend
  • B AWS Transcribe
  • C AWS Lambda
  • D Amazon SageMaker
Explanation Amazon Comprehend can analyze documents for insights, including summarization, while the other services have different main purposes.
Q125

A company needs to securely store and retrieve sensitive user data. What AWS service should they choose?

  • A Amazon Aurora
  • B AWS Secrets Manager
  • C Amazon DynamoDB
  • D Amazon S3
Explanation AWS Secrets Manager specifically handles sensitive information securely, whereas the others are primarily for data storage.
Q126

You are configuring a chatbot using Amazon Lex. What happens when the user's intent is not matched?

  • A Lex provides an error message.
  • B The request is ignored.
  • C Lex triggers a fallback intent.
  • D The session ends abruptly.
Explanation Lex can use a fallback intent to handle unmatched requests, whereas the other options incorrectly describe the behavior.
Q127

Which AWS service is primarily used for deploying machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon S3
  • D AWS CloudFormation
Explanation Amazon SageMaker is specialized for machine learning model deployment, while the others serve different functions.
Q128

A company needs a cost-effective way to archive infrequently accessed data. Which AWS service is best suited for this?

  • A Amazon S3 Standard
  • B Amazon S3 Glacier
  • C Amazon EBS
  • D Amazon RDS
Explanation Amazon S3 Glacier is optimized for archiving and infrequent access, unlike S3 Standard, EBS, or RDS.
Q129

What happens when you create an IAM role without specifying any permissions?

  • A Role is created with full access
  • B Role is created but unusable
  • C Role is created with limited access
  • D Role denies all access by default
Explanation A role without permissions is created but cannot be used effectively until appropriate permissions are added.
Q130

Which service allows real-time data stream processing?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon S3
  • D AWS Glue
Explanation Amazon Kinesis is specifically designed for real-time streaming data, while others are not.