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 provides a fully managed NoSQL database?
AAmazon DynamoDB
BAmazon RDS
CAmazon Aurora
DAmazon S3
Explanation
Amazon DynamoDB is designed specifically for NoSQL workloads; RDS and Aurora focus on relational databases, while S3 is for storage.
Q242
A company needs to implement fine-grained access control for their S3 buckets, which AWS feature should they use?
ABucket Policies
BIAM Roles
CS3 Object Lock
DMulti-Factor Authentication
Explanation
Bucket Policies allow for fine-grained control over access to S3 resources, unlike IAM Roles, which define user permissions broadly and are not specific to S3.
Q243
What happens when you set an AWS Lambda function concurrency limit to zero?
ANo Lambda function can execute.
BLambda functions execute but with delays.
CIt converts the function to an API.
DIt removes the function from the account.
Explanation
Setting concurrency to zero effectively disables the function, preventing any executions; the other options misrepresent Lambda behavior.
Q244
Which AWS service simplifies the deployment of machine learning models?
AAmazon SageMaker
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker is designed for ML model deployment, while others serve different purposes.
Q245
A company needs to process streams of data in real time for analytics. Which service should they use?
AAmazon S3
BAmazon Kinesis
CAWS Glue
DAmazon Redshift
Explanation
Amazon Kinesis is optimized for real-time data streaming, unlike the others which serve different functions.
Q246
You are configuring a CloudFormation template to provision resources. What happens if a resource fails to be created?
ACloudFormation moves to the next resource
BThe entire stack creation fails
CResources are created partially
DCloudFormation retries indefinitely
Explanation
If a resource fails during creation, the entire stack creation fails by default, halting the process.
Q247
Which service is best for real-time data streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data streaming, whereas the others serve different purposes.
Q248
A company needs to automate the deploying of ML models. Which service should they use?
AAWS CloudFormation
BAmazon SageMaker
CAWS Step Functions
DAmazon EC2
Explanation
Amazon SageMaker is specifically designed for machine learning model deployment.
Q249
What happens when an Elastic IP is associated with an instance?
AData transfer speed increases
BInstance becomes publicly accessible
CCost of instance decreases
DSecurity group rules are modified
Explanation
Associating an Elastic IP makes the instance reachable over the internet, unlike private IPs.
Q250
Which service is primarily used for real-time data streaming on AWS?
AAmazon Kinesis
BAWS CloudTrail
CAWS Lambda
DAmazon S3
Explanation
Amazon Kinesis is specifically designed for real-time data streaming, whereas the others serve different purposes.