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
Questions 161–170 of 498
A company needs to ensure data compliance across multiple AWS services. Which tool should they use?
A
AWS Config
B
Amazon CloudWatch
C
AWS Lambda
D
Amazon RDS
Reveal Answer
Explanation
AWS Config monitors and records AWS resource compliance, unlike the other options which do not specialize in compliance monitoring.
What happens when you delete an Amazon S3 bucket?
A
Only empty buckets can be deleted
B
All objects are retained
C
Objects are permanently deleted
D
Bucket name is reused instantly
Reveal Answer
Explanation
Deleting an S3 bucket also permanently deletes all the objects within it; other options misrepresent S3 bucket behavior.
Which AWS service is designed for running serverless applications?
A
AWS Lambda
B
EC2
C
S3
D
EBS
Reveal Answer
Explanation
AWS Lambda enables serverless computing, while EC2 requires server management.
A company wants to manage user identities and enable single sign-on (SSO). Which service should they implement?
A
AWS Cognito
B
IAM
C
CloudTrail
D
CloudWatch
Reveal Answer
Explanation
AWS Cognito is designed for user identity management and SSO, while IAM focuses on permissions.
You are configuring an Amazon S3 bucket for public access. What happens if you apply a bucket policy that denies all traffic?
A
Public access is granted.
B
Bucket remains private.
C
Data is deleted.
D
Access logs enabled.
Reveal Answer
Explanation
Denying all traffic overrides public access settings, keeping the bucket private.
Which service allows the creation of serverless applications?
A
AWS Lambda
B
Amazon EC2
C
Amazon S3
D
AWS IAM
Reveal Answer
Explanation
AWS Lambda executes code without server management; others require server setup.
A company needs to securely share data between AWS accounts. Which AWS service should they use?
A
AWS Secrets Manager
B
AWS Resource Access Manager
C
Amazon CloudWatch
D
AWS Direct Connect
Reveal Answer
Explanation
AWS Resource Access Manager facilitates resource sharing; others do not serve this purpose.
You are configuring a CloudFront distribution. What happens if the origin server goes down?
A
CloudFront serves cached content
B
CloudFront returns error to users
C
CloudFront switches origin automatically
D
CloudFront goes offline
Reveal Answer
Explanation
CloudFront continues serving cached content; error response occurs for uncached requests.
Which service is best for real-time data streaming?
A
Amazon Kinesis
B
Amazon S3
C
AWS Lambda
D
Amazon RDS
Reveal Answer
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, whereas the others serve different purposes.
A company needs to make its AI models reproducible and scalable. Which service should they use?
A
AWS CodePipeline
B
Amazon SageMaker
C
AWS Batch
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon SageMaker provides dedicated tools for building, training, and deploying ML models sustainably.