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 21–30 of 498

Q21

What happens when a user attempts to access an S3 bucket without proper permissions?

  • A Access is granted
  • B Access is denied
  • C User is notified via email
  • D Access is logged in CloudTrail
Explanation Access is denied if proper permissions aren't granted; emails and logging occur only if stated in permissions.
Q22

Which AWS service is best for managing application secrets?

  • A AWS Secrets Manager
  • B Amazon S3
  • C AWS CloudFormation
  • D AWS Lambda
Explanation AWS Secrets Manager is specifically designed for secret management, while S3 is for object storage, CloudFormation is for infrastructure automation, and Lambda is for serverless computing.
Q23

A company needs to configure real-time stream processing for device data. Which AWS service should they use?

  • A Amazon Athena
  • B Amazon Kinesis
  • C AWS Batch
  • D Amazon RDS
Explanation Amazon Kinesis is built for real-time data processing, whereas Athena is for querying, Batch is for job processing, and RDS is for relational databases.
Q24

What happens when you delete an S3 bucket that still contains objects?

  • A Bucket deletion succeeds immediately
  • B Objects are deleted but bucket stays
  • C Deletion fails until objects removed
  • D Objects locked until bucket is used
Explanation Deleting a bucket with objects fails; the bucket must be empty first, while the others violate rules of S3 operations.
Q25

Which AWS service enables scalable object storage?

  • A Amazon S3
  • B AWS Lambda
  • C Amazon EC2
  • D Amazon RDS
Explanation Amazon S3 is designed for scalable object storage, while others serve different purposes.
Q26

A company needs to store large amounts of unstructured data. Which AWS service should they consider?

  • A Amazon RDS
  • B Amazon DynamoDB
  • C Amazon S3
  • D AWS IoT Core
Explanation Amazon S3 is ideal for unstructured data storage unlike the others.
Q27

You are configuring an API Gateway. What happens when you enable CORS for Your API?

  • A Prevents all requests from browsers.
  • B Allows requests from browser-based applications.
  • C Disables access to resources.
  • D Redirects requests to another API.
Explanation Enabling CORS allows browser-based applications to make requests to your API without issues.
Q28

Which service automatically scales based on traffic patterns?

  • A Amazon EC2 Auto Scaling
  • B Amazon RDS
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon EC2 Auto Scaling adjusts instances dynamically, while others do not manage instance count based on traffic.
Q29

A company needs to store confidential logs securely. Which AWS service should they use?

  • A Amazon RDS
  • B Amazon S3 with encryption
  • C Amazon CloudFront
  • D AWS Lambda
Explanation Amazon S3 with encryption allows for secure storage; the other services do not focus primarily on log storage.
Q30

What happens when you associate an IAM role to an EC2 instance?

  • A Static permissions granted permanently
  • B Roles applied only on instance stop
  • C Permissions change dynamically
  • D Instance access is blocked
Explanation IAM roles provide temporary, dynamic permissions; the other options misinterpret how roles operate.