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 321–330 of 498
A company needs to process real-time streaming data. Which AWS service is most suited for this?
A
Amazon S3
B
Amazon Kinesis
C
Amazon RDS
D
AWS Batch
Reveal Answer
Explanation
Amazon Kinesis specializes in real-time data processing; others handle different workloads.
Which service allows integrating machine learning with IoT data?
A
AWS IoT Core
B
AWS Glue
C
Amazon SageMaker
D
AWS Lambda
Reveal Answer
Explanation
AWS IoT Core specifically supports IoT data integration, whereas the others focus on different functionalities.
A company needs a scalable NoSQL database. What should they choose?
A
Amazon RDS
B
Amazon Elasticsearch Service
C
Amazon DynamoDB
D
Amazon Aurora
Reveal Answer
Explanation
Amazon DynamoDB is a fully managed NoSQL database service, while the others serve different purposes.
What happens when an EC2 instance's IAM role is modified?
A
Instance stops immediately
B
New roles apply on running tasks
C
Hypervisor is affected
D
Existing permissions are removed
Reveal Answer
Explanation
Changes to an EC2 instance’s IAM role update permissions for running tasks without stopping the instance.
Which service is used for managing APIs in AWS?
A
AWS Lambda
B
Amazon API Gateway
C
Amazon S3
D
Amazon EC2
Reveal Answer
Explanation
Amazon API Gateway specifically manages APIs, while others serve different purposes.
A company needs to analyze large datasets but cannot afford further delays in processing. Which AWS service should they choose?
A
Amazon S3
B
Amazon Redshift
C
AWS Lambda
D
Amazon Kinesis
Reveal Answer
Explanation
Amazon Kinesis enables real-time data processing, ideal for quick analysis, contrary to batch processing by Redshift.
What happens when an IAM user exceeds the maximum permitted access key age?
A
Access keys are automatically deleted
B
User access is completely revoked
C
User must rotate access keys
D
User gains admin privileges
Reveal Answer
Explanation
Users must rotate access keys to maintain security, whereas the other options do not reflect IAM policy behavior.
Which AWS service allows fine-grained access control for data in S3?
A
AWS Identity and Access Management
B
AWS Config
C
Amazon Macie
D
AWS CloudTrail
Reveal Answer
Explanation
IAM provides resource-based policies for access control, while others serve different purposes.
A company needs to run machine learning models in a secure environment. Which service should they use?
A
Amazon SageMaker
B
Amazon EC2
C
Amazon RDS
D
AWS Lambda
Reveal Answer
Explanation
SageMaker is designed specifically for machine learning, while others are not optimized for this.
You are configuring an Amazon DynamoDB table. What happens if you exceed your provisioned throughput?
A
All write requests are rejected.
B
Table automatically scales up.
C
Requests are throttled and errors occur.
D
Costs increase linearly per request.
Reveal Answer
Explanation
Exceeding provisioned throughput leads to throttling, while others describe incorrect behaviors.