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 1–10 of 498

Q1

Which service is best for big data processing on AWS?

  • A Amazon EMR
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon EMR is optimized for big data processing, while the others are not.
Q2

A company needs to deploy a machine learning model with minimal latency. Which AWS service should they choose?

  • A AWS Lambda
  • B Amazon SageMaker
  • C Amazon ECS
  • D AWS Batch
Explanation Amazon SageMaker provides optimized environments for real-time predictions.
Q3

You are configuring IAM roles in AWS. What happens when you attach an inline policy to a role?

  • A Policy is shared across all roles
  • B Policy affects only that role
  • C Policy can't be edited later
  • D Policy applies to users only
Explanation An inline policy applies permissions specifically to that role only, unlike managed policies.
Q4

Which service allows for serverless event-driven architecture?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS CloudFormation
Explanation AWS Lambda is specifically designed for serverless computing, whereas EC2 is for virtual servers and RDS for relational databases.
Q5

A company needs to store large volumes of files with high durability and availability. Which storage solution is best?

  • A Amazon S3
  • B Amazon EBS
  • C AWS Glue
  • D AWS Snowball
Explanation Amazon S3 offers high durability and availability for large file storage, while EBS is tied to instances and Snowball is for data transfer.
Q6

You are configuring IAM policies. What happens when a user has conflicting Allow and Deny permissions?

  • A Allow permissions override Deny
  • B Deny permissions override Allow
  • C Both permissions are ignored
  • D User gets prompted for action
Explanation In IAM, Deny permissions always take precedence over Allow permissions.
Q7

Which service automatically scales AWS resources based on demand?

  • A AWS Auto Scaling
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS Auto Scaling adjusts resource capacity automatically; the others provide specific services or instances without auto-scaling.
Q8

A company needs to store unstructured data that can be accessed in real-time. Which service should they use?

  • A Amazon S3
  • B Amazon DynamoDB
  • C Amazon Aurora
  • D AWS Glue
Explanation Amazon DynamoDB is designed for real-time access to unstructured data; S3 is for storage but not real-time access.
Q9

What happens when an AWS Lambda function exceeds its timeout setting?

  • A It's automatically restarted
  • B An error is thrown
  • C It continues execution
  • D It is queued for next execution
Explanation Exceeding the timeout setting throws an error, while the other options incorrectly describe how Lambda functions operate.
Q10

Which service provides cost-effective file storage in the cloud?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon EC2
  • D AWS Lambda
Explanation Amazon S3 is designed specifically for scalable file storage, while others serve different functions.