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 281–290 of 498

Q281

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

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation Amazon Kinesis is designed for real-time data processing; S3 is for object storage, Lambda is for serverless computing, and EC2 is for virtual machines.
Q282

You are configuring Amazon Cognito. What happens when a user exceeds their allowed sign-in attempts?

  • A User account is locked temporarily
  • B User is permanently banned
  • C User receives a warning email
  • D No effect on the account
Explanation Amazon Cognito temporarily locks accounts after too many failed attempts for security; permanent bans or emails are not automatic actions, and there is typically some form of account protection.
Q283

Which AWS service is designed for managing large-scale batch processing?

  • A AWS Batch
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Fargate
Explanation AWS Batch efficiently schedules and manages batch jobs, while other options do not focus on batch processing.
Q284

A company needs to configure environment variables for an AWS Lambda function. Which method is BEST?

  • A Set them in a configuration file
  • B Use ConfigMap in Kubernetes
  • C Specify in Lambda console
  • D Pass them in API Gateway
Explanation Specifying environment variables in the Lambda console is the most straightforward method; other options are irrelevant.
Q285

What happens when multiple IAM policies apply to a single user?

  • A Only the first policy applies
  • B All policies are evaluated
  • C No policies apply
  • D Only deny policies matter
Explanation All applicable IAM policies are evaluated for effective permissions, ensuring comprehensive access control.
Q286

Which service is best for data analytics at scale?

  • A Amazon Redshift
  • B AWS Lambda
  • C Amazon EC2
  • D Amazon S3
Explanation Amazon Redshift is designed for analytical queries, while the others serve different purposes.
Q287

A company needs to ensure data is retained for compliance but doesn't require real-time access. Which S3 storage class should they choose?

  • A S3 Standard
  • B S3 Intelligent-Tiering
  • C S3 Glacier
  • D S3 One Zone-IA
Explanation S3 Glacier is ideal for archival storage and compliance, unlike the other classes designed for different scenarios.
Q288

You are configuring an AWS Lambda function for automatic scaling. What happens when the execution time exceeds the timeout limit?

  • A Function continues running until finished
  • B Function stops and returns an error
  • C Function is automatically retried
  • D Function is saved for later execution
Explanation When the execution time exceeds the limit, the function stops, while other options do not accurately describe Lambda's behavior.
Q289

Which AWS service specializes in creating and deploying ML models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon RDS
  • D AWS Glue
Explanation Amazon SageMaker is designed for machine learning workflows, while the others serve different purposes.
Q290

A company needs to securely store credentials and sensitive information. Which service should they use?

  • A AWS Secrets Manager
  • B Amazon S3
  • C AWS CloudTrail
  • D Amazon DynamoDB
Explanation AWS Secrets Manager provides secure storage and management for sensitive information, unlike the other options.