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 is primarily used for training machine learning models on AWS?
AAmazon SageMaker
BAmazon S3
CAWS Lambda
DAmazon EC2
Explanation
Amazon SageMaker is designed for machine learning, while the others serve different purposes.
Q182
A company needs a highly available application with automatic scaling based on demand. Which AWS service is best suited for this?
AAmazon S3
BAWS Lambda
CAmazon RDS
DAmazon EC2 Instances
Explanation
AWS Lambda provides automatic scaling and high availability, whereas the others do not scale automatically based on demand.
Q183
What happens when you set an IAM policy to 'Deny' access to a resource?
AAccess is assumed allowed
BAccess is denied regardless of other policies
CAccess is limited to specific users
DAccess can be overridden by allow policies
Explanation
A 'Deny' policy takes precedence and denies access irrespective of other policies, while the others are inaccurate based on IAM policy evaluation rules.
Q184
Which service allows for scalable machine learning model deployment?
AAmazon SageMaker
BAmazon RDS
CAWS Lambda
DAWS CloudFormation
Explanation
Amazon SageMaker is designed for building and deploying ML models, while RDS manages databases, Lambda runs code, and CloudFormation handles infrastructure as code.
Q185
A company needs to securely share data across multiple AWS accounts. Which service should they use?
AAWS Organizations
BAmazon S3 bucket policies
CAWS Identity and Access Management
DAWS Snowball
Explanation
Amazon S3 bucket policies can provide fine-grained access controls for multiple accounts, whereas Organizations manages accounts, IAM provides user access, and Snowball is for data transfer.
Q186
What happens when an AWS Lambda function exceeds its timeout limit?
AFunction execution is paused
BFunction execution is terminated
CMore resources are allocated
DError is logged but not reported
Explanation
When the timeout limit is exceeded, the Lambda function is terminated immediately; it does not pause, additional resources aren't allocated, and errors may be reported depending on the setup.
Q187
Which service provides serverless storage for machine learning models?
AAmazon S3
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
Amazon S3 is optimized for storing machine learning models, while the others serve different purposes.
Q188
A company needs to deploy a chatbot using Amazon Lex and manage its interaction history. What integration is required?
AAmazon DynamoDB
BAmazon Quantum Ledger DB
CAmazon RDS
DAmazon S3
Explanation
Amazon DynamoDB is best for managing interaction history due to its fast retrieval and scalability.
Q189
You are configuring AWS IAM for an application. What happens if you remove an IAM user's permissions?
AUser can still access resources
BUser is automatically deleted
CUser loses all access immediately
DUser gains additional permissions
Explanation
Removing permissions leads to an immediate loss of access to the specified resources for that user.
Q190
Which service helps automate machine learning workflow with minimal code?
AAWS SageMaker
BAmazon RDS
CAWS Lambda
DAWS CodeDeploy
Explanation
AWS SageMaker provides tools for automating ML, while the others focus on different functionalities.