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 analyze large datasets regularly. Which AWS service is most suitable for this use case?
AAmazon RDS
BAmazon Athena
CAWS AppSync
DAmazon SageMaker
Explanation
Amazon Athena allows for SQL queries on S3 data, while RDS is for relational databases, AppSync is for real-time APIs, and SageMaker is for ML.
Q232
Which AWS service allows secure, scalable PKI management?
AAWS Certificate Manager
BAWS Shield
CAWS WAF
DAWS CloudTrail
Explanation
AWS Certificate Manager enables secure PKI management; others do not deal with certificates directly.
Q233
A company needs to analyze large scale social media data in real-time. Which AWS service should they use?
AAWS Lambda
BAmazon Kinesis
CAmazon RDS
DAmazon EC2
Explanation
Amazon Kinesis is specifically designed for real-time data processing; RDS and EC2 are not optimized for real-time analytics.
Q234
You are configuring an S3 bucket for storing analysis results. What happens when you set the bucket policy to restrict access to just your AWS account?
APublic access is enabled for all
BOnly your account can access
CIt causes a naming conflict
DCross-account access is allowed
Explanation
Restricting access to your AWS account ensures that only your resources can interact with the bucket; public access is denied and cross-account isn't allowed.
Q235
Which AWS service is best for deploying machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS Glue
Explanation
Amazon SageMaker is specifically designed for deploying machine learning models, unlike the others which serve different purposes.
Q236
A company needs to enforce fine-grained access to resources across multiple AWS accounts. Which feature would they use?
AAWS Organizations
BIAM Roles
CResource Policies
DSecurity Groups
Explanation
AWS Organizations allow for managing multiple accounts and enforcing policies centrally, which is best for fine-grained access control across accounts.
Q237
What happens when an AWS Lambda function runs out of memory?
AIt automatically increases memory size
BIt fails with an OutOfMemory error
CIt recovers and continues to run
DIt sends an alert to SNS
Explanation
When a Lambda function exceeds its allocated memory, it fails with an OutOfMemory error rather than automatically recovering or resizing.
Q238
Which service automates machine learning model tuning?
AAmazon SageMaker
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker provides tuning capabilities, while the others serve different purposes like computing or database services.
Q239
A company needs to deploy an AI model quickly and efficiently. Which AWS service is best suited for serving this model at scale?
AAmazon S3
BAWS Glue
CAmazon ECS
DAWS Lambda
Explanation
Amazon ECS is designed for container orchestration for AI models, whereas others are not optimized for this purpose.
Q240
You are configuring a secure AI application using IAM roles. What happens if you attach multiple roles to a single Lambda function?
AOnly the first role is applied
BAll roles are merged
CLast role overrides others
DMultiple roles cannot be assigned
Explanation
AWS Lambda does not allow multiple roles per function; it allows only one.