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.
What happens when a user attempts to access an S3 bucket without proper permissions?
AAccess is granted
BAccess is denied
CUser is notified via email
DAccess is logged in CloudTrail
Explanation
Access is denied if proper permissions aren't granted; emails and logging occur only if stated in permissions.
Q22
Which AWS service is best for managing application secrets?
AAWS Secrets Manager
BAmazon S3
CAWS CloudFormation
DAWS Lambda
Explanation
AWS Secrets Manager is specifically designed for secret management, while S3 is for object storage, CloudFormation is for infrastructure automation, and Lambda is for serverless computing.
Q23
A company needs to configure real-time stream processing for device data. Which AWS service should they use?
AAmazon Athena
BAmazon Kinesis
CAWS Batch
DAmazon RDS
Explanation
Amazon Kinesis is built for real-time data processing, whereas Athena is for querying, Batch is for job processing, and RDS is for relational databases.
Q24
What happens when you delete an S3 bucket that still contains objects?
ABucket deletion succeeds immediately
BObjects are deleted but bucket stays
CDeletion fails until objects removed
DObjects locked until bucket is used
Explanation
Deleting a bucket with objects fails; the bucket must be empty first, while the others violate rules of S3 operations.
Q25
Which AWS service enables scalable object storage?
AAmazon S3
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon S3 is designed for scalable object storage, while others serve different purposes.
Q26
A company needs to store large amounts of unstructured data. Which AWS service should they consider?
AAmazon RDS
BAmazon DynamoDB
CAmazon S3
DAWS IoT Core
Explanation
Amazon S3 is ideal for unstructured data storage unlike the others.
Q27
You are configuring an API Gateway. What happens when you enable CORS for Your API?
APrevents all requests from browsers.
BAllows requests from browser-based applications.
CDisables access to resources.
DRedirects requests to another API.
Explanation
Enabling CORS allows browser-based applications to make requests to your API without issues.
Q28
Which service automatically scales based on traffic patterns?
AAmazon EC2 Auto Scaling
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon EC2 Auto Scaling adjusts instances dynamically, while others do not manage instance count based on traffic.
Q29
A company needs to store confidential logs securely. Which AWS service should they use?
AAmazon RDS
BAmazon S3 with encryption
CAmazon CloudFront
DAWS Lambda
Explanation
Amazon S3 with encryption allows for secure storage; the other services do not focus primarily on log storage.
Q30
What happens when you associate an IAM role to an EC2 instance?
AStatic permissions granted permanently
BRoles applied only on instance stop
CPermissions change dynamically
DInstance access is blocked
Explanation
IAM roles provide temporary, dynamic permissions; the other options misinterpret how roles operate.