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 101–110 of 498

Q101

You are configuring an Amazon S3 bucket for website hosting. What will happen if the 'Block Public Access' setting is enabled?

  • A Website will not be accessible
  • B Content will be publicly accessible
  • C Bucket versioning is disabled
  • D Public access is granted to all
Explanation Blocking public access prevents the website from being publicly reachable, whereas the other options incorrectly suggest public accessibility.
Q102

A machine learning model is deployed in Amazon SageMaker. Users are complaining about low prediction throughput. What is the optimal solution to improve performance?

  • A Increase instance types
  • B Use Auto Scaling
  • C Enable multi-model endpoints
  • D Use SageMaker Batch Transform
Explanation Using Auto Scaling allows dynamic adjustment of resources based on demand, optimizing throughput, while the other options may not directly address throughput issues.
Q103

Which service can automatically scale resources based on demand?

  • A AWS Auto Scaling
  • B Amazon S3
  • C Amazon RDS
  • D AWS Lambda
Explanation AWS Auto Scaling adjusts resource capacity; S3 is for storage, RDS for databases, and Lambda runs code but does not scale itself separately.
Q104

A company needs to manage temporary security credentials for users accessing AWS resources regularly. What should they use?

  • A IAM Roles
  • B IAM Groups
  • C AWS KMS
  • D MFA Devices
Explanation IAM Roles provide temporary credentials; Groups are for permissions, KMS is for encryption, and MFA adds security layers but doesn't manage access directly.
Q105

What happens when you terminate an EC2 instance that uses an instance store volume?

  • A Data is preserved
  • B Data is automatically backed up
  • C Data is deleted permanently
  • D Data is migrated to EBS
Explanation Terminating an EC2 instance with instance store deletes data; it does not save or migrate data automatically.
Q106

Which service provides real-time event streaming?

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data streaming, while others are for storage or compute tasks.
Q107

A company needs elastic compute capacity that scales automatically. Which service should it use?

  • A Amazon EC2 Auto Scaling
  • B AWS Batch
  • C Amazon EKS
  • D AWS Lambda
Explanation Amazon EC2 Auto Scaling adjusts capacity based on demand, unlike the others, which provide fixed or different scaling options.
Q108

What happens when you decrease the size of an Amazon EBS volume?

  • A Data is deleted immediately.
  • B The volume is detached.
  • C The operation fails.
  • D You cannot modify the volume.
Explanation Decreasing EBS volume size directly isn't allowed; you must create a new, smaller volume.
Q109

Which service allows you to deploy machine learning models at scale?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Batch
Explanation Amazon SageMaker is purpose-built for deploying ML models, while the others serve different functions.
Q110

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

  • A AWS Data Pipeline
  • B Amazon Athena
  • C Amazon Kinesis
  • D AWS Glue
Explanation Amazon Athena allows SQL queries directly on S3 data, whereas others are for different tasks.