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.
Which service provides scalable machine learning solutions?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon SageMaker is designed for machine learning, unlike the others.
Q152
A company needs to store unstructured data. Which AWS service should they use?
AAmazon EFS
BAmazon S3
CAmazon RDS
DAWS Glue
Explanation
Amazon S3 is optimized for unstructured data storage, while others are not.
Q153
You are configuring permission policies in IAM. What happens if a permission is explicitly denied?
AThe user gains access.
BThe user loses all access.
CThe deny overrides other permissions.
DThe permission has no effect.
Explanation
Explicitly denying a permission overrides any allowed permissions.
Q154
Which service is best for storing large datasets in a structured format?
AAmazon RDS
BAmazon S3
CAmazon DynamoDB
DAmazon Redshift
Explanation
Amazon Redshift is optimized for analytic workloads and storing large datasets, while the others serve different storage needs.
Q155
A company needs to deploy a machine learning model with minimal latency. Which AWS service should it utilize?
AAWS Lambda
BAmazon SageMaker
CAmazon EC2
DAWS Batch
Explanation
Amazon SageMaker is built for deploying ML models with optimized latency, unlike other options.
Q156
You are configuring IAM policies. What happens when a policy explicitly denies an action?
AThe action is allowed
BThe action is denied
CThe action is automatically logged
DThe action's status cannot be inferred
Explanation
Explicit denies always take precedence over allows in IAM policies.
Q157
Which service provides a fully managed message broker for AWS?
AAmazon MQ
BAmazon SNS
CAWS Step Functions
DAWS Lambda
Explanation
Amazon MQ offers a managed message broker, while SNS is for notifications and the others serve different functions.
Q158
A company needs to enable cross-account access for its S3 bucket. What approach should they take?
AUse IAM roles with permissions.
BShare the bucket key.
CEnable VPC peering.
DChange the bucket name.
Explanation
Using IAM roles allows specific permissions across accounts, while the other options do not address access management properly.
Q159
What happens when you schedule a Lambda function to run every minute?
AIt runs twice a minute.
BIt only runs once.
CIt results in throttling.
DIt runs every minute as scheduled.
Explanation
A scheduled Lambda function executes as specified unless other limits are reached, while the other options incorrectly imply failure or limits.
Q160
Which AWS service is best for creating APIs?
AAmazon API Gateway
BAmazon EC2
CAWS Lambda
DAmazon S3
Explanation
Amazon API Gateway is specifically designed for creating and managing APIs, while the others serve different purposes.