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 311–320 of 498

Q311

A company needs to implement a machine learning model for predicting customer churn. Which AWS service should they choose for deployment?

  • A Amazon SageMaker
  • B AWS CodeDeploy
  • C Amazon EC2
  • D AWS Glue
Explanation Amazon SageMaker is specifically designed for building and deploying ML models, unlike the other options.
Q312

What happens when a user attempts to access an S3 object with insufficient IAM permissions?

  • A Access is granted with a warning.
  • B Access is denied with an error.
  • C No action is recorded.
  • D Access is granted on the first request.
Explanation Access is denied with an error message because IAM permissions are crucial for resource access, unlike the other scenarios.
Q313

Which AWS service is best for managing machine learning models in production?

  • A Amazon SageMaker
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon SageMaker is specifically designed for deploying machine learning models, while others serve different purposes.
Q314

A company needs to automate its machine learning model training and deployment pipeline. What should they use?

  • A AWS CloudFormation
  • B AWS CodePipeline
  • C Amazon S3
  • D AWS Lambda
Explanation AWS CodePipeline is tailored for creating CI/CD pipelines, ideal for automating ML operations.
Q315

You are configuring a generative AI model on AWS. What happens if you exceed the allocated resource limits?

  • A Model training fails without warning
  • B Additional charges apply automatically
  • C AWS automatically scales resources
  • D Training pauses until resources are free
Explanation Exceeding resource limits typically results in failures; automatic scaling or pausing does not occur without setup.
Q316

Which service is best for hosting a serverless API?

  • A AWS Lambda
  • B EC2
  • C ECS
  • D S3
Explanation AWS Lambda is designed for serverless computing, while the others are more traditional compute services.
Q317

A company needs to monitor logs from multiple AWS resources. What should they use?

  • A AWS Elastic Beanstalk
  • B AWS CloudTrail
  • C Amazon CloudWatch Logs
  • D Amazon Athena
Explanation Amazon CloudWatch Logs is specifically built for monitoring logs, while the others serve different purposes.
Q318

You are configuring an Amazon S3 bucket policy. What happens if a policy allows public access?

  • A Access is denied to everyone
  • B Public can read objects only
  • C Public can write to bucket
  • D All access is allowed
Explanation If allowed, public access means any user can access the resources as specified by the policy terms.
Q319

Which service allows you to create and manage chatbots integrated with services like Slack and Facebook Messenger?

  • A Amazon Lex
  • B Amazon Connect
  • C Amazon Comprehend
  • D AWS Chatbot
Explanation Amazon Lex enables chatbot creation; others focus on voice or text processing.
Q320

You are configuring a model in SageMaker, which parameter determines the learning rate for training?

  • A Hyperparameters
  • B Training data
  • C Metric monitoring
  • D Instance type
Explanation Hyperparameters include the learning rate; the others are unrelated.