Amazon AWS
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.
498 questions
0 views
Free
Questions 171–180 of 498
What happens when you set a security group rule to allow all inbound traffic?
A
Unsecured instances are exposed.
B
Traffic is always blocked.
C
Instances become unreachable.
D
Only outbound traffic is allowed.
Reveal Answer
Explanation
Allowing all inbound traffic exposes all instances to potential security threats from the internet.
Which AWS service is primarily used for managing containers?
A
ECS
B
EC2
C
S3
D
Lambda
Reveal Answer
Explanation
ECS (Elastic Container Service) is designed for container management, not the others.
A company needs to implement multi-factor authentication for their AWS accounts. What should they use?
A
IAM Roles
B
AWS Single Sign-On
C
IAM Policies
D
MFA Devices
Reveal Answer
Explanation
MFA Devices provide multi-factor authentication, while the others enable access control or management.
You are configuring an S3 bucket policy to allow public access. What happens when you set Allow: GetObject explicitly for Everyone?
A
Public can read objects
B
No one can access objects
C
Objects are only accessible by IAM
D
Bucket is automatically deleted
Reveal Answer
Explanation
Allowing GetObject for Everyone grants public read access, unlike the other options which misinterpret policy effects.
Which service allows you to create a chat interface for applications?
A
Amazon Lex
B
Amazon Translate
C
Amazon Connect
D
AWS AppSync
Reveal Answer
Explanation
Amazon Lex is specifically designed for creating conversational interfaces, while the others serve different purposes.
A company needs to secure their S3 buckets. What is the best practice?
A
Disable public access settings
B
Make all buckets public
C
Use default encryption only
D
Limit IAM user permissions
Reveal Answer
Explanation
Disabling public access settings is crucial for security, unlike making buckets public or relying only on encryption.
What happens when you set a Lambda function to 0 memory size?
A
It executes but does nothing
B
It fails to execute
C
It runs infinitely without resources
D
It triggers an AWS error alert
Reveal Answer
Explanation
Setting Lambda functions to 0 memory will cause them to fail because there are no resources allocated.
Which service is best for real-time data processing?
A
AWS Lambda
B
Amazon S3
C
Amazon Redshift
D
AWS Batch
Reveal Answer
Explanation
AWS Lambda is designed for real-time event-driven processing, while the others focus on storage or batch processing.
A company needs to regularly access large datasets simultaneously. Which storage option is best?
A
Amazon EBS
B
Amazon S3
C
Amazon Glacier
D
AWS Snowball
Reveal Answer
Explanation
Amazon S3 supports scalable access for large datasets, while the others are optimized for different use cases.
What happens when an IAM policy is simultaneously attached to a user and a group?
A
Group policy overrides user policy
B
User inherits permissions from both
C
User loses all group permissions
D
Group policy is ignored
Reveal Answer
Explanation
The user will have the combined permissions from both the user and group policies, as IAM policies are additive.