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 351–360 of 498

Q351

A company needs to store sensitive data securely. What AWS feature should they enable for S3 buckets?

  • A Versioning
  • B Lifecycle Policies
  • C Encryption at Rest
  • D Public Access Block
Explanation Encryption at Rest secures the data, unlike the other options which do not focus on security.
Q352

Which AWS service is best for managing secrets and credentials?

  • A AWS Secrets Manager
  • B AWS IAM
  • C AWS S3
  • D AWS CloudTrail
Explanation AWS Secrets Manager specifically helps manage secrets, while others do not focus on this function.
Q353

A company wants to analyze real-time streaming data from IoT devices. Which service should they use?

  • A AWS Glue
  • B Amazon Kinesis
  • C AWS Batch
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data processing, unlike the other options.
Q354

What happens when you create a security group with no inbound rules?

  • A Traffic is allowed from all IPs
  • B No inbound traffic is allowed
  • C Traffic is restricted to only ICMP
  • D Traffic from specific CIDR is opened
Explanation A security group with no inbound rules blocks all inbound traffic by default.
Q355

A company needs to automate the deployment of applications. Which AWS service should they use?

  • A AWS CloudFormation
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS CloudFormation automates resource provisioning, unlike S3 storage or compute services.
Q356

What happens when a user fails to authenticate with AWS IAM after multiple attempts?

  • A User is locked out temporarily
  • B Account is permanently disabled
  • C No impact on the user's access
  • D IAM automatically generates a password reset
Explanation A user is temporarily locked to prevent unauthorized access, while the other options are false.
Q357

You are configuring an Amazon RDS instance. Which of these would allow for read scalability?

  • A Multi-AZ deployment
  • B Read Replicas
  • C Standard security group
  • D Backup storage
Explanation Read Replicas specifically enhance read scalability, while other options address different functions.
Q358

You are configuring an AWS Lambda function. Which configuration option allows the function to scale automatically based on demand?

  • A Concurrency limits
  • B Provisioned throughput
  • C Auto Scaling groups
  • D Event source mapping
Explanation Lambda functions scale automatically within concurrency limits, while the other options do not directly control scaling for Lambda.
Q359

A company needs to enhance its data processing capabilities with AI. Which AWS service should they use for building, training, and deploying machine learning models?

  • A Amazon SageMaker
  • B Amazon DynamoDB
  • C Amazon Redshift
  • D AWS Glue
Explanation Amazon SageMaker is specifically designed for machine learning, while the others serve different purposes.
Q360

What happens when an Amazon S3 bucket policy denies access to an IP range?

  • A Access is allowed only for specific users
  • B All access is denied to that range
  • C Access remains unchanged for others
  • D Permissions need to be updated manually
Explanation A deny statement in S3 policies overrides all allowances, while the others incorrectly suggest alternative outcomes.