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 271–280 of 498

Q271

What is the primary use case for AWS Lambda?

  • A Run code in response to events
  • B Store large datasets
  • C Monitor application health
  • D Load balance traffic across servers
Explanation AWS Lambda is designed to run code in response to events, not for storage or monitoring.
Q272

A company needs to share a dataset securely across multiple AWS accounts. Which service should they use?

  • A AWS Glue
  • B Amazon S3 with bucket policies
  • C AWS Data Pipeline
  • D Amazon RDS
Explanation Amazon S3 with bucket policies allows for secure data sharing across accounts, while the others are not designed for sharing.
Q273

You are configuring an EC2 instance within a VPC. What happens if you do not assign a public IP address?

  • A Instance remains accessible from anywhere
  • B Instance cannot connect to the internet
  • C Instance automatically gets a VPN
  • D Instance can connect via Elastic IP
Explanation An EC2 instance without a public IP cannot connect to the internet unless connected to a specified method, like a NAT gateway.
Q274

Which service automatically scales resources for applications?

  • A AWS Auto Scaling
  • B Amazon S3
  • C AWS Lambda
  • D Amazon RDS
Explanation AWS Auto Scaling adjusts resource allocation based on demand; the others do not automatically scale.
Q275

A company needs to ensure high availability for its application. What should they implement?

  • A AWS Regions
  • B Elastic Load Balancing
  • C AWS IAM Roles
  • D S3 Cross-Region Replication
Explanation Elastic Load Balancing distributes traffic effectively, while the others do not specify high availability directly.
Q276

What happens when you delete an Amazon S3 bucket?

  • A All objects are deleted immediately
  • B Bucket retains all configurations
  • C Objects are archived for recovery
  • D Access to bucket is revoked
Explanation All objects in the bucket are removed when the bucket is deleted; the other options describe inaccurate behaviors.
Q277

Which service allows you to deploy machine learning models in real time?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon S3
  • D Amazon EC2
Explanation Amazon SageMaker is specifically designed for deploying ML models, while the others serve different purposes.
Q278

A company needs to secure access to their S3 buckets using identity policies. What should they implement?

  • A IAM Roles
  • B Resource Policies
  • C S3 Block Public Access
  • D IAM Policies
Explanation IAM Policies are used to manage user permissions to access AWS resources, including S3 buckets.
Q279

You are configuring a VPC with public and private subnets. What happens if an EC2 instance in the private subnet needs to access the internet?

  • A It can access the internet directly.
  • B It requires a NAT Gateway.
  • C It needs an Internet Gateway.
  • D It cannot access the internet.
Explanation A NAT Gateway allows private subnet instances to access the internet, while the others do not provide the necessary access for private instances.
Q280

Which service automatically scales application workloads in AWS?

  • A AWS Auto Scaling
  • B AWS CloudFormation
  • C AWS CodeDeploy
  • D AWS IAM
Explanation AWS Auto Scaling dynamically adjusts capacity based on demand; CloudFormation manages resources as code, CodeDeploy automates deployments, and IAM is for identity management.