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 a VPC with a public and private subnet. What is essential for instances in a private subnet to access the internet?
ANAT Gateway
BElastic Load Balancer
CRoute 53
DInternet Gateway
Explanation
A NAT Gateway allows instances in the private subnet to initiate outbound internet traffic, while an Elastic Load Balancer is not relevant for internet access.
Q52
Which AWS service is used for container orchestration?
AAmazon ECS
BAWS Lambda
CAmazon S3
DAWS IAM
Explanation
Amazon ECS is specifically designed for container orchestration, while the others serve different purposes.
Q53
A company needs to run a web application globally with minimal latency. Which service should they choose?
AAmazon CloudFront
BAWS S3
CAmazon RDS
DAWS Lambda
Explanation
Amazon CloudFront reduces latency by caching content globally, unlike the other services which serve different roles.
Q54
You are configuring AWS IAM roles for a Lambda function using resources. What happens if an executing role does not include sufficient permissions?
AFunction executes with restricted access
BFunction fails due to permission denied
CFunction executes without any issue
DFunction takes longer to execute
Explanation
Insufficient permissions will lead to a permission denied error, impacting the function's ability to execute correctly.
Q55
Which service can automatically scale applications based on demand?
AAWS Auto Scaling
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
AWS Auto Scaling adjusts resources based on demand; others do not directly provide this functionality.
Q56
A company needs to provide temporary access to AWS resources for third-party contractors. Which service should they use?
AIAM Roles
BAWS Organizations
CAmazon Cognito
DAWS CloudFormation
Explanation
IAM Roles provide temporary security credentials for access; the others serve different purposes.
Q57
What happens when you attach an IAM policy with 'Deny' effect for all actions?
ANo actions are allowed
BAll actions are allowed
COnly certain actions are allowed
DOnly allowing for some services
Explanation
A 'Deny' policy overrides other permissions, blocking all actions; the other options contradict IAM policy functionality.
Q58
Which service is best for managing secrets?
AAWS Secrets Manager
BAWS Lambda
CAWS CodeBuild
DAWS S3
Explanation
AWS Secrets Manager securely stores and manages secrets, while others serve different purposes.
Q59
A company needs to detect anomalous API calls in real-time. Which AWS service should they use?
AAmazon GuardDuty
BAWS CloudTrail
CAmazon Inspector
DAWS Config
Explanation
Amazon GuardDuty provides threat detection, while the others do not focus on real-time anomaly detection.
Q60
What happens when an S3 bucket policy denies access?
AAccess is granted if IAM allows
BOnly specific IPs get access
CAccess is denied regardless of IAM
DEmpty bucket is deleted
Explanation
An explicit deny in an S3 bucket policy overrides all other permissions, including IAM.