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 managed Kubernetes environment?
AAmazon EKS
BAmazon ECS
CAWS Lambda
DAWS Fargate
Explanation
Amazon EKS is specifically for Kubernetes; ECS and Fargate handle container orchestration differently.
Q452
A company needs to analyze log data in real-time. Which AWS service should they use?
AAmazon CloudWatch
BAmazon S3
CAWS Glue
DAmazon Kinesis
Explanation
Amazon Kinesis is designed for real-time data processing; CloudWatch is mainly for monitoring metrics, not log analysis.
Q453
You are configuring an S3 bucket for static website hosting. What is a required step?
AEnable versioning on the bucket
BSet bucket policy for public access
CUse CloudFront for caching
DImplement encryption options
Explanation
Public bucket access is required for static hosting; versioning, caching, and encryption are not mandatory for this usage.
Q454
Which service provides serverless machine learning capabilities?
AAmazon SageMaker
BEC2 Instances
CLambda Functions
DRDS Database
Explanation
Amazon SageMaker is designed for machine learning; the others do not specifically focus on it.
Q455
You are configuring S3 bucket policies. What effect does a Deny statement have?
AOverrides all Allow statements
BHas no effect on permissions
CGrants access to all users
DLimits access to specific roles
Explanation
Deny statements override any Allow statements in policy evaluations.
Q456
A company needs to analyze large amounts of streaming data. Which AWS service should they use?
AAmazon S3
BAmazon Kinesis
CAWS Batch
DAmazon Redshift
Explanation
Amazon Kinesis is designed for processing streaming data, while the others do not serve this specific purpose.
Q457
Which AWS service is primarily used for real-time data streaming?
AAmazon Kinesis
BAmazon RDS
CAmazon S3
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data streaming, while the others serve different purposes like storage or database management.
Q458
A company needs to train large ML models. Which service should they use to optimize costs?
AAmazon EC2 Spot Instances
BAWS Batch
CAWS Lambda
DAmazon S3
Explanation
Using EC2 Spot Instances can significantly reduce costs for training large models due to lower pricing, unlike the others which are not primarily cost-saving for ML workloads.
Q459
What happens when an IAM user attempts to access an S3 bucket without permission?
AAccess Denied error returned
BAccess Granted with warnings
CPartial access provided
DRequest logged only
Explanation
An IAM user will receive an 'Access Denied' error, as permissions are required for access, while the others misrepresent the actual behavior of IAM policy enforcement.
Q460
Which AWS service optimizes online transaction processing by automatically managing throughput?
AAmazon Aurora
BAmazon DynamoDB
CAmazon RDS
DAmazon Redshift
Explanation
DynamoDB is designed for high-throughput transactions, while others serve different database needs.