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 471–480 of 498

Q471

You are configuring an S3 bucket for public access. What happens if you enable block public access settings?

  • A Public access will be granted.
  • B Public access will be blocked.
  • C Server access will be restricted.
  • D Bucket versioning will be disabled.
Explanation Block public access settings prevent any public access, making the other options incorrect.
Q472

Which AWS service provides managed identity and access management?

  • A AWS IAM
  • B AWS S3
  • C AWS EC2
  • D AWS Lambda
Explanation AWS IAM enables managed user identities; others provide different functionalities.
Q473

A company needs to analyze streaming data for real-time insights. Which service should they use?

  • A AWS Glue
  • B Amazon Kinesis
  • C Amazon EMR
  • D AWS Batch
Explanation Amazon Kinesis is designed explicitly for real-time data processing; others are for batch or less timely data processing.
Q474

You are configuring an AWS Lambda function to read messages from an SQS queue. What does the Lambda function need to access SQS?

  • A Basic monitoring permissions
  • B SQS Read Permission in policy
  • C S3 write access
  • D IAM database access role
Explanation The Lambda function needs specific SQS permissions in its execution role; other options are irrelevant to SQS access.
Q475

Which AWS service is primarily used for deploying machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon EC2
  • D AWS CloudFormation
Explanation Amazon SageMaker is specifically designed for machine learning model deployment, whereas others serve different purposes.
Q476

A company needs to analyze large datasets in real-time. Which service should they use?

  • A Amazon S3
  • B Amazon Redshift
  • C Amazon EMR
  • D AWS Glue
Explanation Amazon EMR is optimized for processing large datasets quickly, while the other options are less suited for real-time analysis.
Q477

You are configuring IAM policies. What happens if you have conflicting allow and deny statements?

  • A Allow takes precedence
  • B Deny takes precedence
  • C No action is allowed
  • D Access is granted for all resources
Explanation Deny statements always take precedence over allow statements in IAM policies, ensuring tighter access control.
Q478

Which service helps manage API lifecycles in AWS?

  • A AWS API Gateway
  • B AWS Lambda
  • C AWS IoT Core
  • D AWS CloudFormation
Explanation AWS API Gateway specifically focuses on managing APIs, while the others serve different purposes.
Q479

A company needs to encrypt sensitive data in transit. Which AWS service should they use?

  • A AWS Key Management Service
  • B AWS CloudFront
  • C AWS Direct Connect
  • D AWS Shield
Explanation AWS CloudFront can help secure data in transit using HTTPS; the others don't specifically handle encryption during transmission.
Q480

You are configuring a Lambda function to integrate with Amazon DynamoDB. What happens if the IAM role lacks the required permissions?

  • A Lambda function runs successfully
  • B Access Denied error occurs
  • C DynamoDB data is deleted
  • D Function retries execution automatically
Explanation Without the right permissions, the Lambda function will not be able to access DynamoDB and will receive an Access Denied error.