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 321–330 of 498

Q321

A company needs to process real-time streaming data. Which AWS service is most suited for this?

  • A Amazon S3
  • B Amazon Kinesis
  • C Amazon RDS
  • D AWS Batch
Explanation Amazon Kinesis specializes in real-time data processing; others handle different workloads.
Q322

Which service allows integrating machine learning with IoT data?

  • A AWS IoT Core
  • B AWS Glue
  • C Amazon SageMaker
  • D AWS Lambda
Explanation AWS IoT Core specifically supports IoT data integration, whereas the others focus on different functionalities.
Q323

A company needs a scalable NoSQL database. What should they choose?

  • A Amazon RDS
  • B Amazon Elasticsearch Service
  • C Amazon DynamoDB
  • D Amazon Aurora
Explanation Amazon DynamoDB is a fully managed NoSQL database service, while the others serve different purposes.
Q324

What happens when an EC2 instance's IAM role is modified?

  • A Instance stops immediately
  • B New roles apply on running tasks
  • C Hypervisor is affected
  • D Existing permissions are removed
Explanation Changes to an EC2 instance’s IAM role update permissions for running tasks without stopping the instance.
Q325

Which service is used for managing APIs in AWS?

  • A AWS Lambda
  • B Amazon API Gateway
  • C Amazon S3
  • D Amazon EC2
Explanation Amazon API Gateway specifically manages APIs, while others serve different purposes.
Q326

A company needs to analyze large datasets but cannot afford further delays in processing. Which AWS service should they choose?

  • A Amazon S3
  • B Amazon Redshift
  • C AWS Lambda
  • D Amazon Kinesis
Explanation Amazon Kinesis enables real-time data processing, ideal for quick analysis, contrary to batch processing by Redshift.
Q327

What happens when an IAM user exceeds the maximum permitted access key age?

  • A Access keys are automatically deleted
  • B User access is completely revoked
  • C User must rotate access keys
  • D User gains admin privileges
Explanation Users must rotate access keys to maintain security, whereas the other options do not reflect IAM policy behavior.
Q328

Which AWS service allows fine-grained access control for data in S3?

  • A AWS Identity and Access Management
  • B AWS Config
  • C Amazon Macie
  • D AWS CloudTrail
Explanation IAM provides resource-based policies for access control, while others serve different purposes.
Q329

A company needs to run machine learning models in a secure environment. Which service should they use?

  • A Amazon SageMaker
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Lambda
Explanation SageMaker is designed specifically for machine learning, while others are not optimized for this.
Q330

You are configuring an Amazon DynamoDB table. What happens if you exceed your provisioned throughput?

  • A All write requests are rejected.
  • B Table automatically scales up.
  • C Requests are throttled and errors occur.
  • D Costs increase linearly per request.
Explanation Exceeding provisioned throughput leads to throttling, while others describe incorrect behaviors.