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 131–140 of 498

Q131

A company needs to manage API keys securely. What should they use?

  • A AWS Secrets Manager
  • B AWS CloudTrail
  • C Amazon RDS
  • D AWS Lambda
Explanation AWS Secrets Manager securely manages secrets like API keys, unlike the others.
Q132

You are configuring an Amazon SageMaker model. What happens if you choose a low instance type for training?

  • A Faster model training
  • B Higher cost
  • C Longer training time
  • D No impact on training
Explanation Choosing a low instance type will increase training time due to limited resources, not decrease costs meaningfully.
Q133

Which service can be used for real-time data processing in AWS?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon S3
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data processing; Lambda is for serverless execution, S3 is for storage, and RDS is for relational databases.
Q134

A company needs a low-latency solution for streaming video. Which AWS service is best?

  • A Amazon S3
  • B AWS Elemental MediaLive
  • C Amazon SQS
  • D Amazon EC2
Explanation AWS Elemental MediaLive is optimized for real-time video processing; S3 is for storage, SQS is for messaging, and EC2 is compute-based.
Q135

What happens when you configure a Security Group with both inbound and outbound rules that deny all traffic?

  • A No traffic allowed in or out
  • B Only inbound traffic is denied
  • C Only outbound traffic is denied
  • D Only HTTP traffic is allowed
Explanation A Security Group denying all rules means no traffic is allowed; incorrect options misinterpret the behavior of Security Group rules.
Q136

Which AWS service provides fully managed event-driven compute capacity?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon ECS
  • D AWS Fargate
Explanation AWS Lambda executes code in response to events; EC2 requires provisioning servers, ECS and Fargate are for container management.
Q137

A company needs to store large amounts of unstructured data. Which AWS service is the best choice?

  • A Amazon Aurora
  • B Amazon S3
  • C Amazon RDS
  • D Amazon DynamoDB
Explanation Amazon S3 is designed for scalable unstructured storage, while Aurora, RDS, and DynamoDB are better for structured data.
Q138

What happens when you apply a resource policy to an S3 bucket?

  • A Increases storage capacity
  • B Controls access permissions
  • C Triggers S3 events
  • D Changes bucket region
Explanation Resource policies govern access permissions; they do not affect storage capacity, event triggers, or region.
Q139

Which service provides automated machine learning features for model creation?

  • A Amazon SageMaker Autopilot
  • B AWS Lambda
  • C Amazon RDS
  • D AWS Step Functions
Explanation Amazon SageMaker Autopilot automates the machine learning process, while the others serve different purposes.
Q140

A company needs to process files from S3 automatically without deploying servers. Which AWS service should they use?

  • A AWS Step Functions
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Fargate
Explanation AWS Lambda runs code in response to events and does not require server management, unlike the others.