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.
What happens when you configure a Lambda function's memory size to a higher value?
AIt decreases execution time.
BIt increases the function's cost.
CIt reduces concurrent invocation limits.
DIt changes the event source.
Explanation
Higher memory allocations increase cost per 100ms of execution time; the other options are incorrect in this context.
Q72
Which service can automatically scale compute resources based on demand in real time?
AAmazon EC2 Auto Scaling
BAWS Elastic Beanstalk
CAWS Elastic Load Balancer
DAmazon RDS
Explanation
Amazon EC2 Auto Scaling adjusts resources based on demand, while others manage different aspects of resources.
Q73
Which service provides AI-powered speech recognition capabilities?
AAmazon Transcribe
BAmazon Comprehend
CAmazon Polly
DAWS Lambda
Explanation
Amazon Transcribe is specifically designed for speech recognition, while others focus on text processing or serverless execution.
Q74
You are configuring an S3 bucket for static website hosting. What must you ensure is enabled?
AVersioning
BPublic access block
CStatic website hosting
DEncryption at rest
Explanation
Static website hosting must be specifically enabled to serve web content, unlike the other options which provide different functionalities.
Q75
What happens when you configure an IAM user with no permissions?
AUser can perform all actions
BUser can perform some actions
CUser can perform no actions
DUser can only view resources
Explanation
An IAM user with no permissions is restricted from any action, while the other options incorrectly assume some level of access.
Q76
Which service does Amazon SageMaker use for exploiting data models?
AAmazon Redshift
BAmazon Aurora
CA Cyclone Simulator
DSageMaker Studio
Explanation
SageMaker Studio is specifically designed for building, training, and deploying ML models, while the other options serve different functions.
Q77
A company needs to store user session data and ensure it is highly available. Which is the best option?
AAmazon Glacier
BAmazon DynamoDB
CAmazon EFS
DAWS Lambda
Explanation
Amazon DynamoDB is a fully managed NoSQL database that provides high availability and low-latency access, unlike the other options which are not suitable for session storage.
Q78
You are configuring AWS Lambda with an API Gateway. What happens to requests exceeding the Lambda timeout limit?
AThey're retried automatically
BThey're logged and ignored
CAn error response is returned
DThe request is queued
Explanation
Requests that exceed the Lambda timeout return an error response immediately, while others simply capture their status.
Q79
Which service allows running machine learning models at scale?
AAmazon SageMaker
BAWS Glue
CAWS Lambda
DAmazon RDS
Explanation
Amazon SageMaker is specifically designed for building, training, and deploying machine learning models at scale, whereas the others serve different purposes.
Q80
A company needs to fetch real-time data from multiple AWS resources. Which service should be used?
AAmazon Kinesis
BAWS Batch
CAWS CloudTrail
DAmazon CloudWatch
Explanation
Amazon Kinesis is designed for real-time data streaming, while the others primarily focus on batch processing or event logging.