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 261–270 of 498

Q261

You are configuring an Amazon Lambda function with a timeout setting of 30 seconds. What happens if this function runs longer?

  • A It continues to run indefinitely
  • B It fails, and AWS retries only once
  • C It is terminated and fails automatically
  • D It is killed without error feedback
Explanation Lambda functions are terminated if their execution exceeds the configured timeout, resulting in a failure.
Q262

Which service allows real-time data stream ingestion?

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

A company needs to securely manage user access across multiple AWS services. What should they use?

  • A AWS Organizations
  • B AWS IAM
  • C Amazon EC2
  • D AWS CloudFormation
Explanation AWS IAM is specifically for managing user access and permissions, while the others are for organizational management or infrastructure.
Q264

You are configuring an Elastic Load Balancer. What happens if you enable sticky sessions?

  • A All requests from a user go to one instance.
  • B Requests are distributed equally across instances.
  • C Instances will stop responding to requests.
  • D Load balancer becomes unavailable.
Explanation Enabling sticky sessions ties user sessions to a specific instance, enhancing user experience by maintaining state.
Q265

Which AWS service offers serverless computing capabilities?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Fargate
Explanation AWS Lambda is purely serverless, while others involve server management.
Q266

A company needs to preprocess large datasets before training a machine learning model. Which service should they utilize?

  • A Amazon Redshift
  • B Amazon S3
  • C AWS Glue
  • D AWS Batch
Explanation AWS Glue is designed for ETL tasks with data preparation for ML.
Q267

You are configuring a policy in AWS IAM. What happens if no explicit deny is provided?

  • A Access is granted by default
  • B Access is denied by default
  • C Access is granted based on conditions
  • D Access is conditional on role
Explanation Default behavior in IAM allows access unless explicitly denied.
Q268

Which service provides a fully managed NoSQL database?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C Amazon S3
  • D Amazon Redshift
Explanation Amazon DynamoDB is specifically designed as a fully managed NoSQL database, while the others are not.
Q269

A company needs scalable machine learning capabilities without managing infrastructure. What AWS service should they use?

  • A AWS Lambda
  • B Amazon SageMaker
  • C AWS Fargate
  • D Amazon EC2
Explanation Amazon SageMaker provides managed infrastructure for scalable machine learning, unlike the other options.
Q270

You are configuring IAM policies for a developer's AWS account. What happens if you attach a policy that denies specific actions and then later attach another that allows them?

  • A Allow actions take precedence
  • B Deny actions take precedence
  • C Both deny and allow actions apply
  • D No actions will be allowed
Explanation Deny actions always take precedence over allow actions in AWS IAM policies.