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 service is best for big data processing on AWS?
AAmazon EMR
BAmazon RDS
CAWS Lambda
DAmazon S3
Explanation
Amazon EMR is optimized for big data processing, while the others are not.
Q2
A company needs to deploy a machine learning model with minimal latency. Which AWS service should they choose?
AAWS Lambda
BAmazon SageMaker
CAmazon ECS
DAWS Batch
Explanation
Amazon SageMaker provides optimized environments for real-time predictions.
Q3
You are configuring IAM roles in AWS. What happens when you attach an inline policy to a role?
APolicy is shared across all roles
BPolicy affects only that role
CPolicy can't be edited later
DPolicy applies to users only
Explanation
An inline policy applies permissions specifically to that role only, unlike managed policies.
Q4
Which service allows for serverless event-driven architecture?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS CloudFormation
Explanation
AWS Lambda is specifically designed for serverless computing, whereas EC2 is for virtual servers and RDS for relational databases.
Q5
A company needs to store large volumes of files with high durability and availability. Which storage solution is best?
AAmazon S3
BAmazon EBS
CAWS Glue
DAWS Snowball
Explanation
Amazon S3 offers high durability and availability for large file storage, while EBS is tied to instances and Snowball is for data transfer.
Q6
You are configuring IAM policies. What happens when a user has conflicting Allow and Deny permissions?
AAllow permissions override Deny
BDeny permissions override Allow
CBoth permissions are ignored
DUser gets prompted for action
Explanation
In IAM, Deny permissions always take precedence over Allow permissions.
Q7
Which service automatically scales AWS resources based on demand?
AAWS Auto Scaling
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
AWS Auto Scaling adjusts resource capacity automatically; the others provide specific services or instances without auto-scaling.
Q8
A company needs to store unstructured data that can be accessed in real-time. Which service should they use?
AAmazon S3
BAmazon DynamoDB
CAmazon Aurora
DAWS Glue
Explanation
Amazon DynamoDB is designed for real-time access to unstructured data; S3 is for storage but not real-time access.
Q9
What happens when an AWS Lambda function exceeds its timeout setting?
AIt's automatically restarted
BAn error is thrown
CIt continues execution
DIt is queued for next execution
Explanation
Exceeding the timeout setting throws an error, while the other options incorrectly describe how Lambda functions operate.
Q10
Which service provides cost-effective file storage in the cloud?
AAmazon S3
BAmazon RDS
CAmazon EC2
DAWS Lambda
Explanation
Amazon S3 is designed specifically for scalable file storage, while others serve different functions.