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 an Amazon S3 bucket for website hosting. What will happen if the 'Block Public Access' setting is enabled?
AWebsite will not be accessible
BContent will be publicly accessible
CBucket versioning is disabled
DPublic access is granted to all
Explanation
Blocking public access prevents the website from being publicly reachable, whereas the other options incorrectly suggest public accessibility.
Q102
A machine learning model is deployed in Amazon SageMaker. Users are complaining about low prediction throughput. What is the optimal solution to improve performance?
AIncrease instance types
BUse Auto Scaling
CEnable multi-model endpoints
DUse SageMaker Batch Transform
Explanation
Using Auto Scaling allows dynamic adjustment of resources based on demand, optimizing throughput, while the other options may not directly address throughput issues.
Q103
Which service can automatically scale resources based on demand?
AAWS Auto Scaling
BAmazon S3
CAmazon RDS
DAWS Lambda
Explanation
AWS Auto Scaling adjusts resource capacity; S3 is for storage, RDS for databases, and Lambda runs code but does not scale itself separately.
Q104
A company needs to manage temporary security credentials for users accessing AWS resources regularly. What should they use?
AIAM Roles
BIAM Groups
CAWS KMS
DMFA Devices
Explanation
IAM Roles provide temporary credentials; Groups are for permissions, KMS is for encryption, and MFA adds security layers but doesn't manage access directly.
Q105
What happens when you terminate an EC2 instance that uses an instance store volume?
AData is preserved
BData is automatically backed up
CData is deleted permanently
DData is migrated to EBS
Explanation
Terminating an EC2 instance with instance store deletes data; it does not save or migrate data automatically.
Q106
Which service provides real-time event streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data streaming, while others are for storage or compute tasks.
Q107
A company needs elastic compute capacity that scales automatically. Which service should it use?
AAmazon EC2 Auto Scaling
BAWS Batch
CAmazon EKS
DAWS Lambda
Explanation
Amazon EC2 Auto Scaling adjusts capacity based on demand, unlike the others, which provide fixed or different scaling options.
Q108
What happens when you decrease the size of an Amazon EBS volume?
AData is deleted immediately.
BThe volume is detached.
CThe operation fails.
DYou cannot modify the volume.
Explanation
Decreasing EBS volume size directly isn't allowed; you must create a new, smaller volume.
Q109
Which service allows you to deploy machine learning models at scale?
AAmazon SageMaker
BAWS Lambda
CAmazon EC2
DAWS Batch
Explanation
Amazon SageMaker is purpose-built for deploying ML models, while the others serve different functions.
Q110
A company needs to analyze logs stored in S3. Which AWS service should they use?
AAWS Data Pipeline
BAmazon Athena
CAmazon Kinesis
DAWS Glue
Explanation
Amazon Athena allows SQL queries directly on S3 data, whereas others are for different tasks.