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 61–70 of 498

Q61

Which service allows you to automate document classification?

  • A Amazon Textract
  • B AWS Lambda
  • C Amazon Comprehend
  • D Amazon RDS
Explanation Amazon Comprehend uses ML to classify documents; Textract extracts text, Lambda executes code, and RDS is a database service.
Q62

A company needs to develop a chatbot that can understand customer queries in multiple languages. Which AWS service should they use?

  • A Amazon Polly
  • B Amazon Connect
  • C Amazon Lex
  • D AWS Amplify
Explanation Amazon Lex specializes in building conversational interfaces; Polly converts text to speech, Connect is for contact centers, and Amplify is for app development.
Q63

You are configuring an Amazon S3 bucket for public access. What happens when you apply a bucket policy allowing public read access?

  • A All users can upload files.
  • B Only specific users can access.
  • C Everyone can read, but not write.
  • D Bucket becomes private again.
Explanation The policy allows public read access, not write; A implies upload capability, B restricts access, and D contradicts the policy application.
Q64

Which service is best for monitoring deep learning models in production?

  • A Amazon CloudWatch
  • B AWS CodeDeploy
  • C AWS DataSync
  • D Amazon Route 53
Explanation Amazon CloudWatch offers metrics and alarming for models, while the others serve different purposes.
Q65

A company needs to deploy a chatbot using a generative language model. Which AWS service should they prioritize?

  • A Amazon Lex
  • B Amazon EC2
  • C AWS Lambda
  • D AWS S3
Explanation Amazon Lex provides the needed conversational interfaces for chatbots, unlike the other options.
Q66

What happens when you configure a Lambda function without enough memory allocation?

  • A Function execution is always successful
  • B Function execution may time out
  • C Function runs faster due to less memory
  • D Function requires additional permissions
Explanation Insufficient memory can lead to timeouts during execution, impacting performance, unlike other options.
Q67

Which service provides real-time data streaming?

  • A Amazon Kinesis
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon Kinesis is designed for real-time data, while the others do not provide streaming capabilities.
Q68

A company needs to ensure policies don’t permit over-privileged access. What feature should be implemented?

  • A IAM Policies
  • B Resource Tags
  • C IAM Password Policy
  • D AWS Organizations
Explanation IAM Policies control permissions effectively, while the others do not directly manage access rights.
Q69

You are configuring an AWS Lambda function with insufficient memory. What is the likely outcome?

  • A Function fails with timeout
  • B Function executes faster
  • C Function crashes immediately
  • D Function executes successfully
Explanation Insufficient memory causes lambda execution to exceed time limits and fail, while the others suggest incorrect outcomes.
Q70

A company needs to handle sensitive data securely on AWS. Which service provides a way to manage encryption keys?

  • A AWS Key Management Service (KMS)
  • B Amazon S3
  • C AWS CloudTrail
  • D Amazon RDS
Explanation AWS KMS is specifically designed to manage cryptographic keys, while the other options do not serve this purpose.