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 Lambda function with a timeout setting of 30 seconds. What happens if this function runs longer?
AIt continues to run indefinitely
BIt fails, and AWS retries only once
CIt is terminated and fails automatically
DIt is killed without error feedback
Explanation
Lambda functions are terminated if their execution exceeds the configured timeout, resulting in a failure.
Q262
Which service allows real-time data stream ingestion?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is specifically designed for real-time data streams, while the others serve different purposes.
Q263
A company needs to securely manage user access across multiple AWS services. What should they use?
AAWS Organizations
BAWS IAM
CAmazon EC2
DAWS CloudFormation
Explanation
AWS IAM is specifically for managing user access and permissions, while the others are for organizational management or infrastructure.
Q264
You are configuring an Elastic Load Balancer. What happens if you enable sticky sessions?
AAll requests from a user go to one instance.
BRequests are distributed equally across instances.
CInstances will stop responding to requests.
DLoad balancer becomes unavailable.
Explanation
Enabling sticky sessions ties user sessions to a specific instance, enhancing user experience by maintaining state.
Q265
Which AWS service offers serverless computing capabilities?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Fargate
Explanation
AWS Lambda is purely serverless, while others involve server management.
Q266
A company needs to preprocess large datasets before training a machine learning model. Which service should they utilize?
AAmazon Redshift
BAmazon S3
CAWS Glue
DAWS Batch
Explanation
AWS Glue is designed for ETL tasks with data preparation for ML.
Q267
You are configuring a policy in AWS IAM. What happens if no explicit deny is provided?
AAccess is granted by default
BAccess is denied by default
CAccess is granted based on conditions
DAccess is conditional on role
Explanation
Default behavior in IAM allows access unless explicitly denied.
Q268
Which service provides a fully managed NoSQL database?
AAmazon DynamoDB
BAmazon RDS
CAmazon S3
DAmazon Redshift
Explanation
Amazon DynamoDB is specifically designed as a fully managed NoSQL database, while the others are not.
Q269
A company needs scalable machine learning capabilities without managing infrastructure. What AWS service should they use?
AAWS Lambda
BAmazon SageMaker
CAWS Fargate
DAmazon EC2
Explanation
Amazon SageMaker provides managed infrastructure for scalable machine learning, unlike the other options.
Q270
You are configuring IAM policies for a developer's AWS account. What happens if you attach a policy that denies specific actions and then later attach another that allows them?
AAllow actions take precedence
BDeny actions take precedence
CBoth deny and allow actions apply
DNo actions will be allowed
Explanation
Deny actions always take precedence over allow actions in AWS IAM policies.