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 161–170 of 498

Q161

A company needs to ensure data compliance across multiple AWS services. Which tool should they use?

  • A AWS Config
  • B Amazon CloudWatch
  • C AWS Lambda
  • D Amazon RDS
Explanation AWS Config monitors and records AWS resource compliance, unlike the other options which do not specialize in compliance monitoring.
Q162

What happens when you delete an Amazon S3 bucket?

  • A Only empty buckets can be deleted
  • B All objects are retained
  • C Objects are permanently deleted
  • D Bucket name is reused instantly
Explanation Deleting an S3 bucket also permanently deletes all the objects within it; other options misrepresent S3 bucket behavior.
Q163

Which AWS service is designed for running serverless applications?

  • A AWS Lambda
  • B EC2
  • C S3
  • D EBS
Explanation AWS Lambda enables serverless computing, while EC2 requires server management.
Q164

A company wants to manage user identities and enable single sign-on (SSO). Which service should they implement?

  • A AWS Cognito
  • B IAM
  • C CloudTrail
  • D CloudWatch
Explanation AWS Cognito is designed for user identity management and SSO, while IAM focuses on permissions.
Q165

You are configuring an Amazon S3 bucket for public access. What happens if you apply a bucket policy that denies all traffic?

  • A Public access is granted.
  • B Bucket remains private.
  • C Data is deleted.
  • D Access logs enabled.
Explanation Denying all traffic overrides public access settings, keeping the bucket private.
Q166

Which service allows the creation of serverless applications?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D AWS IAM
Explanation AWS Lambda executes code without server management; others require server setup.
Q167

A company needs to securely share data between AWS accounts. Which AWS service should they use?

  • A AWS Secrets Manager
  • B AWS Resource Access Manager
  • C Amazon CloudWatch
  • D AWS Direct Connect
Explanation AWS Resource Access Manager facilitates resource sharing; others do not serve this purpose.
Q168

You are configuring a CloudFront distribution. What happens if the origin server goes down?

  • A CloudFront serves cached content
  • B CloudFront returns error to users
  • C CloudFront switches origin automatically
  • D CloudFront goes offline
Explanation CloudFront continues serving cached content; error response occurs for uncached requests.
Q169

Which service is best for real-time data streaming?

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon Kinesis is specifically designed for real-time data streaming, whereas the others serve different purposes.
Q170

A company needs to make its AI models reproducible and scalable. Which service should they use?

  • A AWS CodePipeline
  • B Amazon SageMaker
  • C AWS Batch
  • D AWS CloudFormation
Explanation Amazon SageMaker provides dedicated tools for building, training, and deploying ML models sustainably.