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.
You are configuring an Amazon SageMaker endpoint for real-time inference. What happens when the instance type is too small?
AThe endpoint will fail to deploy
BInferences will be slow, possibly timing out
CCost will increase unexpectedly
DThe model will not be loaded
Explanation
Using a too small instance type can lead to slow inference speeds and timeouts, whereas the other options are incorrect as they misrepresent the deployment process.
Q202
Which service provides managed machine learning model training?
AAmazon SageMaker
BAWS Lambda
CAWS Batch
DEC2 Instances
Explanation
Amazon SageMaker is specifically designed for machine learning purposes, while others serve different functions.
Q203
A company needs to ensure their sensitive data in S3 is encrypted at rest. What should they do?
AUse S3 server-side encryption
BSet public ACLs on buckets
CEnable bucket versioning
DUse CloudFront with default settings
Explanation
Using S3 server-side encryption ensures that data is encrypted at rest, unlike other options which do not provide this security.
Q204
You are configuring AWS IAM roles. What happens if you attach multiple policies to the same role?
AOnly the first policy is applied
BAll policies are evaluated together
CConflicting policies cancel each other out
DOnly Deny policies take effect
Explanation
All attached policies are evaluated together, allowing for a combination of permissions.
Q205
Which service allows you to train machine learning models on AWS?
AAmazon SageMaker
BAmazon CloudWatch
CAWS Config
DAWS Lambda
Explanation
Amazon SageMaker is designed for ML model training, while others serve different purposes.
Q206
A company needs to securely store sensitive data in the cloud. Which AWS service should they choose for encryption at rest?
AAWS KMS
BAmazon S3
CAWS CloudTrail
DAmazon ECS
Explanation
AWS KMS provides key management and encryption services, unlike the other options which serve different functions.
Q207
You are configuring an AWS Lambda function trigger. What happens when the function exceeds its timeout limit during invocation?
AThe function automatically retries the invocation
BThe function succeeds with partial output
CThe function fails and returns an error
DThe function continues running indefinitely
Explanation
If the timeout is exceeded, the function fails and returns an error, unlike the other options which are incorrect behavior.
Q208
Which service allows you to deploy machine learning models easily?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAmazon RDS
Explanation
Amazon SageMaker is specifically designed for deploying ML models, whereas the others serve different purposes.
Q209
A company needs a scalable data lake. Which service should they use?
AAmazon Redshift
BAmazon S3
CAWS Aurora
DAmazon DynamoDB
Explanation
Amazon S3 is designed for scalable storage of data lakes, whereas the other options are more structured data solutions.
Q210
What happens when you modify an IAM policy attached to a user?
AChanges apply instantly
BUser is logged out immediately
CPrevious permissions are kept
DPolicy must be reattached
Explanation
Changes to IAM policies take effect immediately, while the other options suggest incorrect behavior.