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 31–40 of 498

Q31

Which service provides serverless machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Glue
Explanation Amazon SageMaker is specifically designed for serverless ML model deployment, while others do not serve this purpose.
Q32

A company needs a way to manage API access. Which AWS service would be best?

  • A Amazon API Gateway
  • B AWS Direct Connect
  • C AWS SES
  • D Amazon RDS
Explanation Amazon API Gateway is tailored for managing and securing API access compared to the other options.
Q33

What happens when you use AWS IAM policies with a deny effect?

  • A Always allows access if specific
  • B Denies access even with permissions
  • C Overrides all other permissions
  • D Behavior is undefined
Explanation Deny effects in IAM policies take precedence over allow effects, restricting access regardless of other permissions.
Q34

Which Amazon service provides serverless event-driven execution?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Glue
Explanation AWS Lambda runs code in response to events, unlike the others which require infrastructure management.
Q35

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

  • A AWS Systems Manager Parameter Store
  • B Amazon S3
  • C AWS Secrets Manager
  • D AWS IAM Roles
Explanation AWS Secrets Manager provides secure storage for secrets and can be accessed across accounts, unlike the other options.
Q36

What happens when an Amazon S3 bucket policy denies access to a specific IP address?

  • A Access is always granted
  • B Denied for that IP only
  • C Denied for all IPs
  • D Default allows access
Explanation The bucket policy denies access specifically for the IP in question, while other IPs remain unaffected.
Q37

Which service is best for managing API traffic in AWS?

  • A Amazon API Gateway
  • B AWS Lambda
  • C Amazon EC2
  • D Amazon S3
Explanation Amazon API Gateway is designed specifically for managing APIs, while the others serve different functions.
Q38

A company needs to perform real-time analysis of streaming data. Which AWS service should they use?

  • A Amazon Kinesis
  • B Amazon RDS
  • C AWS Batch
  • D Amazon S3
Explanation Amazon Kinesis is built for real-time data analytics, while the others are not designed for real-time streaming.
Q39

You are configuring VPC peering between two VPCs. What happens if they have overlapping CIDR blocks?

  • A Peering connection fails
  • B Traffic routes normally
  • C No impact on routing
  • D VPCs become isolated
Explanation Overlapping CIDR blocks prevent the peering connection from being established, while the others incorrectly suggest normal functionality.
Q40

Which AWS service is best for securing APIs?

  • A AWS WAF
  • B AWS S3
  • C Amazon EC2
  • D Amazon RDS
Explanation AWS WAF is designed specifically to protect web applications and APIs, while others focus on storage, compute, or databases.