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 241–250 of 498

Q241

Which AWS service provides a fully managed NoSQL database?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C Amazon Aurora
  • D Amazon S3
Explanation Amazon DynamoDB is designed specifically for NoSQL workloads; RDS and Aurora focus on relational databases, while S3 is for storage.
Q242

A company needs to implement fine-grained access control for their S3 buckets, which AWS feature should they use?

  • A Bucket Policies
  • B IAM Roles
  • C S3 Object Lock
  • D Multi-Factor Authentication
Explanation Bucket Policies allow for fine-grained control over access to S3 resources, unlike IAM Roles, which define user permissions broadly and are not specific to S3.
Q243

What happens when you set an AWS Lambda function concurrency limit to zero?

  • A No Lambda function can execute.
  • B Lambda functions execute but with delays.
  • C It converts the function to an API.
  • D It removes the function from the account.
Explanation Setting concurrency to zero effectively disables the function, preventing any executions; the other options misrepresent Lambda behavior.
Q244

Which AWS service simplifies the deployment of machine learning models?

  • A Amazon SageMaker
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon SageMaker is designed for ML model deployment, while others serve different purposes.
Q245

A company needs to process streams of data in real time for analytics. Which service should they use?

  • A Amazon S3
  • B Amazon Kinesis
  • C AWS Glue
  • D Amazon Redshift
Explanation Amazon Kinesis is optimized for real-time data streaming, unlike the others which serve different functions.
Q246

You are configuring a CloudFormation template to provision resources. What happens if a resource fails to be created?

  • A CloudFormation moves to the next resource
  • B The entire stack creation fails
  • C Resources are created partially
  • D CloudFormation retries indefinitely
Explanation If a resource fails during creation, the entire stack creation fails by default, halting the process.
Q247

Which service is best for real-time data streaming?

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data streaming, whereas the others serve different purposes.
Q248

A company needs to automate the deploying of ML models. Which service should they use?

  • A AWS CloudFormation
  • B Amazon SageMaker
  • C AWS Step Functions
  • D Amazon EC2
Explanation Amazon SageMaker is specifically designed for machine learning model deployment.
Q249

What happens when an Elastic IP is associated with an instance?

  • A Data transfer speed increases
  • B Instance becomes publicly accessible
  • C Cost of instance decreases
  • D Security group rules are modified
Explanation Associating an Elastic IP makes the instance reachable over the internet, unlike private IPs.
Q250

Which service is primarily used for real-time data streaming on AWS?

  • A Amazon Kinesis
  • B AWS CloudTrail
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon Kinesis is specifically designed for real-time data streaming, whereas the others serve different purposes.