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 provides serverless functions in AWS?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAmazon S3
Explanation
AWS Lambda is the only service that allows execution of code without managing servers; EC2 manages servers, RDS is for databases, and S3 is for storage.
Q302
A company needs to store large datasets that require analysis with low latency. Which AWS service should they choose?
AAmazon RDS
BAmazon Athena
CAmazon Redshift
DAWS Glue
Explanation
Amazon Redshift is optimized for fast query performance on large datasets; RDS is for transactional databases, Athena is for querying stored data, and Glue is for data transformation.
Q303
You are configuring a Machine Learning model in SageMaker. What can you do if you need to optimize the model's hyperparameters?
AUse hyperparameter tuning jobs
BIncrease instance types manually
CModify data input
DChange training instance count
Explanation
Hyperparameter tuning jobs auto-optimize parameters for better model performance; changing instance types or counts doesn’t optimize parameters and modifying data input doesn’t directly affect hyperparameters.
Q304
Which service provides automatic scaling for AI workloads?
AAWS Auto Scaling
BAWS Lambda
CAmazon EC2
DAWS CloudFormation
Explanation
AWS Auto Scaling automatically adjusts resources for workloads, while others do not provide this feature.
Q305
A company needs to query large datasets easily and efficiently. Which AWS service should they use?
AAmazon DynamoDB
BAWS Glue
CAmazon Athena
DAmazon RDS
Explanation
Amazon Athena allows SQL queries on data without provisioning servers, unlike the other options.
Q306
What happens when you enable S3 versioning on a bucket?
ADuplicates all objects automatically
BPreserves all object versions
CDeletes all previous versions
DReduces storage costs
Explanation
Enabling versioning preserves all historical versions, while the other options describe incorrect behaviors.
Q307
Which service facilitates model training in AWS?
AAmazon SageMaker
BIAM
CAWS CloudFormation
DAWS Lambda
Explanation
Amazon SageMaker specifically supports model training, while others serve different purposes.
Q308
A company needs to deploy a Generative AI model with minimal latency. Which AWS service should they use?
AAWS Lambda
BAmazon Lightsail
CAmazon EC2
DAmazon SageMaker Edge Manager
Explanation
Amazon SageMaker Edge Manager optimizes model deployment for low latency at the edge, whereas others are less suited for this specific requirement.
Q309
What happens when you run an AWS service in multiple regions?
AData replication across all regions
BImproved performance in one region only
CIncreased costs for data transfer
DSimplified compliance with local laws
Explanation
Running services in multiple regions can incur higher data transfer costs, while the other options are not universally true.
Q310
Which service enables automatic scaling of containerized applications?
AAmazon ECS
BAWS Lambda
CAmazon EC2 Auto Scaling
DAWS Fargate
Explanation
AWS Fargate handles the scaling of containers automatically, while ECS and EC2 Auto Scaling manage instances, and Lambda isn’t designed for containers.