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.
A company needs to manage API keys securely. What should they use?
AAWS Secrets Manager
BAWS CloudTrail
CAmazon RDS
DAWS Lambda
Explanation
AWS Secrets Manager securely manages secrets like API keys, unlike the others.
Q132
You are configuring an Amazon SageMaker model. What happens if you choose a low instance type for training?
AFaster model training
BHigher cost
CLonger training time
DNo impact on training
Explanation
Choosing a low instance type will increase training time due to limited resources, not decrease costs meaningfully.
Q133
Which service can be used for real-time data processing in AWS?
AAmazon Kinesis
BAWS Lambda
CAmazon S3
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data processing; Lambda is for serverless execution, S3 is for storage, and RDS is for relational databases.
Q134
A company needs a low-latency solution for streaming video. Which AWS service is best?
AAmazon S3
BAWS Elemental MediaLive
CAmazon SQS
DAmazon EC2
Explanation
AWS Elemental MediaLive is optimized for real-time video processing; S3 is for storage, SQS is for messaging, and EC2 is compute-based.
Q135
What happens when you configure a Security Group with both inbound and outbound rules that deny all traffic?
ANo traffic allowed in or out
BOnly inbound traffic is denied
COnly outbound traffic is denied
DOnly HTTP traffic is allowed
Explanation
A Security Group denying all rules means no traffic is allowed; incorrect options misinterpret the behavior of Security Group rules.
Q136
Which AWS service provides fully managed event-driven compute capacity?
AAWS Lambda
BAmazon EC2
CAmazon ECS
DAWS Fargate
Explanation
AWS Lambda executes code in response to events; EC2 requires provisioning servers, ECS and Fargate are for container management.
Q137
A company needs to store large amounts of unstructured data. Which AWS service is the best choice?
AAmazon Aurora
BAmazon S3
CAmazon RDS
DAmazon DynamoDB
Explanation
Amazon S3 is designed for scalable unstructured storage, while Aurora, RDS, and DynamoDB are better for structured data.
Q138
What happens when you apply a resource policy to an S3 bucket?
AIncreases storage capacity
BControls access permissions
CTriggers S3 events
DChanges bucket region
Explanation
Resource policies govern access permissions; they do not affect storage capacity, event triggers, or region.
Q139
Which service provides automated machine learning features for model creation?
AAmazon SageMaker Autopilot
BAWS Lambda
CAmazon RDS
DAWS Step Functions
Explanation
Amazon SageMaker Autopilot automates the machine learning process, while the others serve different purposes.
Q140
A company needs to process files from S3 automatically without deploying servers. Which AWS service should they use?
AAWS Step Functions
BAWS Lambda
CAmazon EC2
DAWS Fargate
Explanation
AWS Lambda runs code in response to events and does not require server management, unlike the others.