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 71–80 of 498

Q71

What happens when you configure a Lambda function's memory size to a higher value?

  • A It decreases execution time.
  • B It increases the function's cost.
  • C It reduces concurrent invocation limits.
  • D It changes the event source.
Explanation Higher memory allocations increase cost per 100ms of execution time; the other options are incorrect in this context.
Q72

Which service can automatically scale compute resources based on demand in real time?

  • A Amazon EC2 Auto Scaling
  • B AWS Elastic Beanstalk
  • C AWS Elastic Load Balancer
  • D Amazon RDS
Explanation Amazon EC2 Auto Scaling adjusts resources based on demand, while others manage different aspects of resources.
Q73

Which service provides AI-powered speech recognition capabilities?

  • A Amazon Transcribe
  • B Amazon Comprehend
  • C Amazon Polly
  • D AWS Lambda
Explanation Amazon Transcribe is specifically designed for speech recognition, while others focus on text processing or serverless execution.
Q74

You are configuring an S3 bucket for static website hosting. What must you ensure is enabled?

  • A Versioning
  • B Public access block
  • C Static website hosting
  • D Encryption at rest
Explanation Static website hosting must be specifically enabled to serve web content, unlike the other options which provide different functionalities.
Q75

What happens when you configure an IAM user with no permissions?

  • A User can perform all actions
  • B User can perform some actions
  • C User can perform no actions
  • D User can only view resources
Explanation An IAM user with no permissions is restricted from any action, while the other options incorrectly assume some level of access.
Q76

Which service does Amazon SageMaker use for exploiting data models?

  • A Amazon Redshift
  • B Amazon Aurora
  • C A Cyclone Simulator
  • D SageMaker Studio
Explanation SageMaker Studio is specifically designed for building, training, and deploying ML models, while the other options serve different functions.
Q77

A company needs to store user session data and ensure it is highly available. Which is the best option?

  • A Amazon Glacier
  • B Amazon DynamoDB
  • C Amazon EFS
  • D AWS Lambda
Explanation Amazon DynamoDB is a fully managed NoSQL database that provides high availability and low-latency access, unlike the other options which are not suitable for session storage.
Q78

You are configuring AWS Lambda with an API Gateway. What happens to requests exceeding the Lambda timeout limit?

  • A They're retried automatically
  • B They're logged and ignored
  • C An error response is returned
  • D The request is queued
Explanation Requests that exceed the Lambda timeout return an error response immediately, while others simply capture their status.
Q79

Which service allows running machine learning models at scale?

  • A Amazon SageMaker
  • B AWS Glue
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon SageMaker is specifically designed for building, training, and deploying machine learning models at scale, whereas the others serve different purposes.
Q80

A company needs to fetch real-time data from multiple AWS resources. Which service should be used?

  • A Amazon Kinesis
  • B AWS Batch
  • C AWS CloudTrail
  • D Amazon CloudWatch
Explanation Amazon Kinesis is designed for real-time data streaming, while the others primarily focus on batch processing or event logging.