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 AWS service is primarily used for modeling and training machine learning models?
AAmazon SageMaker
BAmazon S3
CAmazon EC2
DAWS Lambda
Explanation
Amazon SageMaker is specifically designed for machine learning workflows, whereas the others serve different purposes.
Q332
A company needs to store sensitive user data securely while allowing immediate access. Which AWS service is best for this scenario?
AAmazon Glacier
BAmazon RDS
CAmazon S3 with SSE
DAWS Snowball
Explanation
Amazon S3 with Server-Side Encryption (SSE) offers both security and immediate access to data.
Q333
What happens when a Lambda function times out during execution?
AFunction retries automatically.
BLambda logs an error and stops.
CNo response is generated.
DLambda restarts without logging.
Explanation
A timeout causes Lambda to log an error, while options A, C, and D incorrectly describe its behavior.
Q334
Which service is best for real-time data analytics?
AAmazon Kinesis
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data stream processing, whereas RDS, S3, and Lambda serve different purposes.
Q335
A company needs to ensure their API Gateway usage limits can scale dynamically based on demand; which feature best achieves this?
AUsage Plans
BThrottling
CCaching
DStages
Explanation
Usage Plans allow for dynamic scaling of API usage reporting and limits, unlike throttling, caching, and stages, which manage traffic differently.
Q336
You are configuring an IAM role for an application. What happens when you assign an inline policy to this role?
APolicy won’t attach to users.
BRole is restricted to EC2.
CPolicy only affects that role.
DRole automatically inherits limits.
Explanation
An inline policy is specifically tied to the role it’s attached to, impacting only that role, unlike options A, B, and D.
Q337
Which service enables secure SharePoint hosting in AWS?
AAmazon WorkDocs
BAmazon S3
CAmazon Chime
DAWS Lambda
Explanation
Amazon WorkDocs is tailored for secure document collaboration, whereas others serve different purposes.
Q338
A company needs to process large datasets using a serverless approach. Which AWS service should they use?
AAWS Glue
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
AWS Glue is specifically designed for ETL jobs in a serverless architecture, while the rest require more management.
Q339
What happens when a resource is tagged with 'Environment: Production' but not 'Owner: TeamA'?
AAccess is denied
BCompliance rules fail
CResource ownership is unclear
DIt affects billing
Explanation
Lack of 'Owner: TeamA' creates ambiguity in accountability, while others do not directly result from the absence of this tag.
Q340
Which service allows for building custom machine learning models?
AAmazon SageMaker
BAWS CloudFormation
CAmazon CloudFront
DAWS Lambda
Explanation
Amazon SageMaker is specifically designed for building ML models, while others serve different purposes.